swc/crates/swc_plugin
2024-07-19 04:27:57 +00:00
..
scripts refactor: Flatten crates (#2697) 2021-11-09 20:42:49 +09:00
src feat(allocator): Add maybe types (#9278) 2024-07-19 13:22:34 +09:00
Cargo.toml chore: Bump crates 2024-07-19 04:27:57 +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).