swc/ecmascript/transforms
강동윤 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
..
base fix(es/transforms/compat): Support private methods (#1700) 2021-05-15 20:35:24 +09:00
compat fix(es/transforsm/compat): Transform private field access in private methods (#1703) 2021-05-16 16:11:35 +09:00
macros chore(ci): Configure github actions for rustdoc (#1523) 2021-03-31 13:09:10 +09:00
module feat(es): Support type-only import equals declaration (#1695) 2021-05-15 14:26:24 +09:00
optimization fix(es/transform): Fix bugs (#1699) 2021-05-15 16:07:24 +09:00
proposal feat(es): Support type-only import equals declaration (#1695) 2021-05-15 14:26:24 +09:00
react fix(es/transform): Fix bugs (#1699) 2021-05-15 16:07:24 +09:00
scripts Add more tests (#489) 2019-12-09 21:02:51 +09:00
src feat(ecmascript/transforms): Split into multiple crates. (#1311) 2021-01-05 14:29:52 +09:00
testing feat(es): Support type-only import equals declaration (#1695) 2021-05-15 14:26:24 +09:00
tests fix(es/transform): Fix bugs (#1699) 2021-05-15 16:07:24 +09:00
typescript fix(es): Fix various bugs (#1707) 2021-05-17 22:27:59 +09:00
Cargo.toml feat(es): Support type-only import equals declaration (#1695) 2021-05-15 14:26:24 +09:00
package.json Implement more methods for codegen (#902) 2020-07-27 22:58:42 +09:00