303 releases (8 major breaking)
8.0.0 | Feb 24, 2025 |
---|---|
7.0.0 | Feb 17, 2025 |
6.1.1 | Feb 13, 2025 |
5.0.1 | Jan 27, 2025 |
0.1.3 | Nov 26, 2018 |
#1406 in Parser implementations
806,590 downloads per month
Used in 447 crates
(185 directly)
420KB
9K
SLoC
Utilities for the swc project
Cargo features
tty-emitter
Adds default implementation of Emitter. Enabling this feature will add tty-related dependencies.
sourcemap
Adds methods to generate web sourcemap.
plugin-base
Base mode for plugins, which can be enabled by plugin-mode
or plugin-rt
.
This mode creates a trait which can be used to override swc_common
itself.
plugin-rt
Creates an implementation for the plugin trait. This implements simply
invokes thread-locals declared in swc_common
.
plugin-mode
Allows replacing operations related to thread-local variables with a trait.
Dependencies
~6–15MB
~175K SLoC