swc/bundler/tests
강동윤 947161b43b
fix(bundler): Fix bugs (#1349)
swc_bundler:
 - Fix deglobbing of imports. (denoland/deno#8985)
 - Use correct syntax context while deglobbing imports. (denoland/deno#9212)
 - Allow reexporting from wrapped esms. (denoland/deno#8959, denoland/deno#9200)
 - Fix statement orderings. (denoland/deno#9250)
 - Emit injected items as early as possible. (denoland/deno#9250)
 - Respect `external_modules`. (#1338)
 - Fix cjs suppport. (#1328)

swc_ecma_transforms_base:
 - hygiene: Fix for hoisting. (denoland/deno#9212)
2021-01-25 21:15:42 +09:00
..
common fix(bundler): Fix bundler (#1318) 2021-01-11 19:38:20 +09:00
deno fix(bundler): Fix statement ordering issue (#1264) 2020-12-27 19:02:41 +09:00
deno-exec fix(bundler): Fix bugs (#1349) 2021-01-25 21:15:42 +09:00
fixture fix(bundler): Fix bugs (#1349) 2021-01-25 21:15:42 +09:00
deno.rs fix(bundler): Fix statement ordering issue (#1264) 2020-12-27 19:02:41 +09:00
fixture.rs fix(bundler): Fix bugs (#1342) 2021-01-20 16:10:12 +09:00