swc/crates/swc_plugin
2022-08-03 03:38:05 +00:00
..
scripts refactor: Flatten crates (#2697) 2021-11-09 20:42:49 +09:00
src feat(swc_core): Introduce package (#5364) 2022-08-02 07:25:59 +00:00
Cargo.toml feat(swc_core): Expand features and use it from wasm and cli (#5369) 2022-08-03 03:38:05 +00:00
README.md feat(swc_core): Introduce package (#5364) 2022-08-02 07:25:59 +00:00

swc_plugin (PUBLIC INTERFACE DEPRECATED)

Provides internal implementation detail to communicate between @swc/core to the plugin.

NOTE: This was previously entrypoint sdk to authoring a plugin, but swc_core becomes a meta entrypoint to any features SWC provides (https://github.com/swc-project/swc/discussions/5244).