swc/node-swc/__tests__/transform
강동윤 af25a88902
fix(swc): Fix bugs for v1.2.47 (#1368)
swc_ecma_parser:
 - Fix generic parsing issue in jsx context. (#1299)

swc_ecma_transforms_module:
 - Allow importing a module multiple time. (#1232)
 - Handle imports in the constructor of an exported class decl. (#1213)

swc:
 - Respect `sourceMappingURL`. (#1236)
 - Resolve `sourceMappingURL` relative from file. (#1255)
 - Respect `isModule: false` (#1258)

spack:
 - Support loading json files. (#1225)
2021-01-29 22:19:04 +09:00
..
api_test.js fix(swc): Fix bugs for v1.2.47 (#1368) 2021-01-29 22:19:04 +09:00
hidden_jest.js Fix jest extension (#1106) 2020-09-24 19:49:12 +09:00
issue834_test.js Default value for options.jsc.parser.syntax (#840) 2020-06-13 02:05:49 +09:00
issue846_test.js Fix regenerator (#851) 2020-06-18 17:04:49 +09:00
optimizer_test.js Move node-swc into the repository (#789) 2020-05-22 20:36:39 +09:00
plugin_test.js Move node-swc into the repository (#789) 2020-05-22 20:36:39 +09:00
sourcemap_test.js Move node-swc into the repository (#789) 2020-05-22 20:36:39 +09:00