swc/tests
강동윤 99f4f0f280
fix(swc): Fix bugs for v1.2.52 (#1506)
swc_ecma_parser:
 - Support `private declare`. (#1503)
 - Recover `backtracking` state while doing some nested backtracking. (#1505)
 - Allow using `readonly` as the name of class properties. (#1514)

swc_ecma_transforms_base:
 - `hygiene`: Keep the name of class expressions. (#1507)

swc_ecma_transforms_typescript:
 - Allow a namespace and a class to have the same name. (#1515)

swc:
 - Disable `tsx` if the ext of a file is ts.
2021-03-29 20:48:48 +09:00
..
deno-unit Fix random panic (#876) 2020-07-02 13:10:44 +09:00
env preset-env (#537) 2019-12-28 11:25:54 +09:00
fixture fix(swc): Fix bugs for v1.2.52 (#1506) 2021-03-29 20:48:48 +09:00
projects Fix codegen: preserve input (#1221) 2020-11-21 02:04:29 +09:00
serde Final groundwork for plugin (#474) 2019-11-30 11:12:34 +09:00
srcmap Handle input source map (#734) 2020-03-27 14:40:01 +09:00
swcrc_errors/simple Fix .swcrc (env and error message) (#784) 2020-05-19 20:24:00 +09:00
error_msg.rs spack: super-fast bundler (#825) 2020-06-13 23:09:45 +09:00
projects.rs fix(es/transforms/base): Fix fixer (#1496) 2021-03-27 00:45:51 +09:00
serde.rs Improve ux for rust users (#909) 2020-07-31 18:49:07 +09:00
simple.rs fix(es/transforms/react): Handle jsx entities in attributes correctly (#1501) 2021-03-27 21:06:47 +09:00
source_map_inline.js Fix bugs (#718) 2020-03-13 23:34:36 +09:00
source_map.js Validate sourcemap (#669) 2020-02-16 16:51:42 +09:00
source_map.rs spack: super-fast bundler (#825) 2020-06-13 23:09:45 +09:00