swc/ecmascript/transforms
강동윤 4294b5e7ba
bundler: Fix issues (#1212)
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.
2020-11-19 20:42:56 +09:00
..
benches Improve performance (#993) 2020-08-26 20:50:18 +09:00
macros swc.rs (#1085) 2020-09-21 22:53:48 +09:00
scripts Add more tests (#489) 2019-12-09 21:02:51 +09:00
src bundler: Fix issues (#1212) 2020-11-19 20:42:56 +09:00
tests BigInt literal keys (#1192) 2020-11-15 01:22:35 +09:00
Cargo.toml bundler: Fix issues (#1212) 2020-11-19 20:42:56 +09:00
package.json Implement more methods for codegen (#902) 2020-07-27 22:58:42 +09:00