swc/crates/swc_plugin
2022-08-22 23:51:16 +00:00
..
scripts refactor: Flatten crates (#2697) 2021-11-09 20:42:49 +09:00
src feat(es/plugin): Update wasmer to 3 (#5456) 2022-08-16 16:12:37 +09:00
Cargo.toml chore: Publish crates 2022-08-22 23:51:16 +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).