Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/ts_morph/mod.ts>JsxNamespacedName

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

Methods

Gets the name node.

Gets the namespace name node.

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