swc/ecmascript/parser
강동윤 57d1aaf80f
fix(es): Fix various bugs (#1707)
swc_ecma_codegen:
 - Fix codegen of `\r\n` in template literals when targeting `es2020`. (denoland/deno#10282)

swc_ecma_parser:
 - Support non-identifier getters in typescript. (#1708)

swc_ecma_transforms_typescript:
 - Skip `export {}` if it was not a module. (#1706)
 - Skip `export {}` if the result is module without it. (#1706)
2021-05-17 22:27:59 +09:00
..
benches fix(es/transforms/compat): Improve performance (#1673) 2021-05-11 04:53:36 +00:00
examples swc_bundler (#943) 2020-08-12 22:18:47 +09:00
scripts feat(es): TypeScript 4.2 (#1330) 2021-01-15 19:30:44 +09:00
src fix(es): Fix various bugs (#1707) 2021-05-17 22:27:59 +09:00
tests fix(es): Fix various bugs (#1707) 2021-05-17 22:27:59 +09:00
Cargo.toml fix(es): Fix various bugs (#1707) 2021-05-17 22:27:59 +09:00
colors.js Remove a leftover (#149) 2019-02-11 09:40:53 +09:00