swc/crates/swc_ecma_transforms_base/src
Donny/강동윤 21fbcb9621
refactor(es/renamer): Rename PARALLEL to MANGLE (#5790)
**Description:**

Actually, performance issue comes from collision, not parallelism. So I renamed the associated constant.
2022-09-09 05:51:45 +00:00
..
helpers feat(es/generator): Use new generator implementation (#5627) 2022-08-25 16:10:47 +00:00
hygiene refactor(es/renamer): Rename PARALLEL to MANGLE (#5790) 2022-09-09 05:51:45 +00:00
rename refactor(es/renamer): Rename PARALLEL to MANGLE (#5790) 2022-09-09 05:51:45 +00:00
resolver chore(ci): Fix lints (#5462) 2022-08-12 13:13:35 +00:00
assumptions.rs feat(es/compat): Implement loose mode for async_to_generator (#3870) 2022-03-05 19:32:59 +00:00
ext.rs refactor(common): Cleanup & rustfmt (#3495) 2022-02-09 06:33:32 +00:00
feature.rs refactor(es/module): Implement new module transformer (#4758) 2022-06-27 12:32:06 +00:00
fixer.rs fix(es): Use paren_remover pass (#5753) 2022-09-09 05:02:24 +00:00
lib.rs refactor(es/module): Implement new module transformer (#4758) 2022-06-27 12:32:06 +00:00
native.rs refactor: Flatten ecmascript (#2708) 2021-11-10 19:00:54 +09:00
pass.rs refactor(common): Cleanup & rustfmt (#3495) 2022-02-09 06:33:32 +00:00
perf.rs refactor(es/utils): Move utilities for parallel processing (#5742) 2022-09-04 23:54:36 +09:00
quote.rs feat(es/helpers): Import only used helpers (#4767) 2022-05-24 04:09:59 +00:00
scope.rs fix(es/resolver): Fix handling of block scoped functions (#5092) 2022-07-05 05:04:49 +00:00
tests.rs feat(es/ast): Add raw to Str (#4071) 2022-03-22 07:54:08 +00:00