swc/ecmascript
Donny/강동윤 eef3d6e3fb
fix(es): Fix simple bugs (#2495)
swc_ecma_parser:
 - Don't panic on `declare declare`. (#2343)

swc_ecma_transforms_react:
 - Don't panic on `createElement()`. (#2492)

swc_bundler:
 - Don't panic on wasm. (#2334)

swc:
 - Disable `inline_globals` if it's not specified. (#2490)
2021-10-20 06:12:21 +00:00
..
ast fix(common): Fix sourcemap (#2457) 2021-10-18 06:43:59 +00:00
babel feat(babel/compat): Support type-only import/export specifiers (#2342) 2021-10-05 18:27:45 +09:00
codegen chore: Fix typo (#2472) 2021-10-19 08:25:57 +00:00
dep-graph chore: Fix typo (#2472) 2021-10-19 08:25:57 +00:00
ext-transforms chore: Fix typo (#2472) 2021-10-19 08:25:57 +00:00
jsdoc chore: Fix typo (#2472) 2021-10-19 08:25:57 +00:00
loader fix(common): Fix sourcemap (#2457) 2021-10-18 06:43:59 +00:00
minifier fix(es/minifier): Fix join_vars (#2494) 2021-10-20 05:17:14 +00:00
parser fix(es): Fix simple bugs (#2495) 2021-10-20 06:12:21 +00:00
preset-env feat(es/transforms/optimization): Support inlining of typeofs (#2473) 2021-10-19 09:49:18 +00:00
src feat(es): Reexport minifier from swc_ecmascript (#2146) 2021-08-24 20:38:16 +00:00
transforms fix(es): Fix simple bugs (#2495) 2021-10-20 06:12:21 +00:00
utils fix(common): Fix sourcemap (#2457) 2021-10-18 06:43:59 +00:00
visit fix(common): Fix sourcemap (#2457) 2021-10-18 06:43:59 +00:00
Cargo.toml feat(es/transforms/optimization): Support inlining of typeofs (#2473) 2021-10-19 09:49:18 +00:00