swc/ecmascript
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
..
ast doc(es/ast): Document identifier mangagement system (#2371) 2021-10-08 01:02:02 +09:00
babel feat(babel/compat): Support type-only import/export specifiers (#2342) 2021-10-05 18:27:45 +09:00
codegen fix(es/minifer): Fix bugs (#2397) 2021-10-11 07:44:42 +00:00
dep-graph feat(es): Support type-only import/export specifiers (#2309) 2021-09-28 22:05:20 +09:00
ext-transforms chore: Publish 2021-10-10 01:33:22 +09:00
jsdoc perf(bundler): Improve performance (#2384) 2021-10-09 08:08:13 +00:00
loader perf(bundler): Improve performance (#2384) 2021-10-09 08:08:13 +00:00
minifier fix(es/minifer): Fix bugs (#2397) 2021-10-11 07:44:42 +00:00
parser fix(es/parser): Fix async function in SeqExpr (#2399) 2021-10-11 12:38:35 +09:00
preset-env chore: Publish 2021-10-10 01:33:22 +09:00
src feat(es): Reexport minifier from swc_ecmascript (#2146) 2021-08-24 20:38:16 +00:00
transforms fix(es/transforms/testing): Fix test_fixture (#2400) 2021-10-11 05:03:57 +00:00
utils chore: Publish 2021-10-10 01:33:22 +09:00
visit feat(es): Support type-only import/export specifiers (#2309) 2021-09-28 22:05:20 +09:00
Cargo.toml chore: Publish 2021-10-10 01:33:22 +09:00