swc/node/bundler
Donny/강동윤 1645bb30b7
perf(es/transforms): Reduce usage of #[fast_path] (#2442)
swc_ecma_ast:
 - Implement `Take` for `ObjectLit`.
 - Implement `Take` for `ArrayLit`.

swc_ecma_transforms_compat:
 - `nullish_coalescing`: Remove exponential visit.
 - `nullish_coalescing`: Migrate to `VisitMut`.
 - `optional_chaining`: Reduce exponential visit. (But it's not removed)
 - `class_properties`: Remove exponential visit.
 - `jsx_src`: Migrate to `VisitMut`.
 - `optional_chaining`: Mae it parallel.
 - `async_to_generator`: Remove `#[fast_path]`.
 - `arrow`: Remove `#[fast_path]`.
 - `destructuring`: Remove `#[fast_path]`.
 - `block_scoped_functions`:  Remove `#[fast_path]`.
 - `classes`: Remove `#[fast_path]`.
2021-10-16 08:12:02 +00:00
..
benches perf(es/codegen, es/parser): Improve performance (#2406) 2021-10-15 12:49:37 +09:00
scripts fix(bundler): Prepare renaming of bundler (#2066) 2021-08-13 10:03:04 +00:00
src perf(bundler): Improve performance (#2384) 2021-10-09 08:08:13 +00:00
tests perf(es/transforms): Reduce usage of #[fast_path] (#2442) 2021-10-16 08:12:02 +00:00
.gitignore fix(bundler): Prepare renaming of bundler (#2066) 2021-08-13 10:03:04 +00:00
build.rs fix(bundler): Prepare renaming of bundler (#2066) 2021-08-13 10:03:04 +00:00
Cargo.toml perf(bundler): Improve performance (#2384) 2021-10-09 08:08:13 +00:00