swc/crates/swc_plugin at c8b026fe0c05e41cd78ea72dcbccc73c96b1f5b5 · swc-project/swc
This crate provides necessary types and macros for creating a custom plugin for SWC ( https://swc.rs/), which are WebAssembly modules that may be used to modify behavior of SWC. Currently only trasnform ( https://swc.rs/docs/usage/core#transform) is supported. Disclaimer: currently SWC plugin support is experimental, there may be possible breaking changes or unexpected behaviors.
https://github.com/swc-project/swc/tree/c8b026fe0c05e41cd78ea72dcbccc73c96b1f5b5/crates/swc_plugin