swc_plugin/
lib.rs

1#![cfg_attr(docsrs, feature(doc_cfg))]
2#[cfg(target_arch = "wasm32")]
3pub mod allocation;
4pub mod pseudo_scoped_key;