swc/spack/tests/pass/import
강동윤 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
..
commons-default fix(bundler): Fix statement ordering issue (#1264) 2020-12-27 19:02:41 +09:00
commons-named fix(bundler): Fix statement ordering issue (#1264) 2020-12-27 19:02:41 +09:00
computed-key bundler: Fix issues (#1212) 2020-11-19 20:42:56 +09:00
default bundler: Fix issues (#1212) 2020-11-19 20:42:56 +09:00
name-conflict/simple fix(bundler): Fix statement ordering issue (#1264) 2020-12-27 19:02:41 +09:00
namespace fix(bundler): Fix statement ordering issue (#1264) 2020-12-27 19:02:41 +09:00
resursive Fix import of common js modules (#969) 2020-08-15 17:19:17 +09:00
simple-alias bundler: Fix issues (#1212) 2020-11-19 20:42:56 +09:00
simple-decl bundler: Fix issues (#1212) 2020-11-19 20:42:56 +09:00
star-export bundler: Fix issues (#1212) 2020-11-19 20:42:56 +09:00
star-use bundler: Fix issues (#1212) 2020-11-19 20:42:56 +09:00
top-level-require spack: super-fast bundler (#825) 2020-06-13 23:09:45 +09:00