Core library for the SWC JavaScript/TypeScript compiler.
# Cargo.toml
[dependencies]
swc_core = "16.3.0"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates a default Program AST node for SWC.
Add features like 'ecma' or 'common' in Cargo.toml: swc_core = { version = "16", features = ["ecma"] }No dependency data recorded yet.