swc/crates/swc_plugin
2024-04-29 00:54:45 +00:00
..
scripts refactor: Flatten crates (#2697) 2021-11-09 20:42:49 +09:00
src feat(plugin/runner): Update wasmer to v3 (#7197) 2023-04-10 03:40:25 +00:00
Cargo.toml chore: Apply cargo autoinherit (#8902) 2024-04-29 00:54:45 +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).