MCPcopy Index your code
hub / github.com/nodejs/node / parseJsxText

Function parseJsxText

test/fixtures/snapshot/typescript.js:35264–35269  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

35262 return result;
35263 }
35264 function parseJsxText() {
35265 var pos = getNodePos();
35266 var node = factory.createJsxText(scanner.getTokenValue(), currentToken === 12 /* SyntaxKind.JsxTextAllWhiteSpaces */);
35267 currentToken = scanner.scanJsxToken();
35268 return finishNode(node, pos);
35269 }
35270 function parseJsxChild(openingTag, token) {
35271 switch (token) {
35272 case 1 /* SyntaxKind.EndOfFileToken */:

Callers 1

parseJsxChildFunction · 0.85

Calls 2

getNodePosFunction · 0.85
finishNodeFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…