$ swc_ecma_visit
v20.0.0Visitors for swc ecmascript nodes which works on stable rustc
Latest Update Summary
Crate
Name: swc_ecma_visit New version: 16.0.0 Release date: 2025-09-27T03:52:01Z
Crate readme
Short description Make the web (development) faster.
Long description
SWC (stands for Speedy Web Compiler) is a super-fast TypeScript / JavaScript compiler written in Rust. It's a library for Rust and JavaScript at the same time. SWC guarantees compatibility among the latest version of its crates for Rust users. The minimum supported Rust version (MSRV) of crates is currently 1.73 and it supports Node versions v10+ for usage and v20+ for development.
Features
• Super-fast TypeScript / JavaScript compiler
• Rust compatibility
• MSRV of crates is 1.73
• Node v10+ for usage and Node v20+ for development
• Dependency update script available
Code Examples Update SWC Crates
curl https://raw.githubusercontent.com/swc-project/swc/main/scripts/update-all-swc-crates.sh | bash -s
Links • https://swc.rs/ • https://crates.io/crates/swc_ecma_parser • https://rustdoc.swc.rs/swc/ • https://rustdoc.swc.rs/swc_ecma_parser/ • https://swc.rs/docs/installation/ • https://swc.rs/docs/migrating-from-babel • https://swc.rs/docs/benchmark-transform • https://discord.com/invite/GnHbXTdZz6 • https://opencollective.com/swc • https://github.com/swc-project/swc/releases/latest • https://github.com/swc-project/swc/discussions • https://jb.gg/OpenSourceSupport
https://rustdoc.swc.rs/swc_ecma_visit/ https://api.github.com/repos/swc-project/swc/releases/250463226
Release info
Release version:
Release description
Code Examples
Major update: 19.0.0 → 20.0.0
$ DOWNLOADS TREND
$ VERSION HISTORY
$ LINKS
$ INSTALL
cargo add swc_ecma_visitOr add to Cargo.toml: swc_ecma_visit = "20.0.0"