Module

x/ts_morph/ts_morph.d.ts>Block

TypeScript Compiler API wrapper for static analysis and programmatic code changes.
Very Popular
Go to Latest
class Block
extends BlockBase<ts.Block>
import { Block } from "https://dotland.deno.dev/x/ts_morph@15.1.0/ts_morph.d.ts";

Methods

getParent(): NodeParentType<ts.Block>
getParentOrThrow(): NonNullable<NodeParentType<ts.Block>>