Structs§
- Ecmascript
Input Transforms - This is a transparent value type wrapping
Vec<EcmascriptInputTransform>. - Preset
EnvConfig - Additional options for SWC’s preset-env, beyond the browserslist-derived
targets that are already provided by the
Environment. - Transform
Context - Transform
Plugin - This is a transparent value type wrapping
Box<dyn CustomTransformer+Send+Sync>. A wrapper around a TransformPlugin instance, allowing it to operate with the turbo_task caching requirements.
Enums§
Traits§
- Custom
Transformer - The CustomTransformer trait allows you to implement your own custom SWC transformer to run over all ECMAScript files imported in the graph.