crates/oxc_transformer_plugins/README.md
Specialized transformation plugins for common JavaScript and TypeScript patterns.
This crate provides specific transformation plugins that can be used independently or as part of the broader oxc transformation pipeline. These plugins handle common transformation needs like global variable injection and module format conversion.
Each plugin implements the transformation logic for a specific use case:
These plugins integrate with:
The plugin architecture enables extensible, composable transformations while maintaining high performance through oxc's efficient traversal system.