This website requires JavaScript.
Explore
Help
Sign In
swc-project
/
swc
Watch
1
Star
1
Fork
0
You've already forked swc
mirror of
https://github.com/swc-project/swc.git
synced
2024-12-26 23:27:56 +03:00
Code
Issues
Actions
5
Packages
Projects
Releases
Wiki
Activity
1aae503913
swc
/
crates
/
swc_bundler
/
tests
/
deno-exec
/
deno-8597
/
case2
/
tfjs.ts
3 lines
50 B
TypeScript
Raw
Normal View
History
Unescape
Escape
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 13:02:41 +03:00
export
*
from
"./core"
;
chore(repo): Configure `prettier` (#4523)
2022-05-04 17:25:28 +03:00
export
*
from
"./layers"
;
Reference in New Issue
Copy Permalink