swc/crates/swc_bundler
2022-03-05 19:34:45 +00:00
..
assets refactor: Flatten crates (#2697) 2021-11-09 20:42:49 +09:00
examples refactor(es): Make compilation faster (#3749) 2022-02-26 06:41:14 +00:00
scripts chore(scripts): Use cargo profile instruments instead of cargo instruments (#3086) 2021-12-21 16:09:19 +09:00
src refactor(es/ast): Remove useless fields in private property (#3868) 2022-03-05 23:51:04 +09:00
tests feat(es/transform): Unify logic for handling class properties (#3766) 2022-03-05 06:46:09 +00: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 2022-03-05 19:34:45 +00: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.