Home
last modified time | relevance | path

Searched refs:isTypeScriptOnlyKeyword (Results 1 – 1 of 1) sorted by relevance

/third_party/typescript/src/services/
Dcompletions.ts4016 .filter(entry => !isTypeScriptOnlyKeyword(stringToToken(entry.name)!))
4054 function isTypeScriptOnlyKeyword(kind: SyntaxKind) { function