swc/crates/swc_core
Redfire 13156157eb
build(cargo): Update vergen to v8 (#8325)
**Description:**

Updates `vergen` build dependency in `swc_core` to v8. This reduces the amount of dependency duplication. In my case in particular, it allows me to remove `syn` v1 from my [repository](https://github.com/redfire75369/spiderfire).
2023-11-23 11:20:12 +00:00
..
src refactor(swc_node_base): Rename to swc_malloc (#8272) 2023-11-11 19:10:56 +00:00
tests build(preset-env/base): Upgrade browserslist-rs to v0.13.0 (#8229) 2023-11-07 09:33:16 +00:00
.gitignore refactor(bindings): Deprecate jsvalue::*_serde (#6462) 2022-11-18 10:21:23 +09:00
build.rs build(cargo): Update vergen to v8 (#8325) 2023-11-23 11:20:12 +00:00
Cargo.toml build(cargo): Update vergen to v8 (#8325) 2023-11-23 11:20:12 +00: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.