swc/bindings/binding_minifier_node
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
..
src perf(visit): Introduce Pass API and adjust visitor APIs for it (#9680) 2024-10-29 11:25:16 +09:00
build.rs chore(ci): Fix CI (#9219) 2024-07-12 15:06:53 +09:00
Cargo.toml refactor(visit): Pre-generate visitor code (#9262) 2024-07-17 23:00:45 +00:00
LICENSE chore: Mention swc in the license (#9417) 2024-08-11 19:31:43 +09:00