swc/ecmascript/parser
강동윤 842b6f953c
fix(ecmascript/transforms): Fix dce (#1301)
swc_bunder:
 - Fix `keywords` pass.

swc_ecma_codegen:
 - Ensure that the code generator handles unicode characters properly. (denoland/deno#8925)

swc_ecma_parser:
 - Ensure that the parser handles unicode characters properly. (denoland/deno#8925)

swc_ecma_transforms:
 - Fix dce.
2021-01-05 18:45:26 +09:00
..
benches Improve performance and reduce binary size (#973) 2020-08-19 01:29:49 +09:00
examples swc_bundler (#943) 2020-08-12 22:18:47 +09:00
macros swc.rs (#1085) 2020-09-21 22:53:48 +09:00
scripts Improve typescript parser (#811) 2020-06-02 19:22:41 +09:00
src Add tests to cover comments in regex pattern (#1303) 2020-12-30 23:13:26 +09:00
tests fix(ecmascript/transforms): Fix dce (#1301) 2021-01-05 18:45:26 +09:00
.gitignore Improve typescript parser (#811) 2020-06-02 19:22:41 +09:00
Cargo.toml fix(swc): Fixes for typescript type checker (#1146) 2020-12-27 18:18:30 +09:00
colors.js Remove a leftover (#149) 2019-02-11 09:40:53 +09:00