swc/spack/tests
강동윤 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
..
deno-std Fix swc_bundler (#1075) 2020-09-16 18:28:10 +09:00
pass fix(swc): Fix bugs for v1.2.47 (#1368) 2021-01-29 22:19:04 +09:00
fixture.rs fix(ecmascript): Fix bugs related to string literals (#1287) 2020-12-22 04:27:18 +09:00
package.json bundler: Allow importing and exporting from same module (#1152) 2020-10-09 19:10:25 +09:00