swc/node-swc
강동윤 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
..
__tests__ fix(swc): Fix bugs for v1.2.47 (#1368) 2021-01-29 22:19:04 +09:00
benches Move node-swc into the repository (#789) 2020-05-22 20:36:39 +09:00
src feat(node-swc):Remove duplicate type and correct name (#1267) 2020-12-12 12:44:31 +09:00
tests Remove some spack tests 2020-11-21 20:58:50 +09:00
.gitignore Move node-swc into the repository (#789) 2020-05-22 20:36:39 +09:00
.npmignore Move node-swc into the repository (#789) 2020-05-22 20:36:39 +09:00