| /third_party/typescript/tests/baselines/reference/JSDocParsing/ |
| D | DocComments.parsesCorrectly.typedefTagWithChildrenTags.json | 23 "typeExpression": { object 44 "typeExpression": { object 83 "typeExpression": { object
|
| D | DocComments.parsesCorrectly.twoParamTagOnSameLine.json | 23 "typeExpression": { object 62 "typeExpression": { object
|
| D | DocComments.parsesCorrectly.twoParamTag2.json | 23 "typeExpression": { object 62 "typeExpression": { object
|
| D | DocComments.parsesCorrectly.Nested @param tags.json | 24 "typeExpression": { object 52 "typeExpression": { object
|
| D | DocComments.parsesCorrectly.returnsTag1.json | 23 "typeExpression": { object
|
| D | DocComments.parsesCorrectly.typeTag.json | 24 "typeExpression": { object
|
| D | DocComments.parsesCorrectly.noLeadingAsterisk.json | 24 "typeExpression": { object
|
| D | DocComments.parsesCorrectly.returnTag1.json | 24 "typeExpression": { object
|
| D | DocComments.parsesCorrectly.leadingAsterisk.json | 24 "typeExpression": { object
|
| D | DocComments.parsesCorrectly.returnTag2.json | 25 "typeExpression": { object
|
| D | DocComments.parsesCorrectly.paramTagBracketedName1.json | 24 "typeExpression": { object
|
| D | DocComments.parsesCorrectly.paramTagNameThenType1.json | 23 "typeExpression": { object
|
| D | DocComments.parsesCorrectly.paramTag1.json | 24 "typeExpression": { object
|
| D | DocComments.parsesCorrectly.paramTagBracketedName2.json | 24 "typeExpression": { object
|
| D | DocComments.parsesCorrectly.oneParamTag.json | 23 "typeExpression": { object
|
| D | DocComments.parsesCorrectly.paramTagNameThenType2.json | 24 "typeExpression": { object
|
| D | DocComments.parsesCorrectly.argumentSynonymForParamTag.json | 24 "typeExpression": { object
|
| D | DocComments.parsesCorrectly.argSynonymForParamTag.json | 24 "typeExpression": { object
|
| /third_party/typescript/src/services/codefixes/ |
| D | inferFromUsage.ts | 312 const typeExpression = factory.createJSDocTypeExpression(typeNode); constant
|
| /third_party/typescript/src/services/ |
| D | completions.ts | 1988 const typeExpression = tryGetTypeExpressionFromTag(tag); constant 2309 … const typeExpression = isJSDocTemplateTag(tag) ? tag.constraint : tag.typeExpression; constant
|
| /third_party/typescript/lib/ |
| D | typescript.d.ts | 2004 readonly typeExpression: JSDocTypeExpression; property 2008 readonly typeExpression: JSDocTypeExpression; property 2021 readonly typeExpression?: JSDocTypeExpression; property 2025 readonly typeExpression: JSDocTypeExpression; property 2032 readonly typeExpression?: JSDocTypeExpression | JSDocTypeLiteral; property 2039 readonly typeExpression: JSDocSignature; property 2050 readonly typeExpression?: JSDocTypeExpression; property
|
| D | typescriptServices.d.ts | 2004 readonly typeExpression: JSDocTypeExpression; property 2008 readonly typeExpression: JSDocTypeExpression; property 2021 readonly typeExpression?: JSDocTypeExpression; property 2025 readonly typeExpression: JSDocTypeExpression; property 2032 readonly typeExpression?: JSDocTypeExpression | JSDocTypeLiteral; property 2039 readonly typeExpression: JSDocSignature; property 2050 readonly typeExpression?: JSDocTypeExpression; property
|
| D | tsserverlibrary.d.ts | 2004 readonly typeExpression: JSDocTypeExpression; property 2008 readonly typeExpression: JSDocTypeExpression; property 2021 readonly typeExpression?: JSDocTypeExpression; property 2025 readonly typeExpression: JSDocTypeExpression; property 2032 readonly typeExpression?: JSDocTypeExpression | JSDocTypeLiteral; property 2039 readonly typeExpression: JSDocSignature; property 2050 readonly typeExpression?: JSDocTypeExpression; property
|
| /third_party/typescript/tests/baselines/reference/api/ |
| D | typescript.d.ts | 2004 readonly typeExpression: JSDocTypeExpression; property 2008 readonly typeExpression: JSDocTypeExpression; property 2021 readonly typeExpression?: JSDocTypeExpression; property 2025 readonly typeExpression: JSDocTypeExpression; property 2032 readonly typeExpression?: JSDocTypeExpression | JSDocTypeLiteral; property 2039 readonly typeExpression: JSDocSignature; property 2050 readonly typeExpression?: JSDocTypeExpression; property
|
| D | tsserverlibrary.d.ts | 2004 readonly typeExpression: JSDocTypeExpression; property 2008 readonly typeExpression: JSDocTypeExpression; property 2021 readonly typeExpression?: JSDocTypeExpression; property 2025 readonly typeExpression: JSDocTypeExpression; property 2032 readonly typeExpression?: JSDocTypeExpression | JSDocTypeLiteral; property 2039 readonly typeExpression: JSDocSignature; property 2050 readonly typeExpression?: JSDocTypeExpression; property
|