swc/common
강동윤 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 Use stable rustc (#886) 2020-07-24 02:18:22 +09:00
examples use 2018 edition syntax (#479) 2019-12-02 17:10:05 +09:00
src fix(es/transforms/compat): Improve performance (#1673) 2021-05-11 04:53:36 +00:00
tests feat(ast_node): Add #[ast_serde] (#1595) 2021-04-21 09:11:50 +00:00
Cargo.toml fix(es/parser): Allow using override with static (#1663) 2021-05-09 21:04:42 +09:00