swc/crates/swc_ecma_transforms/tests
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
..
__swc_snapshots__/tests perf(es/utils): Rewrite inject_after_super (#9496) 2024-09-03 03:11:02 +09:00
fixture fix(es/decorators): Fix metadata for accessors (#9444) 2024-08-18 13:27:20 +00:00
decorators.rs perf(visit): Introduce Pass API and adjust visitor APIs for it (#9680) 2024-10-29 11:25:16 +09:00
deno.rs perf(visit): Introduce Pass API and adjust visitor APIs for it (#9680) 2024-10-29 11:25:16 +09:00
es2015_function_name.rs perf(visit): Introduce Pass API and adjust visitor APIs for it (#9680) 2024-10-29 11:25:16 +09:00