swc/crates/swc_bundler
2021-12-05 17:34:04 +09:00
..
assets refactor: Flatten crates (#2697) 2021-11-09 20:42:49 +09:00
examples fix(es): Move TargetEnv to loader from ast (#2719) 2021-11-11 20:00:46 +09:00
scripts feat: Enable logging of timings (#2833) 2021-11-22 21:01:08 +09:00
src fix(bundler): Use interop for common js dependencies (#2930) 2021-12-01 19:53:06 +09:00
tests fix(es/parser): Drop outdated options (#2974) 2021-12-05 17:33:34 +09:00
.gitignore refactor: Flatten crates (#2697) 2021-11-09 20:42:49 +09:00
build.rs refactor: Flatten crates (#2697) 2021-11-09 20:42:49 +09:00
Cargo.toml chore: Publish crates 2021-12-05 17:34:04 +09:00
README.md chore: Update markdown files to use "SWC" instead of "swc" (#2744) 2021-11-15 04:26:04 +00:00

swc_bundler

Bundler for the SWC project.

Features

  • Clean merging (generated code is easy to optimize)
  • Parallel file loading
  • Tree shaking
  • Common js support (aka require)
  • Circular imports

Tests live at /spack.