swc/crates/swc_core
2024-11-04 10:41:37 +09:00
..
src perf(visit): Introduce Pass API and adjust visitor APIs for it (#9680) 2024-10-29 11:25:16 +09:00
tests build: Update rustc to nightly-2024-07-21 (#9319) 2024-07-23 05:31:35 +00:00
.gitignore refactor(bindings): Deprecate jsvalue::*_serde (#6462) 2022-11-18 10:21:23 +09:00
build.rs feat(plugin/runner): Improve error message (#9502) 2024-08-27 10:05:51 +09:00
Cargo.toml chore: Publish crates with swc_core v4.0.3 2024-11-04 10:41:37 +09:00
README.md chore: Publish v1.3.38 (#7018) 2023-03-06 09:30:21 +00:00

swc_core

Selecting version

If you are writing a Wasm plugin for SWC or next.js, please refer to the documentation.