swc/tests/fixture
강동윤 4db24fb7f6
fix(swc): Fix various bugs (#1588)
swc_ecma_transforms_module:
 - Change the order of functions exported as default. (#1568)
 - Handle mixed imports correctly. (#1525)

swc:
 - Ensure that #1581 is fixed. (#1581)
2021-04-18 20:58:30 +00:00
..
codegen fix(swc): Fix bugs (#1529) 2021-04-02 18:47:05 +09:00
deno-10014/case1 fix(es): Fix sourcemap (#1548) 2021-04-06 11:26:51 +00:00
issue-532/block fix(swc): Fix bugs (#1529) 2021-04-02 18:47:05 +09:00
issue-1160 fix(es/transforms/base): Fix nested function scopes (#1559) 2021-04-13 16:23:04 +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 feat(es/transforms/react): Add pure annotation comments (#1564) 2021-04-11 15:09:27 +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): Fix sourcemap (#1548) 2021-04-06 11:26:51 +00:00
issue-1314 fix(es): Fix bugs (#1347) 2021-01-23 15:46:42 +09:00
issue-1333 fix(es/transforms/module): Use correct this (#1561) 2021-04-14 00:18:24 +09:00
issue-1341/case1 fix(es/parser): Use correct position for comments (#1527) 2021-03-31 19:30:05 +09:00
issue-1345 fix(es/transforms/base): Fix nested function scopes (#1559) 2021-04-13 16:23:04 +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(es/transforms/base): Fix nested function scopes (#1559) 2021-04-13 16:23:04 +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 feat(es/transforms/react): Add pure annotation comments (#1564) 2021-04-11 15:09:27 +09:00
issue-1449/case1 fix(es/transforms/module): Use correct this (#1561) 2021-04-14 00:18:24 +09:00
issue-1454/case1 fix: Fix bugs (#1516) 2021-03-30 16:47:12 +09:00
issue-1455 fix(swc): Fix bugs (#1529) 2021-04-02 18:47:05 +09:00
issue-1457 fix(swc): Fix bugs (#1560) 2021-04-17 06:00:14 +00:00
issue-1477/case1 fix(es/transforms/module): Use correct this (#1561) 2021-04-14 00:18:24 +09:00
issue-1479 feat(es/transforms/react): Add pure annotation comments (#1564) 2021-04-11 15:09:27 +09:00
issue-1488 fix: Fix bugs (#1516) 2021-03-30 16:47:12 +09:00
issue-1490 fix(es/transforms/compat): Fix syntax context of super classes (#1586) 2021-04-18 15:40:06 +00:00
issue-1505 fix(es/transforms/compat): Fix syntax context of super classes (#1586) 2021-04-18 15:40:06 +00:00
issue-1507 fix(swc): Fix bugs for v1.2.52 (#1506) 2021-03-29 20:48:48 +09:00
issue-1508/case1/input fix: Fix bugs (#1516) 2021-03-30 16:47:12 +09:00
issue-1515/case1 fix(swc): Fix bugs for v1.2.52 (#1506) 2021-03-29 20:48:48 +09:00
issue-1525/case1 fix(swc): Fix various bugs (#1588) 2021-04-18 20:58:30 +00:00
issue-1545/case1 fix(swc): Fix bugs (#1560) 2021-04-17 06:00:14 +00:00
issue-1549 fix(swc): Fix various bugs (#1550) 2021-04-08 12:55:02 +00:00
issue-1555 fix(es/transforms/base): Fix nested function scopes (#1559) 2021-04-13 16:23:04 +09:00
issue-1557/case1 @swc/helpers exports typeOf instead of typeof (#1578) 2021-04-16 13:48:37 +09:00
issue-1568/case1 fix(swc): Fix various bugs (#1588) 2021-04-18 20:58:30 +00:00
issue-1575 fix(swc): Fix bugs (#1560) 2021-04-17 06:00:14 +00:00
issue-1581 fix(swc): Fix bugs (#1560) 2021-04-17 06:00:14 +00:00
options/react feat(es/transforms/react): Add pure annotation comments (#1564) 2021-04-11 15:09:27 +09:00
pr-1524 feat(es/transforms/react): Add pure annotation comments (#1564) 2021-04-11 15:09:27 +09:00
pr-1579/checkingExtend @swc/helpers exports typeOf instead of typeof (#1578) 2021-04-16 13:48:37 +09:00
swc-node-335/case1 fix(swc): Fix bugs (#1453) 2021-03-17 15:24:35 +09:00