Module

x/ts_morph/mod.ts>DocumentSpan#getNode

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

Gets the node at the start of the text span.

Returns

Node<ts.Node>