swc/ecmascript
Donny/강동윤 ee9177b753
fix(es): Fix bugs (#2447)
swc_ecma_parser:
 - Fix parsing of jsx escapes.

swc_ecma_minifier:
 - Don't mangle name as `const` or `let`. (#2446)

swc_ecma_transforms_react:
 - Fix handling of jsx escapes. (#2351)
2021-10-16 04:25:54 +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/codegen): Fix codegen of synthesized template literals. (#2440) 2021-10-15 09:12:40 +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): Fix bugs (#2447) 2021-10-16 04:25:54 +00:00
parser fix(es): Fix bugs (#2447) 2021-10-16 04:25:54 +00:00
preset-env feat(es/transforms/module): Add an option to preserve dynamic imports (#2441) 2021-10-15 19:19:14 +09:00
src feat(es): Reexport minifier from swc_ecmascript (#2146) 2021-08-24 20:38:16 +00:00
transforms fix(es): Fix bugs (#2447) 2021-10-16 04:25:54 +00:00
utils refactor(es/parser): Simplify parsing logic (#2405) 2021-10-11 23:09:45 +09:00
visit feat(es): Support type-only import/export specifiers (#2309) 2021-09-28 22:05:20 +09:00
Cargo.toml feat(es/transforms/module): Add an option to preserve dynamic imports (#2441) 2021-10-15 19:19:14 +09:00