swc/crates/swc_ecma_parser/tests/errors/explicit-resource-management/invalid-labeled-using-binding
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
..
input.js feat(es/parser): Implement explicit resource management (#7322) 2023-05-10 04:16:44 +00:00
input.js.swc-stderr feat(es/parser): Implement explicit resource management (#7322) 2023-05-10 04:16:44 +00:00