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

Function parseJSDocTypeExpressionForTests

test/fixtures/snapshot/typescript.js:31374–31376  ·  view source on GitHub ↗
(content, start, length)

Source from the content-addressed store, hash-verified

31372 /* @internal */
31373 // Exposed only for testing.
31374 function parseJSDocTypeExpressionForTests(content, start, length) {
31375 return Parser.JSDocParser.parseJSDocTypeExpressionForTests(content, start, length);
31376 }
31377 ts.parseJSDocTypeExpressionForTests = parseJSDocTypeExpressionForTests;
31378 // Implement the parser as a singleton module. We do this for perf reasons because creating
31379 // parser instances can actually be expensive enough to impact us on projects with many source

Callers

nothing calls this directly

Calls 4

initializeStateFunction · 0.85
parseJSDocTypeExpressionFunction · 0.85
createSourceFileFunction · 0.85
clearStateFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…