mirror of
https://github.com/swc-project/swc.git
synced 2025-01-05 12:03:47 +03:00
4c983e9158
ast_node: - Make `.span()` inlinable. swc_ecma_codegen: - Reduce call to *heavy* `.span()` calls. swc_ecma_parser: - Reduce `memmove` by using typed-arena. swc_bundler: - Make `Bundle.bundle` take `&mut self`. - Make drop concurrent. |
||
---|---|---|
.. | ||
build | ||
runner | ||
scripts | ||
src | ||
testing | ||
tests | ||
Cargo.toml | ||
README.md |
swc_plugin
Base runtime for swc plugins, written in rust.