Skip to main content

Module Transform

Module Transform 

Source
Expand description

Custom AST transforms for VSCode compatibility

This module provides custom transforms that SWC doesn’t include by default:

  • Private field conversion (#field -> __field)
  • Additional VSCode-specific transformations

Re-exports§

pub use private_field::PrivateFieldTransform;

Modules§

private_field
Private field conversion transform