Crate swc_plugin_proxy

source ·

Structs§

  • A struct to exchange allocated data between memory spaces.
  • 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.
  • 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.