swc_plugin_proxy/comments/
mod.rs

1mod host_comments_storage;
2mod plugin_comments_proxy;
3
4#[cfg(feature = "__plugin_rt")]
5pub use host_comments_storage::{HostCommentsStorage, COMMENTS};
6#[cfg(feature = "__plugin_mode")]
7pub use plugin_comments_proxy::PluginCommentsProxy;