swc/node-swc
Donny/강동윤 98cc79a2be
fix(es/minifer): Fix bugs (#2397)
swc_ecma_codegen:
 - Fix sourcemap of `export` tokens.
 - Fix codegen of numeric operands in left of a binary expression.
 - Fix codegen of unary operations.

swc_ecma_minifier:
 - Visit `AssignPatProp.valie`.
 - Move `inline_prevented` to analyzer.
 - Add `Ctx.dont_invoke_iife`.
 - `iife`: Check for `arugments`

swc:
 - `inline_sources_content`: true by default for `minify()`.
2021-10-11 07:44:42 +00:00
..
__tests__ fix(es/minifer): Fix bugs (#2397) 2021-10-11 07:44:42 +00:00
benches Move node-swc into the repository (#789) 2020-05-22 20:36:39 +09:00
src fix(node/bundler): Prevent spreading string into return (#2335) 2021-10-03 23:16:48 +09:00
tests fix(swc): Fix simple bugs (#2292) 2021-09-23 08:10:12 +00:00
.gitignore Move node-swc into the repository (#789) 2020-05-22 20:36:39 +09:00
.npmignore Move node-swc into the repository (#789) 2020-05-22 20:36:39 +09:00