Cargo Features
swc_plugin_proxy has no features set by default.
[dependencies]
swc_plugin_proxy = { version = "4.0.0", features = ["rkyv-impl", "plugin-mode", "plugin-rt"] }
- rkyv-impl plugin-mode? plugin-rt? = __rkyv, rkyv
- __plugin_mode plugin-mode?
-
Affects
plugin_comments_proxy::PluginCommentsProxy
,transform_plugin_metadata::TransformPluginProgramMetadata
,plugin_source_map_proxy::PluginSourceMapProxy
,read_returned_result_from_host::read_returned_result_from_host
… - __plugin_rt plugin-rt?
-
Affects
host_comments_storage::HostCommentsStorage
… - __rkyv rkyv-impl?
-
Affects
read_returned_result_from_host::read_returned_result_from_host
… - plugin-mode = __plugin_mode, rkyv-impl
-
swc/core, which runs plugin
Enables plugin-base of swc_common
- plugin-rt = __plugin_rt, rkyv-impl
-
Enables plugin-base of swc_common
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.
- rkyv rkyv-impl?
-
Enables rkyv =0.7.45