swc/ecmascript/transforms/base
강동윤 2ad0af9e91
fix(es/transforms/compat): Improve performance (#1673)
swc_ecma_transforms_compat:
 - `classes`: Fast-path.
 - `destructuring`: Fast-path.
 - `sticky_regex`: Fast-path.
 - `spread`: Fast-path.
 - `shorthand`: Fast-path.
 - `typeof_symbol`: Fast-path.
 - `block_scoped_functions`: Fast path.
 - `duplicate_keys`: Use fxhash.
 - `instance_of`: Fast path.
 - `reserved_words`: Make string comparison efficient.
2021-05-11 04:53:36 +00:00
..
benches feat(ecmascript/transforms): Split into multiple crates. (#1311) 2021-01-05 14:29:52 +09:00
src fix(es/transforms/compat): Improve performance (#1673) 2021-05-11 04:53:36 +00:00
tests fix(es): Fix for the type checker (#1528) 2021-04-01 03:01:44 +09:00
Cargo.toml fix(es/transforms/base): Fix resolver (#1672) 2021-05-10 20:39:07 +09:00