swc/crates/swc_bundler
2023-12-07 16:22:39 +00:00
..
assets chore(repo): Configure prettier (#4523) 2022-05-04 14:25:28 +00:00
examples refactor(swc_node_base): Rename to swc_malloc (#8272) 2023-11-11 19:10:56 +00:00
scripts chore(xtask): Migrate scripts to xtask (#8072) 2023-10-06 14:44:53 +00:00
src build(common): Remove dependency on string-cache (#8291) 2023-11-15 22:43:22 +00:00
tests fix(es/decorators): Minimize class declarations transformation (#8245) 2023-11-10 02:27:01 +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 2023-12-07 16:22:39 +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.