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

x/ts_morph/ts_morph.d.ts>JsxTagNamedNode

TypeScript Compiler API wrapper for static analysis and programmatic code changes.
Go to Latest
interface JsxTagNamedNode
import { type JsxTagNamedNode } from "https://deno.land/x/ts_morph@19.0.0/ts_morph.d.ts";

Methods

getTagNameNode(): JsxTagNameExpression

Gets the tag name of the JSX closing element.

function JsxTagNamedNode
import { JsxTagNamedNode } from "https://deno.land/x/ts_morph@19.0.0/ts_morph.d.ts";

Type Parameters

T extends Constructor<JsxTagNamedNodeExtensionType>