(token)
| 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) { |
no outgoing calls
no test coverage detected