swc/crates/swc_ecma_transforms_optimization/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
..
simplify feat(es/parser): Implement explicit resource management (#7322) 2023-05-10 04:16:44 +00:00
const_modules.rs fix(es/transforms): Handle object shorthand in const_modules (#7022) 2023-03-09 14:18:46 +00:00
debug.rs refactor(es/minifier): Don't create invalid nodes (#6191) 2022-10-21 00:33:40 +00:00
inline_globals.rs perf(es/utils): Introduce NodeIgnoringSpan (#7030) 2023-03-08 06:49:41 +00:00
json_parse.rs perf(es/transforms): Make transforms parallel (#4939) 2022-06-11 07:42:43 +00:00
lib.rs refactor(es/minifier): Don't create invalid nodes (#6191) 2022-10-21 00:33:40 +00:00