swc/bundler/tests/deno
강동윤 b66ee58ee3
fix(bundler): Fix statement ordering issue (#1264)
swc_bundler:
 - Reduce binary size by reducing usage of visitor / folders.
 - Handle `export *` and `export { default }` from same source. (denoland/deno#8530, denoland/deno#8679)
 - Fix ordering of statements. (denoland/deno#8545)
 - Sort statements in wrapped modules. (https://github.com/denoland/deno/issues/8211#issuecomment-741070299)
 - Exclude default export while handling `export *`.
 - Exclude `export { default }` and `export { foo as default }` while handling `export *`.
 - Make statements from same module to be injected together. (denoland/deno#8620)

swc_ecma_transforms:
 - fixer: Handle assignments in the callee of `new`  correctly.
 - fixer: Handle seqence expression in the callee of `new`  correctly.
2020-12-27 19:02:41 +09:00
..
deno-7288-1 Fix bundler (#1234) 2020-11-27 19:37:22 +09:00
deno-8530/input Fix bundler (#1242) 2020-11-30 18:21:34 +09:00
deno-8573 Fix bundler (#1246) 2020-12-02 22:48:35 +09:00
deno-8620 Fix bundler (#1247) 2020-12-09 14:23:44 +09:00
deno-8627 Fix bundler (#1247) 2020-12-09 14:23:44 +09:00
issue-6802 bundler: Fix issues (#1212) 2020-11-19 20:42:56 +09:00
issue-8302 bundler: Fix issues (#1212) 2020-11-19 20:42:56 +09:00
issue-8314 bundler: Fix issues (#1212) 2020-11-19 20:42:56 +09:00
issue-8399-1 bundler: Fix issues (#1212) 2020-11-19 20:42:56 +09:00
issue-8399-2 bundler: Fix issues (#1212) 2020-11-19 20:42:56 +09:00
issue-8486-1 Fix bundler (#1234) 2020-11-27 19:37:22 +09:00