swc/ecmascript/codegen/src
Donny/강동윤 9e215769cc
fix(es/minifier): Fix minifier using Deno test suite (#2503)
swc_ecma_codegen:
 - Emit `;` after private class properties.

swc_ecma_minifier:
 - `pure`: Drop more invalid expressions.
 - `sequences`: Drop more invalid expressions.
 - `strings`: Fix concat.
 - `inline`: Inline into `b` in `a[b] = foo`.
2021-10-21 11:56:48 +00:00
..
text_writer perf(es/codegen, es/parser): Improve performance (#2406) 2021-10-15 12:49:37 +09:00
comments.rs perf(es/codegen, es/parser): Improve performance (#2406) 2021-10-15 12:49:37 +09:00
config.rs Handle comments and improve codegen (#136) 2019-02-08 13:00:58 +09:00
decl.rs fix(es): Fix performance bugs (#2313) 2021-09-29 12:10:38 +00:00
expr.rs feat(ecmascript/codegen): fix and use omit_trailing_semi (#1298) 2020-12-29 11:56:38 +09:00
jsx.rs fix(es): Fix performance bugs (#2313) 2021-09-29 12:10:38 +00:00
lib.rs fix(es/minifier): Fix minifier using Deno test suite (#2503) 2021-10-21 11:56:48 +00:00
list.rs fix(es/minifier): Improve output of minifier (#1990) 2021-08-04 00:52:47 +09:00
macros.rs perf(node/swc): Use mimalloc (#2068) 2021-08-13 18:39:13 +09:00
stmt.rs feat(swc): Expose minifier api (#1978) 2021-07-31 06:30:06 +00:00
tests.rs fix(es): Fix performance bugs (#2313) 2021-09-29 12:10:38 +00:00
text_writer.rs perf(es/codegen, es/parser): Improve performance (#2406) 2021-10-15 12:49:37 +09:00
typescript.rs fix(es/transforms/base): Reimplement hygiene (#2408) 2021-10-21 05:12:50 +00:00
util.rs fix(es/transforms/base): Reimplement hygiene (#2408) 2021-10-21 05:12:50 +00:00