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

Function reScanLessThanToken

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

Source from the content-addressed store, hash-verified

12007 return token = scanJsxToken(allowMultilineJsxText);
12008 }
12009 function reScanLessThanToken() {
12010 if (token === 47 /* SyntaxKind.LessThanLessThanToken */) {
12011 pos = tokenPos + 1;
12012 return token = 29 /* SyntaxKind.LessThanToken */;
12013 }
12014 return token;
12015 }
12016 function reScanHashToken() {
12017 if (token === 80 /* SyntaxKind.PrivateIdentifier */) {
12018 pos = tokenPos + 1;

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…