/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.leadingAsterisk.json | 24 "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.returnTag2.json | 25 "typeExpression": { object
|
D | DocComments.parsesCorrectly.paramTagBracketedName1.json | 24 "typeExpression": { object
|
D | DocComments.parsesCorrectly.paramTagNameThenType1.json | 23 "typeExpression": { object
|
D | DocComments.parsesCorrectly.oneParamTag.json | 23 "typeExpression": { object
|
D | DocComments.parsesCorrectly.paramTagNameThenType2.json | 24 "typeExpression": { object
|
D | DocComments.parsesCorrectly.argSynonymForParamTag.json | 24 "typeExpression": { object
|
D | DocComments.parsesCorrectly.argumentSynonymForParamTag.json | 24 "typeExpression": { object
|
D | DocComments.parsesCorrectly.paramTag1.json | 24 "typeExpression": { object
|
D | DocComments.parsesCorrectly.paramTagBracketedName2.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 | 1978 readonly typeExpression: JSDocTypeExpression; property 1982 readonly typeExpression: JSDocTypeExpression; property 1995 readonly typeExpression?: JSDocTypeExpression; property 1999 readonly typeExpression: JSDocTypeExpression; property 2006 readonly typeExpression?: JSDocTypeExpression | JSDocTypeLiteral; property 2013 readonly typeExpression: JSDocSignature; property 2024 readonly typeExpression?: JSDocTypeExpression; property
|
D | typescriptServices.d.ts | 1978 readonly typeExpression: JSDocTypeExpression; property 1982 readonly typeExpression: JSDocTypeExpression; property 1995 readonly typeExpression?: JSDocTypeExpression; property 1999 readonly typeExpression: JSDocTypeExpression; property 2006 readonly typeExpression?: JSDocTypeExpression | JSDocTypeLiteral; property 2013 readonly typeExpression: JSDocSignature; property 2024 readonly typeExpression?: JSDocTypeExpression; property
|
D | tsserverlibrary.d.ts | 1978 readonly typeExpression: JSDocTypeExpression; property 1982 readonly typeExpression: JSDocTypeExpression; property 1995 readonly typeExpression?: JSDocTypeExpression; property 1999 readonly typeExpression: JSDocTypeExpression; property 2006 readonly typeExpression?: JSDocTypeExpression | JSDocTypeLiteral; property 2013 readonly typeExpression: JSDocSignature; property 2024 readonly typeExpression?: JSDocTypeExpression; property
|
/third_party/typescript/tests/baselines/reference/api/ |
D | typescript.d.ts | 1978 readonly typeExpression: JSDocTypeExpression; property 1982 readonly typeExpression: JSDocTypeExpression; property 1995 readonly typeExpression?: JSDocTypeExpression; property 1999 readonly typeExpression: JSDocTypeExpression; property 2006 readonly typeExpression?: JSDocTypeExpression | JSDocTypeLiteral; property 2013 readonly typeExpression: JSDocSignature; property 2024 readonly typeExpression?: JSDocTypeExpression; property
|
D | tsserverlibrary.d.ts | 1978 readonly typeExpression: JSDocTypeExpression; property 1982 readonly typeExpression: JSDocTypeExpression; property 1995 readonly typeExpression?: JSDocTypeExpression; property 1999 readonly typeExpression: JSDocTypeExpression; property 2006 readonly typeExpression?: JSDocTypeExpression | JSDocTypeLiteral; property 2013 readonly typeExpression: JSDocSignature; property 2024 readonly typeExpression?: JSDocTypeExpression; property
|