• 提供一个transform helper函数

    Parameters

    • node: Node
    • context: TransformationContext
    • callback: ((node, context) => Node)
        • (node, context): Node
        • Parameters

          • node: Node
          • context: TransformationContext

          Returns Node

    Returns ts.SourceFile

Generated using TypeDoc