swc/ecmascript/parser
Donny/강동윤 4c983e9158
perf(es/codegen, es/parser): Improve performance (#2406)
ast_node:
 - Make `.span()` inlinable.

swc_ecma_codegen:
 - Reduce call to *heavy* `.span()` calls.

swc_ecma_parser:
 - Reduce `memmove` by using typed-arena.

swc_bundler:
 - Make `Bundle.bundle` take `&mut self`.
 - Make drop concurrent.
2021-10-15 12:49:37 +09:00
..
benches fix(es): Fix performance bugs (#2313) 2021-09-29 12:10:38 +00:00
examples fix(es/parser): Fix bugs (#2255) 2021-09-23 11:32:40 +00:00
scripts fix(es/parser): Fix bugs (#2255) 2021-09-23 11:32:40 +00:00
src perf(es/codegen, es/parser): Improve performance (#2406) 2021-10-15 12:49:37 +09:00
tests fix(es/parser): Fix class getter/setter ASI bugs (#2409) 2021-10-12 18:47:40 +09:00
Cargo.toml perf(es/codegen, es/parser): Improve performance (#2406) 2021-10-15 12:49:37 +09:00
colors.js Remove a leftover (#149) 2019-02-11 09:40:53 +09:00