swc_plugin_proxy 21.0.0

Proxy structs to the hosts original structs for the plugin
Documentation
1
2
3
4
5
6
7
mod host_comments_storage;
mod plugin_comments_proxy;

#[cfg(feature = "__plugin_rt")]
pub use host_comments_storage::{HostCommentsStorage, COMMENTS};
#[cfg(feature = "__plugin_mode")]
pub use plugin_comments_proxy::PluginCommentsProxy;