Registry / utility / swc-common

swc-common

JSON →
library14.0.4rscratesunverified

Common utilities for the swc project, including error handling and source maps.

# Cargo.toml [dependencies] swc_common = "14.0.4"
INSTALL
IMPORT
SIG · SWC-COMMON
S
swc-common
utilityrustv14.0.4
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.

Handler
use swc_common::errors::Handler;

Use the error handler from swc_common.

use swc_common::errors::Handler; fn main() { let handler = Handler::new(); println!("SWC error handler created"); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
14.0.4latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Resources
swc-common — cargo add swc-common · libregistry