mirror of
https://github.com/github/codeql.git
synced 2026-03-28 18:28:17 +01:00
245 B
245 B
Improvements to JavaScript analysis
Changes to code extraction
- Asynchronous generator methods are now parsed correctly and no longer cause a spurious syntax error.
- Top-level
awaitis now supported.