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

Function tokenIsIdentifierOrKeyword

test/fixtures/snapshot/typescript.js:10062–10064  ·  view source on GitHub ↗
(token)

Source from the content-addressed store, hash-verified

10060 var _a;
10061 /* @internal */
10062 function tokenIsIdentifierOrKeyword(token) {
10063 return token >= 79 /* SyntaxKind.Identifier */;
10064 }
10065 ts.tokenIsIdentifierOrKeyword = tokenIsIdentifierOrKeyword;
10066 /* @internal */
10067 function tokenIsIdentifierOrKeywordOrGreaterThan(token) {

Callers 2

scanJsxIdentifierFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected