swc/ecmascript/transforms/react
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
..
scripts feat(es/transforms/react): New jsx transform (#1408) 2021-02-19 14:32:53 +09:00
src feat(es): Support type-only import/export specifiers (#2309) 2021-09-28 22:05:20 +09:00
tests/jsx/fixture fix(es): Fix easy bugs (#2178) 2021-08-29 20:40:52 +00:00
Cargo.toml fix(es): Fix performance bugs (#2313) 2021-09-29 12:10:38 +00:00