swc/ecmascript/transforms
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
..
base perf(es/codegen, es/parser): Improve performance (#2406) 2021-10-15 12:49:37 +09:00
classes perf(es/transforms): Reduce usage of #[fast_path] (#2439) 2021-10-15 10:18:27 +00:00
compat perf(es/transforms): Reduce usage of #[fast_path] (#2439) 2021-10-15 10:18:27 +00:00
macros chore(ci): Configure github actions for rustdoc (#1523) 2021-03-31 13:09:10 +09:00
module feat(es/transforms/module): Add an option to preserve dynamic imports (#2441) 2021-10-15 19:19:14 +09:00
optimization feat(es/transforms/module): Add an option to preserve dynamic imports (#2441) 2021-10-15 19:19:14 +09:00
proposal feat(es/transforms/module): Add an option to preserve dynamic imports (#2441) 2021-10-15 19:19:14 +09:00
react fix(es): Fix bugs (#2447) 2021-10-16 04:25:54 +00:00
scripts Add more tests (#489) 2019-12-09 21:02:51 +09:00
src fix(bundler): Prepare renaming of bundler (#2066) 2021-08-13 10:03:04 +00:00
testing perf(es/codegen, es/parser): Improve performance (#2406) 2021-10-15 12:49:37 +09:00
tests fix(es/transforms/proposal): Fix type detection (#2431) 2021-10-14 06:19:34 +00:00
typescript feat(es/transforms/module): Add an option to preserve dynamic imports (#2441) 2021-10-15 19:19:14 +09:00
Cargo.toml feat(es/transforms/module): Add an option to preserve dynamic imports (#2441) 2021-10-15 19:19:14 +09:00
package.json fix(es): Fix bugs (#2055) 2021-08-12 12:28:58 +00:00
yarn.lock fix(es): Fix bugs (#2055) 2021-08-12 12:28:58 +00:00