swc/ecmascript/codegen
Donny/강동윤 6a41e9a0be
fix(es): Fix performance bugs (#2313)
swc_common:
 - Optimize `SourceMap.span_until_char`.

swc_ecma_codegen:
 - Make `Emitter` generic.

swc_ecma_parser:
 - `Lexer`: Reuse allocation of `String`.
 - `Lexer`: Avoid copying useless data.
2021-09-29 12:10:38 +00:00
..
benches fix(es): Fix performance bugs (#2313) 2021-09-29 12:10:38 +00:00
macros fix(es): Fix performance bugs (#2313) 2021-09-29 12:10:38 +00:00
scripts fix(es/minifier): Improve output of minifier (#1990) 2021-08-04 00:52:47 +09:00
src fix(es): Fix performance bugs (#2313) 2021-09-29 12:10:38 +00:00
tests fix(es/codegen): Fix codegen of numbers (#2317) 2021-09-29 11:08:59 +00:00
Cargo.toml fix(es): Fix performance bugs (#2313) 2021-09-29 12:10:38 +00:00