Searched refs:IfKeyword (Results 1 – 10 of 10) sorted by relevance
/third_party/typescript/src/services/ |
D | documentHighlights.ts | 54 case SyntaxKind.IfKeyword: 490 pushKeywordIf(keywords, children[0], SyntaxKind.IfKeyword);
|
/third_party/typescript/src/compiler/ |
D | scanner.ts | 110 if: SyntaxKind.IfKeyword,
|
D | parser.ts | 5882 parseExpected(SyntaxKind.IfKeyword); 6237 case SyntaxKind.IfKeyword: 6322 case SyntaxKind.IfKeyword:
|
D | types.ts | 131 IfKeyword, enumerator 570 | SyntaxKind.IfKeyword
|
D | emitter.ts | 2744 … const openParenPos = emitTokenWithComment(SyntaxKind.IfKeyword, node.pos, writeKeyword, node);
|
/third_party/typescript/lib/ |
D | typescript.d.ts | 206 IfKeyword = 99, enumerator 488 …Keyword | SyntaxKind.GetKeyword | SyntaxKind.GlobalKeyword | SyntaxKind.IfKeyword | SyntaxKind.Imp…
|
D | typescriptServices.d.ts | 206 IfKeyword = 99, enumerator 488 …Keyword | SyntaxKind.GetKeyword | SyntaxKind.GlobalKeyword | SyntaxKind.IfKeyword | SyntaxKind.Imp…
|
D | tsserverlibrary.d.ts | 206 IfKeyword = 99, enumerator 488 …Keyword | SyntaxKind.GetKeyword | SyntaxKind.GlobalKeyword | SyntaxKind.IfKeyword | SyntaxKind.Imp…
|
/third_party/typescript/tests/baselines/reference/api/ |
D | typescript.d.ts | 206 IfKeyword = 99, enumerator 488 …Keyword | SyntaxKind.GetKeyword | SyntaxKind.GlobalKeyword | SyntaxKind.IfKeyword | SyntaxKind.Imp…
|
D | tsserverlibrary.d.ts | 206 IfKeyword = 99, enumerator 488 …Keyword | SyntaxKind.GetKeyword | SyntaxKind.GlobalKeyword | SyntaxKind.IfKeyword | SyntaxKind.Imp…
|