Crate farmfe_plugin_script

source ·

Structs§

  • ScriptPlugin is used to support compiling js/ts/jsx/tsx/… files, support loading, parse, analyze dependencies and code generation. Note that we do not do transforms here, the transforms (e.g. strip types, jsx…) are handled in a separate plugin (farmfe_plugin_swc_transforms).