mirror of
https://github.com/swc-project/swc.git
synced 2024-12-30 17:15:11 +03:00
4294b5e7ba
swc_bundler: - Bundler rework. (denoland/deno#6802) - Reexports are not transitive. (denoland/deno#8246) - Dependencies of module with circular dependency. (denoland/deno#8302) - Order of injection between import vs export. (denoland/deno#8302) - `export *` in wrapped modules. (denoland/deno#8308, denoland/deno#8399) - `export { a as b }` in wrapped modules. - Fix denoland/deno#8314. - Fix denoland/deno#8325. - Fix denoland/deno#8344. - Make deno test verify exported names. - Handle `export * from './foo'`. swc_ecma_parser: - Don't panic on private name in interface (Closes #1211) swc_ecma_transforms: - dce: Prevent infinite loop - Faster constant propagation pass. |
||
---|---|---|
.. | ||
alias | ||
basic | ||
circular | ||
cjs | ||
deno-001 | ||
deno-002/.full | ||
drop-unused | ||
dynamic-import/namespace/dynamic-key | ||
dynmaic-imports/issue-1112/simple | ||
export | ||
export-all | ||
export-star-namespace/issue-1109 | ||
helpers/simple | ||
import | ||
import-with-export/simple-1 | ||
issue-1138 | ||
issue-1139 | ||
merge | ||
multi-entry | ||
node-modules | ||
pr-1105 | ||
reexport | ||
swcrc/jsx/issue-884 | ||
transitive | ||
tree-shaking | ||
.swcrc |