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

Function parseIsolatedEntityName

test/fixtures/snapshot/typescript.js:31325–31327  ·  view source on GitHub ↗
(text, languageVersion)

Source from the content-addressed store, hash-verified

31323 }
31324 ts.createSourceFile = createSourceFile;
31325 function parseIsolatedEntityName(text, languageVersion) {
31326 return Parser.parseIsolatedEntityName(text, languageVersion);
31327 }
31328 ts.parseIsolatedEntityName = parseIsolatedEntityName;
31329 /**
31330 * Parse json text into SyntaxTree and return node and parse errors if any

Callers

nothing calls this directly

Calls 5

initializeStateFunction · 0.85
nextTokenFunction · 0.85
parseEntityNameFunction · 0.85
clearStateFunction · 0.85
tokenFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…