swc/ecmascript/parser
강동윤 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 fix(es/transforms/compat): Improve performance (#1673) 2021-05-11 04:53:36 +00:00
examples swc_bundler (#943) 2020-08-12 22:18:47 +09:00
scripts feat(es): TypeScript 4.2 (#1330) 2021-01-15 19:30:44 +09:00
src feat(es/parser): Enforce orders of override and async (#1670) 2021-05-10 08:55:22 +00:00
tests feat(es/parser): Enforce orders of override and async (#1670) 2021-05-10 08:55:22 +00:00
Cargo.toml fix(es/transforms/base): Fix resolver (#1672) 2021-05-10 20:39:07 +09:00
colors.js Remove a leftover (#149) 2019-02-11 09:40:53 +09:00