Skip to main content
Module

x/ts_morph/mod.ts>JSDocNameReference

TypeScript Compiler API wrapper for static analysis and programmatic code changes.
Very Popular
Go to Latest
class JSDocNameReference
extends Node<ts.JSDocNameReference>
import { JSDocNameReference } from "https://deno.land/x/ts_morph@21.0.0/mod.ts";

JS doc name reference.

Methods

getName(): Identifier | QualifiedName | JSDocMemberName

Gets the name of the JS doc name reference.

getParent(): NodeParentType<ts.JSDocNameReference>
getParentOrThrow(message?: string | (() => string)): NonNullable<NodeParentType<ts.JSDocNameReference>>