swc/node-swc/__tests__/transform
강동윤 f44e25c3af
fix(es/minifier): Improve output of minifier (#1990)
swc_common:
 - Add `Span.has_mark`.

swc_ecma_codegen:
 - Emit `1e3` for `1000`.
 - Optimize output. (#1986)

swc_ecma_minifier:
 - name mangler: Don't use keywords as an id.
 - `properties`: Optimize member expression with string properties.
 - `inline`: Inline some function expressions even if it's not fn-local.
 - `analyzer`: Track reassignment correctly.
 - `analyzer`: Track fn-local correctly.
 - `sequences`: Inject `void` if required.
 - `inline`: Inline function declarations correctly.
 - `sequences`: Merge expressions into test of if statements.
 - `sequences`: Reduce calls to an assigned variable.
 - Use `Marks` instead of `&dyn Comments`.


swc_ecma_transforms_optimization:
 - `expr_simplifier`: Fix infinite loops.

node/swc:
 - Ensure that `.transform` performs minification. (#1989)
2021-08-04 00:52:47 +09:00
..
api_test.js fix(es/minifier): Improve output of minifier (#1990) 2021-08-04 00:52:47 +09:00
hidden_jest.js Fix jest extension (#1106) 2020-09-24 19:49:12 +09:00
issue834_test.js Default value for options.jsc.parser.syntax (#840) 2020-06-13 02:05:49 +09:00
issue846_test.js Fix regenerator (#851) 2020-06-18 17:04:49 +09:00
issue_1581_test.js fix(swc): Fix various bugs (#1588) 2021-04-18 20:58:30 +00:00
optimizer_test.js Move node-swc into the repository (#789) 2020-05-22 20:36:39 +09:00
plugin_test.js fix(node-swc): Fix handling of tagged template expressions in Visitor (#1544) 2021-04-06 15:22:05 +09:00
sourcemap_test.js Move node-swc into the repository (#789) 2020-05-22 20:36:39 +09:00
swc_node_335.js fix(swc): Fix bugs (#1453) 2021-03-17 15:24:35 +09:00