swc/ecmascript/transforms
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
..
base fix(es/transforms/base): Fix resolver (#2448) 2021-10-16 15:12:53 +09:00
classes perf(es/transforms): Reduce usage of #[fast_path] (#2439) 2021-10-15 10:18:27 +00:00
compat perf(es/transforms): Reduce usage of #[fast_path] (#2442) 2021-10-16 08:12:02 +00:00
macros chore(ci): Configure github actions for rustdoc (#1523) 2021-03-31 13:09:10 +09:00
module feat(es/transforms/module): Add an option to preserve dynamic imports (#2441) 2021-10-15 19:19:14 +09:00
optimization feat(es/transforms/module): Add an option to preserve dynamic imports (#2441) 2021-10-15 19:19:14 +09:00
proposal feat(es/transforms/module): Add an option to preserve dynamic imports (#2441) 2021-10-15 19:19:14 +09:00
react perf(es/transforms): Reduce usage of #[fast_path] (#2442) 2021-10-16 08:12:02 +00:00
scripts Add more tests (#489) 2019-12-09 21:02:51 +09:00
src fix(bundler): Prepare renaming of bundler (#2066) 2021-08-13 10:03:04 +00:00
testing perf(es/codegen, es/parser): Improve performance (#2406) 2021-10-15 12:49:37 +09:00
tests fix(es/transforms/proposal): Fix type detection (#2431) 2021-10-14 06:19:34 +00:00
typescript fix(es/transforms/base): Fix resolver (#2448) 2021-10-16 15:12:53 +09:00
Cargo.toml feat(es/transforms/module): Add an option to preserve dynamic imports (#2441) 2021-10-15 19:19:14 +09:00
package.json fix(es): Fix bugs (#2055) 2021-08-12 12:28:58 +00:00
yarn.lock fix(es): Fix bugs (#2055) 2021-08-12 12:28:58 +00:00