Interface TransformOptions

Hierarchy

  • TransformOptions

Properties

Properties

Optional events to observe the transformation process.

maxPasses?: number

The maximum number of times the transformer will be applied to the AST.

This is only a maximum. The transformer will be stopped before this number is reach if the AST isn't modified anymore.

Default

10