swc/atoms
강동윤 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
..
scripts preset-env (#537) 2019-12-28 11:25:54 +09:00
src fix(es/transforms/compat): Improve performance (#1673) 2021-05-11 04:53:36 +00:00
build.rs Cleanup (#448) 2019-11-17 13:21:53 +09:00
Cargo.toml feat(es): Support override syntax in class for TS 4.3 (#1541) 2021-04-06 17:06:18 +00:00
words.txt feat(es): Support override syntax in class for TS 4.3 (#1541) 2021-04-06 17:06:18 +00:00