Skip to main content
Module

x/ts_morph/ts_morph.d.ts>TransformTraversalControl

TypeScript Compiler API wrapper for static analysis and programmatic code changes.
Very Popular
Go to Latest
interface TransformTraversalControl
import { type TransformTraversalControl } from "https://deno.land/x/ts_morph@15.1.0/ts_morph.d.ts";

Properties

factory: ts.NodeFactory

Factory to create nodes with.

currentNode: ts.Node

The node currently being transformed.

Methods

visitChildren(): ts.Node

Visits the children of the current node and returns a new node for the current node.