swc/crates/swc_ecma_parser/src
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
..
lexer refactor(es/parser): Remove :: token as it's not used (#7268) 2023-04-15 02:17:37 +00:00
parser feat(es/parser): Implement explicit resource management (#7322) 2023-05-10 04:16:44 +00:00
error.rs feat(es/parser): Implement explicit resource management (#7322) 2023-05-10 04:16:44 +00:00
lib.rs feat(es/parser): Implement explicit resource management (#7322) 2023-05-10 04:16:44 +00:00
macros.rs feat(es/parser): Implement explicit resource management (#7322) 2023-05-10 04:16:44 +00:00
token.rs refactor(es/parser): Remove :: token as it's not used (#7268) 2023-04-15 02:17:37 +00:00