Module

x/ts_morph/mod.ts>ForEachDescendantTraversalControl

TypeScript Compiler API wrapper for static analysis and programmatic code changes.
Very Popular
Latest
interface ForEachDescendantTraversalControl
import { type ForEachDescendantTraversalControl } from "https://dotland.deno.dev/x/ts_morph@22.0.0/mod.ts";

Methods

stop(): void

Stops traversal.

skip(): void

Skips traversal of the current node's descendants.

up(): void

Skips traversal of the current node, siblings, and all their descendants.