swc/crates/swc_ecma_transforms_proposal/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 feat(es/testing): Use __swc_snapshots__ for test! macro (#8191) 2023-10-30 10:38:59 +09:00
decorator-evanw-split fix(es/decorators): Fix bugs of 2022-03 implementation (#9145) 2024-07-05 08:02:43 +00:00
decorator-tests@8e9c0b0fb3 feat(es/minifier): Optimize switch with side effect and termination tests (#9677) 2024-10-29 10:39:05 +09:00
decorators perf(es/utils): Rewrite inject_after_super (#9496) 2024-09-03 03:11:02 +09:00
explicit-resource-management fix(es/proposal): Use tsc version of explicit resource management (#9585) 2024-10-17 05:51:43 +00:00
decorator_evanw.rs perf(visit): Introduce Pass API and adjust visitor APIs for it (#9680) 2024-10-29 11:25:16 +09:00
decorators.rs perf(visit): Introduce Pass API and adjust visitor APIs for it (#9680) 2024-10-29 11:25:16 +09:00
explicit_resource_management.rs perf(visit): Introduce Pass API and adjust visitor APIs for it (#9680) 2024-10-29 11:25:16 +09:00
export.rs perf(visit): Introduce Pass API and adjust visitor APIs for it (#9680) 2024-10-29 11:25:16 +09:00
import_assertions.rs perf(visit): Introduce Pass API and adjust visitor APIs for it (#9680) 2024-10-29 11:25:16 +09:00