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

Function parseLiteralNode

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

Source from the content-addressed store, hash-verified

33226 return finishNode(factory.createTemplateSpan(allowInAnd(parseExpression), parseLiteralOfTemplateSpan(isTaggedTemplate)), pos);
33227 }
33228 function parseLiteralNode() {
33229 return parseLiteralLikeNode(token());
33230 }
33231 function parseTemplateHead(isTaggedTemplate) {
33232 if (isTaggedTemplate) {
33233 reScanTemplateHeadOrNoSubstitutionTemplate();

Callers 8

parseJsonTextFunction · 0.85
parsePropertyNameWorkerFunction · 0.85
parseJsxAttributeFunction · 0.85
parseTaggedTemplateRestFunction · 0.85
parsePrimaryExpressionFunction · 0.85
parseConstructorNameFunction · 0.85
parseModuleSpecifierFunction · 0.85

Calls 2

parseLiteralLikeNodeFunction · 0.85
tokenFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…