swc/spack/tests
강동윤 ba13db54db
fix(bundler): Fix remaining bugs (#1296)
swc_bundler:
 -  Allow `export *` and `import` from same source. (denoland/deno#8828, denoland/deno#8725)
 -  Handle contextual keywords. (denoland/deno#8680)
 -  Prevent duplicated identifiers. (denoland/deno#8725)

swc_ecma_transforms:
 - dce: Preserve tags in tagged template literals. (denoland/deno#8746)
 - dce: Handle throw statement correctly. (denoland/deno#8736)
2020-12-28 19:53:40 +09:00
..
deno-std Fix swc_bundler (#1075) 2020-09-16 18:28:10 +09:00
pass fix(bundler): Fix remaining bugs (#1296) 2020-12-28 19:53:40 +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