mirror of
https://github.com/swc-project/swc.git
synced 2024-12-22 21:21:31 +03:00
041b491466
**Description:** - Add `UsingDecl`. - Add `UsingDecl` to `Decl`. - Rename `VarDeclOrPat` to `ForHead`. - Add `UsingDecl` to `ForHead`. - Implement parser for using declarations. **Related issue:** - #7316.
3 lines
38 B
JavaScript
3 lines
38 B
JavaScript
using [x] = 0;
|
|
for (using [x] of []);
|