Crate swc_plugin_proxy

Source

Structs§

AllocatedBytesPtr
A struct to exchange allocated data between memory spaces.
PluginCommentsProxy
A struct implements swc_common::comments::Comments for the plugin. This is a proxy to the host’s comments reference while plugin transform runs, does not contain actual data but lazily requests to the host for each interfaces.
PluginSourceMapProxy
TransformPluginProgramMetadata
An arbitary metadata for given Program to run transform in plugin. These are not directly attached to Program’s AST structures but required for certain transforms.