swc/ecmascript
강동윤 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
..
ast fix(swc): Fixes for typescript type checker (#1146) 2020-12-27 18:18:30 +09:00
codegen fix(swc): Fixes for typescript type checker (#1146) 2020-12-27 18:18:30 +09:00
dep-graph fix(ecmascript): Fix bugs related to string literals (#1287) 2020-12-22 04:27:18 +09:00
ext-transforms Fix jest extension (#1106) 2020-09-24 19:49:12 +09:00
jsdoc fix(ecmascript): Fix bugs related to string literals (#1287) 2020-12-22 04:27:18 +09:00
parser fix(swc): Fixes for typescript type checker (#1146) 2020-12-27 18:18:30 +09:00
preset_env fix(ecmascript): Fix bugs related to string literals (#1287) 2020-12-22 04:27:18 +09:00
src fix: expose dep_graph crate (#1023) 2020-09-03 22:46:41 +09:00
transforms fix(bundler): Fix statement ordering issue (#1264) 2020-12-27 19:02:41 +09:00
utils fix(ecmascript): Fix bugs related to string literals (#1287) 2020-12-22 04:27:18 +09:00
visit fix(ecmascript): Fix bugs related to string literals (#1287) 2020-12-22 04:27:18 +09:00
Cargo.toml fix(ecmascript): Fix bugs related to string literals (#1287) 2020-12-22 04:27:18 +09:00