swc/crates/swc_plugin_runner/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
..
css-plugins/swc_noop_plugin build(cargo): Update rustc to nightly-2024-04-16 (#8870) 2024-04-17 05:42:11 +00:00
fixture perf(visit): Introduce Pass API and adjust visitor APIs for it (#9680) 2024-10-29 11:25:16 +09:00
css_rkyv.rs feat(allocator): Add maybe types (#9278) 2024-07-19 13:22:34 +09:00
ecma_integration.rs feat(allocator): Add maybe types (#9278) 2024-07-19 13:22:34 +09:00
ecma_rkyv.rs feat(allocator): Add maybe types (#9278) 2024-07-19 13:22:34 +09:00
issues.rs feat(allocator): Add maybe types (#9278) 2024-07-19 13:22:34 +09:00