swc/bundler/tests
강동윤 03f9b93f58
Fix bundler (#1247)
swc_bundler:
 - Handle indirect wrapped es modules. (denoland/deno#8597, denoland/deno#8625)
 - Respect `export { foo }`. (denoland/deno#8626)

swc_ecma_parser:
- Allow `??=`, `||=`, `??=` in non-ts modules. (denoland/deno#8627)

swc_ecma_transforms:
 - Make `hygiene` check if a variable with expanded name exists. (denoland/deno#8620)
 - Handle `??=` correctly.
2020-12-09 14:23:44 +09:00
..
common Fix bundler (#1246) 2020-12-02 22:48:35 +09:00
deno Fix bundler (#1247) 2020-12-09 14:23:44 +09:00
fixture Fix bundler (#1247) 2020-12-09 14:23:44 +09:00
deno.rs Fix bundler (#1247) 2020-12-09 14:23:44 +09:00
fixture.rs Fix bundler (#1246) 2020-12-02 22:48:35 +09:00