Module swc_common::plugin::serialized

source ·
Available on crate feature __plugin only.

Structs§

Enums§

  • An archived PluginError
  • Enum for possible errors while running transform via plugin. This error indicates internal operation failure either in plugin_runner or plugin_macro. Plugin’s transform fn itself does not allow to return error - instead it should use provided handler to emit corresponding error to the host.
  • The resolver for an archived PluginError