swc/ecmascript/parser/benches
강동윤 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
..
files inline benchmark files and remove submodule 2018-12-22 18:35:44 +09:00
compare.rs Fix a number of typos (#1412) 2021-02-20 15:18:09 +09:00
lexer.rs Improve ux for rust users (#909) 2020-07-31 18:49:07 +09:00
parser.rs fix(es/transforms/compat): Improve performance (#1673) 2021-05-11 04:53:36 +00:00