swc_bundler 1.0.0

Very fast ecmascript bundler
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# 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`.