mirror of
https://github.com/RGBCube/serenity
synced 2025-08-02 09:37:46 +00:00
LibJS: Add using declaration support in for and for of loops
The using declarations have kind of special behavior in for loops so this is seperated.
This commit is contained in:
parent
541637e15a
commit
bff038411a
6 changed files with 447 additions and 77 deletions
|
@ -6,3 +6,4 @@ Userland/Libraries/LibJS/Tests/modules/failing.mjs
|
|||
# FIXME: Remove once prettier is updated to support using declarations.
|
||||
Userland/Libraries/LibJS/Tests/modules/top-level-dispose.mjs
|
||||
Userland/Libraries/LibJS/Tests/using-declaration.js
|
||||
Userland/Libraries/LibJS/Tests/using-for-loops.js
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue