swc/bundler
2021-11-09 14:20:02 +09:00
..
assets swc_bundler (#943) 2020-08-12 22:18:47 +09:00
examples perf(es/codegen, es/parser): Improve performance (#2406) 2021-10-15 12:49:37 +09:00
scripts fix(es/minifier): Improve name mangler (#2509) 2021-10-24 10:52:09 +00:00
src chore: Update rustc to prevent CVE-2021-42574 (#2690) 2021-11-09 14:20:02 +09:00
tests refactor(es/parser): Deprecate JscTarget (#2600) 2021-10-31 12:25:15 +00:00
.gitignore feat(swcpack): Enable concurrent mode (#2356) 2021-10-08 16:47:01 +09:00
build.rs Fix bundler (#1194) 2020-10-30 14:49:02 +09:00
Cargo.toml feat(es/ast): Add utils (#2657) 2021-11-05 16:09:08 +09:00
README.md swc_bundler (#943) 2020-08-12 22:18:47 +09: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.