Skip to main content
Module

x/ts_morph/mod.ts>JSDocLinkCode

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

JS doc link code node.

Methods

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