swc/.github/workflows
Donny/강동윤 3d204b44f0
perf(es/transforms): Make transforms parallel (#2449)
swc_ecma_utils:
 - `collect_decls`: More parallel.

swc_ecma_transforms_macros:
 - Add `Parallel`, which is helper for `#[parallel]`.
 - Add `ParExplode`, which is helper for `#[parallel(explode)]`.

swc_ecma_transforms_macros:
 - Add `#[parllel]`.

swc_ecma_transforms_compat:
 - `sticky_regex`: Parallel.
 - `typeof_symbol`: Parallel.
 - `for_of`: Remove exponential visit.
 - `regenerator`: Remove exponential visit.
 - `object_spread`: Parallel.
 - `instance_of`: Parallel.
 - `duplicate_keys`: Parallel.
 - `logical_assignments`: Parallel.
 - `template_literal`: Parallel.
 - `block_scoped_functions`: Migrate to `VisitMut`.
 - `for_of`: Migrate to `VisitMut`.
 - `destructuring`: Reduce `Visit`.
 - `arrow`: Migrate to `VisitMut`.
 - `function_name`: Parallel.
 - `reserved_words`: Parallel.
 - `for_of`: Parallel.

swc_ecma_transforms_module:
 - `import_analyzer`: Migrate to `VisitMut`.

swc_ecma_transforms_react:
 - `jsx_src`: Parallel.
-  `jsx_self`: Migrate to `VisitMut`.
-  `jsx_self`: Parallel.

swc_ecma_transforms_proposal:
 - `export_default_from`: Migrate to `VisitMut`.

swc_ecma_transforms_optimization:
 - `inline_globals`: Parallel.
 - `json_parse`: Migrate to `VisitMut`.
 - `json_parse`: Parallel.
2021-10-18 00:03:30 +09:00
..
bench.yml chore(es/ast): Bump version (#1853) 2021-06-25 08:19:15 +00:00
bump-version.yml chore: Setup workfllow to bump version (#2368) 2021-10-07 16:07:55 +09:00
cargo.yml perf(es/transforms): Make transforms parallel (#2449) 2021-10-18 00:03:30 +09:00
compilation.yml perf(es/transforms): Make transforms parallel (#2449) 2021-10-18 00:03:30 +09:00
integration.yml fix(bundler): Prepare renaming of bundler (#2066) 2021-08-13 10:03:04 +00:00
publish-cargo.yml chore: Setup workfllow to bump version (#2368) 2021-10-07 16:07:55 +09:00
publish-node.yml perf(es/transforms): Make transforms parallel (#2449) 2021-10-18 00:03:30 +09:00
publish-wasm-web.yml fix(es): Remove UB (#1815) 2021-06-12 05:17:09 +00:00
publish-wasm.yml fix(es): Remove UB (#1815) 2021-06-12 05:17:09 +00:00
wasm.yml fix(wasm): Fix bugs (#2279) 2021-09-21 15:24:03 +00:00