Registry / build-tool / swc-node-base

swc-node-base

JSON →
library0.5.9rscratesunverified

Base utilities for the SWC (Speedy Web Compiler) Node.js integration.

# Cargo.toml [dependencies] swc_node_base = "0.5.9"
INSTALL
IMPORT
SIG · SWC-NODE-BASE
S
swc-node-base
build-toolrustv0.5.9
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Compiler
use swc_node_base::Compiler;

Initializes the SWC compiler base.

use swc_node_base::Compiler; fn main() { let compiler = Compiler::new(); println!("SWC compiler initialized"); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.5.9latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
17 hits · last 30 days
node
14
OpenAI (training)
1
Resources
swc-node-base — cargo add swc-node-base · libregistry