swc/tests/fixture
강동윤 a9bf9bb9e1
fix(swc): Fix bugs (#1300)
swc_ecma_codegen:
 - Handle unicode escape sequences when target is es5. (#1227, #1326)

swc_ecma_transforms_compat:
 - Handle template literals correctly. (#1314)
 - Handle private class properties correctly. (#1306)

swc:
 - Don't panic on `export * as foo from 'foo'`. (#1307)
2021-01-14 21:56:25 +09:00
..
codegen fix(swc): Fix bugs (#1300) 2021-01-14 21:56:25 +09:00
issue-1160 fix: Decorator metadata (#1248) 2020-12-04 05:03:26 +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-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-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-1306-1 fix(swc): Fix bugs (#1300) 2021-01-14 21:56:25 +09:00
issue-1306-2 fix(swc): Fix bugs (#1300) 2021-01-14 21:56:25 +09:00
issue-1307 fix(swc): Fix bugs (#1300) 2021-01-14 21:56:25 +09:00
issue-1314 fix(swc): Fix bugs (#1300) 2021-01-14 21:56:25 +09:00