Home
last modified time | relevance | path

Searched defs:originalKeywordKind (Results 1 – 25 of 25) sorted by relevance

/third_party/typescript/tests/baselines/reference/JSDocParsing/
DTypeExpressions.parsesCorrectly.keyword1.json15 "originalKeywordKind": "VarKeyword", string
DDocComments.parsesCorrectly.noReturnType.json21 "originalKeywordKind": "ReturnKeyword", string
DTypeExpressions.parsesCorrectly.recordType8.json23 "originalKeywordKind": "FunctionKeyword", string
DTypeExpressions.parsesCorrectly.typeReference3.json31 "originalKeywordKind": "FunctionKeyword", string
DDocComments.parsesCorrectly.@@ does not start a new tag.json30 "originalKeywordKind": "ThisKeyword", string
DDocComments.parsesCorrectly.returnTag1.json21 "originalKeywordKind": "ReturnKeyword", string
DDocComments.parsesCorrectly.leadingAsterisk.json21 "originalKeywordKind": "TypeKeyword", string
DDocComments.parsesCorrectly.noLeadingAsterisk.json21 "originalKeywordKind": "TypeKeyword", string
DDocComments.parsesCorrectly.typeTag.json21 "originalKeywordKind": "TypeKeyword", string
DDocComments.parsesCorrectly.returnTag2.json21 "originalKeywordKind": "ReturnKeyword", string
DTypeExpressions.parsesCorrectly.thisType1.json23 "originalKeywordKind": "ThisKeyword", string
DTypeExpressions.parsesCorrectly.newType1.json23 "originalKeywordKind": "NewKeyword", string
DDocComments.parsesCorrectly.no space before @ is not a new tag.json30 "originalKeywordKind": "ThisKeyword", string
/third_party/typescript/src/services/codefixes/
DconvertToEs6Module.ts82 const { text, originalKeywordKind } = node.name; constant
/third_party/typescript/lib/
Dtypescript.d.ts634 readonly originalKeywordKind?: SyntaxKind; property
DtypescriptServices.d.ts634 readonly originalKeywordKind?: SyntaxKind; property
Dtsserverlibrary.d.ts634 readonly originalKeywordKind?: SyntaxKind; property
Dtsc.js16886 function createBaseIdentifier(text, originalKeywordKind) { argument
16905 function createIdentifier(text, typeArguments, originalKeywordKind) { argument
DtypingsInstaller.js21212 function createBaseIdentifier(text, originalKeywordKind) { argument
21232 function createIdentifier(text, typeArguments, originalKeywordKind) { argument
Dtypescript.js21417 function createBaseIdentifier(text, originalKeywordKind) { argument
21437 function createIdentifier(text, typeArguments, originalKeywordKind) { argument
DtypescriptServices.js21417 function createBaseIdentifier(text, originalKeywordKind) { argument
21437 function createIdentifier(text, typeArguments, originalKeywordKind) { argument
Dtsserverlibrary.js21417 function createBaseIdentifier(text, originalKeywordKind) { argument
21437 function createIdentifier(text, typeArguments, originalKeywordKind) { argument
Dtsserver.js21223 function createBaseIdentifier(text, originalKeywordKind) { argument
21243 function createIdentifier(text, typeArguments, originalKeywordKind) { argument
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts645 readonly originalKeywordKind?: SyntaxKind; property
Dtsserverlibrary.d.ts645 readonly originalKeywordKind?: SyntaxKind; property