swc/packages
Donny/강동윤 581aafb4df
perf(visit): Introduce Pass API and adjust visitor APIs for it (#9680)
**Description:**

 - `Pass`: `FnMut(&mut Program)`.

**Breaking Changes:**

- `chain!`: Use a tuple instead. You can replace all `chain!(` with `(` with IDE feature and it will work.
- `chain!` with 13 or more args: Use nested tuples for items after 13th element.


**Related issue:**

 - Related to https://github.com/swc-project/swc/issues/9601
2024-10-29 11:25:16 +09:00
..
core perf(visit): Introduce Pass API and adjust visitor APIs for it (#9680) 2024-10-29 11:25:16 +09:00
helpers fix(es/proposal): Use tsc version of explicit resource management (#9585) 2024-10-17 05:51:43 +00:00
html chore: Publish 1.7.40 with swc_core v1.0.6 2024-10-26 09:47:07 +00:00
minifier chore: Publish 1.7.40 with swc_core v1.0.6 2024-10-26 09:47:07 +00:00
types fix(bindings/node): Add VisitTsPropertySignature (#9670) 2024-10-24 16:35:35 +09:00
.gitignore fix(es/module): Fix jsc.paths for projects using pnpm (#7918) 2023-09-06 17:29:47 +00:00