mirror of
https://github.com/github/codeql.git
synced 2025-12-21 19:26:31 +01:00
Merge pull request #10017 from erik-krogh/forAwait
JS: support top-level for await statements
This commit is contained in:
4
javascript/ql/lib/change-notes/2022-08-15-for-await.md
Normal file
4
javascript/ql/lib/change-notes/2022-08-15-for-await.md
Normal file
@@ -0,0 +1,4 @@
|
||||
---
|
||||
category: fix
|
||||
---
|
||||
* Fixed that top-level `for await` statements would produce a syntax error. These statements are now parsed correctly.
|
||||
Reference in New Issue
Block a user