| /third_party/typescript/tests/baselines/reference/JSDocParsing/ |
| D | DocComments.parsesCorrectly.typedefTagWithChildrenTags.json | 23 "typeExpression": { object 44 "typeExpression": { object 83 "typeExpression": { object
|
| D | DocComments.parsesCorrectly.twoParamTag2.json | 23 "typeExpression": { object 62 "typeExpression": { object
|
| D | DocComments.parsesCorrectly.twoParamTagOnSameLine.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.noLeadingAsterisk.json | 24 "typeExpression": { object
|
| D | DocComments.parsesCorrectly.returnTag1.json | 24 "typeExpression": { object
|
| D | DocComments.parsesCorrectly.leadingAsterisk.json | 24 "typeExpression": { object
|
| D | DocComments.parsesCorrectly.typeTag.json | 24 "typeExpression": { object
|
| D | DocComments.parsesCorrectly.returnTag2.json | 25 "typeExpression": { object
|
| D | DocComments.parsesCorrectly.paramTagNameThenType2.json | 24 "typeExpression": { object
|
| D | DocComments.parsesCorrectly.argumentSynonymForParamTag.json | 24 "typeExpression": { object
|
| D | DocComments.parsesCorrectly.paramTagNameThenType1.json | 23 "typeExpression": { object
|
| D | DocComments.parsesCorrectly.paramTagBracketedName1.json | 24 "typeExpression": { object
|
| D | DocComments.parsesCorrectly.paramTagBracketedName2.json | 24 "typeExpression": { object
|
| D | DocComments.parsesCorrectly.argSynonymForParamTag.json | 24 "typeExpression": { object
|
| D | DocComments.parsesCorrectly.oneParamTag.json | 23 "typeExpression": { object
|
| D | DocComments.parsesCorrectly.paramTag1.json | 24 "typeExpression": { object
|
| /third_party/typescript/src/services/codefixes/ |
| D | inferFromUsage.ts | 333 const typeExpression = factory.createJSDocTypeExpression(typeNode); constant
|
| /third_party/typescript/src/services/ |
| D | completions.ts | 2084 const typeExpression = tryGetTypeExpressionFromTag(tag); constant 2405 const typeExpression = isJSDocTemplateTag(tag) ? tag.constraint : tag.typeExpression; constant
|
| /third_party/typescript/lib/ |
| D | typescript.d.ts | 2116 readonly typeExpression: JSDocTypeExpression; property 2120 readonly typeExpression: JSDocTypeExpression; property 2133 readonly typeExpression?: JSDocTypeExpression; property 2137 readonly typeExpression: JSDocTypeExpression; property 2144 readonly typeExpression?: JSDocTypeExpression | JSDocTypeLiteral; property 2151 readonly typeExpression: JSDocSignature; property 2162 readonly typeExpression?: JSDocTypeExpression; property
|
| D | tsserverlibrary.d.ts | 6119 readonly typeExpression: JSDocTypeExpression; property 6123 readonly typeExpression: JSDocTypeExpression; property 6136 readonly typeExpression?: JSDocTypeExpression; property 6140 readonly typeExpression: JSDocTypeExpression; property 6147 readonly typeExpression?: JSDocTypeExpression | JSDocTypeLiteral; property 6154 readonly typeExpression: JSDocSignature; property 6165 readonly typeExpression?: JSDocTypeExpression; property
|
| D | typingsInstaller.js | 16295 function createJSDocTypedefTag(tagName, typeExpression, fullName, comment) { argument 16302 …function updateJSDocTypedefTag(node, tagName = getDefaultTagName(node), typeExpression, fullName, … argument 16305 …function createJSDocParameterTag(tagName, name, isBracketed, typeExpression, isNameFirst, comment)… argument 16313 …meterTag(node, tagName = getDefaultTagName(node), name, isBracketed, typeExpression, isNameFirst, … argument 16316 …function createJSDocPropertyTag(tagName, name, isBracketed, typeExpression, isNameFirst, comment) { argument 16324 …pertyTag(node, tagName = getDefaultTagName(node), name, isBracketed, typeExpression, isNameFirst, … argument 16327 function createJSDocCallbackTag(tagName, typeExpression, fullName, comment) { argument 16334 …function updateJSDocCallbackTag(node, tagName = getDefaultTagName(node), typeExpression, fullName,… argument 16413 function createJSDocTypeLikeTagWorker(kind, tagName, typeExpression, comment) { argument 16418 …ateJSDocTypeLikeTagWorker(kind, node, tagName = getDefaultTagName(node), typeExpression, comment) { argument [all …]
|
| /third_party/typescript/tests/baselines/reference/api/ |
| D | typescript.d.ts | 2116 readonly typeExpression: JSDocTypeExpression; property 2120 readonly typeExpression: JSDocTypeExpression; property 2133 readonly typeExpression?: JSDocTypeExpression; property 2137 readonly typeExpression: JSDocTypeExpression; property 2144 readonly typeExpression?: JSDocTypeExpression | JSDocTypeLiteral; property 2151 readonly typeExpression: JSDocSignature; property 2162 readonly typeExpression?: JSDocTypeExpression; property
|
| D | tsserverlibrary.d.ts | 6119 readonly typeExpression: JSDocTypeExpression; property 6123 readonly typeExpression: JSDocTypeExpression; property 6136 readonly typeExpression?: JSDocTypeExpression; property 6140 readonly typeExpression: JSDocTypeExpression; property 6147 readonly typeExpression?: JSDocTypeExpression | JSDocTypeLiteral; property 6154 readonly typeExpression: JSDocSignature; property 6165 readonly typeExpression?: JSDocTypeExpression; property
|