swc/ecmascript/transforms/optimization
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
..
src fix(es/minifier): Fix bugs (#2283) 2021-09-27 12:05:31 +00:00
tests feat(es/parser, es/transform): Implement ergonomic brand checking (#2079) 2021-09-27 08:03:48 +00:00
Cargo.toml fix(es): Fix performance bugs (#2313) 2021-09-29 12:10:38 +00:00