swc/tests/fixture
강동윤 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
..
codegen fix(swc): Fix bugs (#1300) 2021-01-14 21:56:25 +09:00
issue-1160 fix(strip): Transform static class fields to assignments (#1487) 2021-03-26 13:48:55 +09:00
issue-1213 fix(swc): Fix bugs for v1.2.47 (#1368) 2021-01-29 22:19:04 +09:00
issue-1216 Fix bugs (#1241) 2020-11-30 19:20:21 +09:00
issue-1227/case-1 fix(swc): Fix bugs (#1300) 2021-01-14 21:56:25 +09:00
issue-1231 fix(es): Fix bugs (#1353) 2021-01-23 20:52:53 +09:00
issue-1232 fix(swc): Fix bugs (#1453) 2021-03-17 15:24:35 +09:00
issue-1233/case-1 fix(swc): Fix bugs (#1300) 2021-01-14 21:56:25 +09:00
issue-1235/case-1 Fix bugs (#1241) 2020-11-30 19:20:21 +09:00
issue-1252/case1 fix(es): Fix bugs (#1347) 2021-01-23 15:46:42 +09:00
issue-1259 fix(ecmascript): Fix bugs related to string literals (#1287) 2020-12-22 04:27:18 +09:00
issue-1271 fix(ecmascript): Fix bugs related to string literals (#1287) 2020-12-22 04:27:18 +09:00
issue-1276 fix(swc): Fix bugs (#1300) 2021-01-14 21:56:25 +09:00
issue-1279/case1 fix(swc): Fix various bugs (#1440) 2021-03-01 17:19:37 +09:00
issue-1306 fix(es): Fix bugs (#1353) 2021-01-23 20:52:53 +09:00
issue-1307 fix(swc): Fix bugs (#1300) 2021-01-14 21:56:25 +09:00
issue-1309/case1 fix(es/transforms/base): Fix fixer (#1496) 2021-03-27 00:45:51 +09:00
issue-1314 fix(es): Fix bugs (#1347) 2021-01-23 15:46:42 +09:00
issue-1333 fix(es): Fix bugs (#1353) 2021-01-23 20:52:53 +09:00
issue-1341/case1 fix(es): Fix bugs (#1353) 2021-01-23 20:52:53 +09:00
issue-1345 fix(strip): Transform static class fields to assignments (#1487) 2021-03-26 13:48:55 +09:00
issue-1358 fix(es): Fixes for type checker (#1359) 2021-01-26 22:05:30 +09:00
issue-1402/case1 fix(es/transforms/base): Fix hygiene of catch clause (#1413) 2021-02-19 16:52:02 +09:00
issue-1421/case1 fix(strip): Transform static class fields to assignments (#1487) 2021-03-26 13:48:55 +09:00
issue-1423/case1 fix(swc): Fix bugs for v1.2.50 (#1444) 2021-03-03 20:39:02 +09:00
issue-1441 fix(swc): Fix various bugs (#1440) 2021-03-01 17:19:37 +09:00
issue-1446 fix(swc): Fix bugs for v1.2.50 (#1444) 2021-03-03 20:39:02 +09:00
issue-1479 fix(es/transforms/react): Handle jsx entities in attributes correctly (#1501) 2021-03-27 21:06:47 +09:00
issue-1505 fix(swc): Fix bugs for v1.2.52 (#1506) 2021-03-29 20:48:48 +09:00
issue-1507 fix(swc): Fix bugs for v1.2.52 (#1506) 2021-03-29 20:48:48 +09:00
issue-1515/case1 fix(swc): Fix bugs for v1.2.52 (#1506) 2021-03-29 20:48:48 +09:00
options/react fix(swc): Fix bugs for v1.2.50 (#1444) 2021-03-03 20:39:02 +09:00
swc-node-335/case1 fix(swc): Fix bugs (#1453) 2021-03-17 15:24:35 +09:00