swc/crates/swc_ecma_lints
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
..
examples chore(repo): Configure prettier (#4523) 2022-05-04 14:25:28 +00:00
src feat(es/parser): Implement explicit resource management (#7322) 2023-05-10 04:16:44 +00:00
tests build(cargo): Update rustc to nightly-2023-03-20 (#7170) 2023-03-30 08:06:02 +00:00
Cargo.toml chore: Publish crates 2023-05-08 03:40:27 +00:00