swc/ecmascript/parser
강동윤 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
..
benches Fix a number of typos (#1412) 2021-02-20 15:18:09 +09: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(swc): Fix bugs for v1.2.52 (#1506) 2021-03-29 20:48:48 +09:00
tests fix(swc): Fix bugs for v1.2.52 (#1506) 2021-03-29 20:48:48 +09:00
Cargo.toml fix(swc): Fix bugs for v1.2.52 (#1506) 2021-03-29 20:48:48 +09:00
colors.js Remove a leftover (#149) 2019-02-11 09:40:53 +09:00