mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
`yield import(...)` previously caused a syntax error, now it is parsed correctly. `parseYield` is the only place where the value of `startsExpr` matters, so this change should not affect anything else.