| /third_party/typescript/tests/baselines/reference/JSDocParsing/ |
| D | TypeExpressions.parsesCorrectly.keyword1.json | 15 "originalKeywordKind": "VarKeyword", string
|
| D | DocComments.parsesCorrectly.noReturnType.json | 21 "originalKeywordKind": "ReturnKeyword", string
|
| D | TypeExpressions.parsesCorrectly.recordType8.json | 23 "originalKeywordKind": "FunctionKeyword", string
|
| D | TypeExpressions.parsesCorrectly.typeReference3.json | 31 "originalKeywordKind": "FunctionKeyword", string
|
| D | DocComments.parsesCorrectly.@@ does not start a new tag.json | 30 "originalKeywordKind": "ThisKeyword", string
|
| D | DocComments.parsesCorrectly.leadingAsterisk.json | 21 "originalKeywordKind": "TypeKeyword", string
|
| D | DocComments.parsesCorrectly.returnTag1.json | 21 "originalKeywordKind": "ReturnKeyword", string
|
| D | DocComments.parsesCorrectly.noLeadingAsterisk.json | 21 "originalKeywordKind": "TypeKeyword", string
|
| D | DocComments.parsesCorrectly.typeTag.json | 21 "originalKeywordKind": "TypeKeyword", string
|
| D | DocComments.parsesCorrectly.returnTag2.json | 21 "originalKeywordKind": "ReturnKeyword", string
|
| D | TypeExpressions.parsesCorrectly.thisType1.json | 23 "originalKeywordKind": "ThisKeyword", string
|
| D | TypeExpressions.parsesCorrectly.newType1.json | 23 "originalKeywordKind": "NewKeyword", string
|
| D | DocComments.parsesCorrectly.no space before @ is not a new tag.json | 30 "originalKeywordKind": "ThisKeyword", string
|
| /third_party/typescript/src/services/codefixes/ |
| D | convertToEsModule.ts | 82 const { text, originalKeywordKind } = node.name; constant
|
| /third_party/typescript/src/services/ |
| D | completions.ts | 4222 const originalKeywordKind = (location as Identifier).originalKeywordKind; constant
|
| /third_party/typescript/lib/ |
| D | typescriptServices.d.ts | 683 readonly originalKeywordKind?: SyntaxKind; property
|
| D | typescript.d.ts | 683 readonly originalKeywordKind?: SyntaxKind; property
|
| D | tsserverlibrary.d.ts | 683 readonly originalKeywordKind?: SyntaxKind; property
|
| D | tsc.js | 18737 function createBaseIdentifier(text, originalKeywordKind) { argument 18758 … function createIdentifier(text, typeArguments, originalKeywordKind, hasExtendedUnicodeEscape) { argument
|
| D | typingsInstaller.js | 23412 function createBaseIdentifier(text, originalKeywordKind) { argument 23434 … function createIdentifier(text, typeArguments, originalKeywordKind, hasExtendedUnicodeEscape) { argument
|
| /third_party/typescript/tests/baselines/reference/api/ |
| D | typescript.d.ts | 683 readonly originalKeywordKind?: SyntaxKind; property
|
| D | tsserverlibrary.d.ts | 683 readonly originalKeywordKind?: SyntaxKind; property
|