swc/bundler
Donny/강동윤 2ca6e5d79b
feat(es/transforms/optimization): Support inlining of typeofs (#2473)
swc_ecma_transforms_optimization:
 - `inline_globals`: Support inlining of `typeof`s.

swc:
 - Change error message for parsing failure to mention `Syntax Error`.
2021-10-19 09:49:18 +00: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 feat(swcpack): Enable concurrent mode (#2356) 2021-10-08 16:47:01 +09:00
src chore: Fix typo (#2472) 2021-10-19 08:25:57 +00:00
tests chore: Fix typo (#2472) 2021-10-19 08:25:57 +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/transforms/optimization): Support inlining of typeofs (#2473) 2021-10-19 09:49:18 +00: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.