swc/crates/swc_plugin
2024-10-08 08:54:41 +00:00
..
scripts refactor: Flatten crates (#2697) 2021-11-09 20:42:49 +09:00
src build: Update rustc to nightly-2024-10-07 (#9624) 2024-10-08 15:01:14 +09:00
Cargo.toml chore: Publish crates with swc_core v0.109.0 2024-10-08 08:54:41 +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).