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

Method createJSXChildNode

src/jsx-parser.ts:101–107  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

99 }
100
101 createJSXChildNode(): Marker {
102 return {
103 index: this.scanner.index,
104 line: this.scanner.lineNumber,
105 column: this.scanner.index - this.scanner.lineStart
106 };
107 }
108
109 scanXHTMLEntity(quote: string): string {
110 let result = '&';

Callers 3

parseJSXChildrenMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected