MCPcopy
hub / github.com/jquery/esprima / MetaJSXElement

Interface MetaJSXElement

src/jsx-parser.ts:9–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7import { XHTMLEntities } from './xhtml-entities';
8
9interface MetaJSXElement {
10 node: Marker;
11 opening: JSXNode.JSXOpeningElement;
12 closing: JSXNode.JSXClosingElement | null;
13 children: JSXNode.JSXChild[];
14}
15
16const enum JSXToken {
17 Identifier = 100,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…