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

Function reScanHashToken

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

Source from the content-addressed store, hash-verified

12014 return token;
12015 }
12016 function reScanHashToken() {
12017 if (token === 80 /* SyntaxKind.PrivateIdentifier */) {
12018 pos = tokenPos + 1;
12019 return token = 62 /* SyntaxKind.HashToken */;
12020 }
12021 return token;
12022 }
12023 function reScanQuestionToken() {
12024 ts.Debug.assert(token === 60 /* SyntaxKind.QuestionQuestionToken */, "'reScanQuestionToken' should only be called on a '??'");
12025 pos = tokenPos + 1;

Callers 2

parseJSDocNameReferenceFunction · 0.85
parseJSDocLinkFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…