swc/ecmascript
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
..
ast perf(es/transforms): Reduce usage of #[fast_path] (#2442) 2021-10-16 08:12:02 +00:00
babel feat(babel/compat): Support type-only import/export specifiers (#2342) 2021-10-05 18:27:45 +09:00
codegen fix(es/codegen): Fix codegen of synthesized template literals. (#2440) 2021-10-15 09:12:40 +00:00
dep-graph feat(es): Support type-only import/export specifiers (#2309) 2021-09-28 22:05:20 +09:00
ext-transforms chore: Publish 2021-10-10 01:33:22 +09:00
jsdoc perf(bundler): Improve performance (#2384) 2021-10-09 08:08:13 +00:00
loader perf(bundler): Improve performance (#2384) 2021-10-09 08:08:13 +00:00
minifier fix(es): Fix bugs (#2447) 2021-10-16 04:25:54 +00:00
parser fix(es): Fix bugs (#2447) 2021-10-16 04:25:54 +00:00
preset-env feat(es/transforms/module): Add an option to preserve dynamic imports (#2441) 2021-10-15 19:19:14 +09:00
src feat(es): Reexport minifier from swc_ecmascript (#2146) 2021-08-24 20:38:16 +00:00
transforms perf(es/transforms): Reduce usage of #[fast_path] (#2442) 2021-10-16 08:12:02 +00:00
utils refactor(es/parser): Simplify parsing logic (#2405) 2021-10-11 23:09:45 +09:00
visit feat(es): Support type-only import/export specifiers (#2309) 2021-09-28 22:05:20 +09:00
Cargo.toml feat(es/transforms/module): Add an option to preserve dynamic imports (#2441) 2021-10-15 19:19:14 +09:00