swc/ecmascript/transforms
강동윤 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
..
base fix(swc): Fix bugs for v1.2.52 (#1506) 2021-03-29 20:48:48 +09:00
compat fix(strip): Transform static class fields to assignments (#1487) 2021-03-26 13:48:55 +09:00
macros Fix a number of typos (#1412) 2021-02-20 15:18:09 +09:00
module fix(strip): Transform static class fields to assignments (#1487) 2021-03-26 13:48:55 +09:00
optimization fix(strip): Transform static class fields to assignments (#1487) 2021-03-26 13:48:55 +09:00
proposal fix(strip): Transform static class fields to assignments (#1487) 2021-03-26 13:48:55 +09:00
react fix(es/transforms/react): Handle jsx entities in attributes correctly (#1501) 2021-03-27 21:06:47 +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 refactor(es/ast): Change TaggedTpl to have a Tpl (#1114) 2021-03-25 20:09:36 +09:00
tests fix(strip): Transform static class fields to assignments (#1487) 2021-03-26 13:48:55 +09:00
typescript fix(swc): Fix bugs for v1.2.52 (#1506) 2021-03-29 20:48:48 +09:00
Cargo.toml fix(strip): Transform static class fields to assignments (#1487) 2021-03-26 13:48:55 +09:00
package.json Implement more methods for codegen (#902) 2020-07-27 22:58:42 +09:00