swc/.github/workflows
강동윤 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
..
cargo.yml fix(swc): Fix bugs for v1.2.52 (#1506) 2021-03-29 20:48:48 +09:00
compilation.yml fix(ci): Speed up (#1494) 2021-03-26 01:22:09 +09:00
integration.yml fix(ci): Speed up (#1494) 2021-03-26 01:22:09 +09:00
publish-node.yml fix(node-swc): Fix glibc compatibility issue (#1431) 2021-02-24 01:53:36 +09:00
publish-wasm-web.yml chore: Update actions/setup-node (#1315) 2021-01-11 19:39:17 +09:00
publish-wasm.yml chore: Update actions/setup-node (#1315) 2021-01-11 19:39:17 +09:00