swc/crates/swc_ecma_parser/tests/span
Donny/강동윤 041b491466
feat(es/parser): Implement explicit resource management (#7322)
**Description:**

 - Add `UsingDecl`.
 - Add `UsingDecl` to `Decl`.
 - Rename `VarDeclOrPat` to `ForHead`.
 - Add `UsingDecl` to `ForHead`.
 - Implement parser for using declarations.

**Related issue:**

 - #7316.
2023-05-10 04:16:44 +00:00
..
js feat(es/parser): Implement explicit resource management (#7322) 2023-05-10 04:16:44 +00:00
ts test: Use correct extensions for fixture tests (#6539) 2022-11-29 09:47:56 +00:00