swc/ecmascript/transforms/react
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
..
scripts feat(es/transforms/react): New jsx transform (#1408) 2021-02-19 14:32:53 +09:00
src fix(es/transforms): Fix for react + typescript (#2422) 2021-10-13 22:29:56 +09:00
tests/jsx/fixture fix(swc): Fix bugs (#2396) 2021-10-10 09:19:47 +00:00
Cargo.toml perf(es/codegen, es/parser): Improve performance (#2406) 2021-10-15 12:49:37 +09:00