| /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.typeTag.json | 24 "typeExpression": { object
|
| D | DocComments.parsesCorrectly.noLeadingAsterisk.json | 24 "typeExpression": { object
|
| D | DocComments.parsesCorrectly.leadingAsterisk.json | 24 "typeExpression": { object
|
| D | DocComments.parsesCorrectly.returnTag1.json | 24 "typeExpression": { object
|
| D | DocComments.parsesCorrectly.returnTag2.json | 25 "typeExpression": { object
|
| D | DocComments.parsesCorrectly.argumentSynonymForParamTag.json | 24 "typeExpression": { object
|
| D | DocComments.parsesCorrectly.paramTagBracketedName2.json | 24 "typeExpression": { object
|
| D | DocComments.parsesCorrectly.paramTagBracketedName1.json | 24 "typeExpression": { object
|
| D | DocComments.parsesCorrectly.argSynonymForParamTag.json | 24 "typeExpression": { object
|
| D | DocComments.parsesCorrectly.paramTag1.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
|
| /third_party/typescript/src/services/codefixes/ |
| D | inferFromUsage.ts | 309 const typeExpression = factory.createJSDocTypeExpression(typeNode); constant
|
| /third_party/typescript/tests/baselines/reference/api/ |
| D | tsserverlibrary.d.ts | 1822 readonly typeExpression: JSDocTypeExpression; property 1826 readonly typeExpression: JSDocTypeExpression; property 1839 readonly typeExpression?: JSDocTypeExpression; property 1843 readonly typeExpression: JSDocTypeExpression; property 1850 readonly typeExpression?: JSDocTypeExpression | JSDocTypeLiteral; property 1857 readonly typeExpression: JSDocSignature; property 1868 readonly typeExpression?: JSDocTypeExpression; property
|
| D | typescript.d.ts | 1822 readonly typeExpression: JSDocTypeExpression; property 1826 readonly typeExpression: JSDocTypeExpression; property 1839 readonly typeExpression?: JSDocTypeExpression; property 1843 readonly typeExpression: JSDocTypeExpression; property 1850 readonly typeExpression?: JSDocTypeExpression | JSDocTypeLiteral; property 1857 readonly typeExpression: JSDocSignature; property 1868 readonly typeExpression?: JSDocTypeExpression; property
|
| /third_party/typescript/lib/ |
| D | typescript.d.ts | 1813 readonly typeExpression: JSDocTypeExpression; property 1817 readonly typeExpression: JSDocTypeExpression; property 1830 readonly typeExpression?: JSDocTypeExpression; property 1834 readonly typeExpression: JSDocTypeExpression; property 1841 readonly typeExpression?: JSDocTypeExpression | JSDocTypeLiteral; property 1848 readonly typeExpression: JSDocSignature; property 1859 readonly typeExpression?: JSDocTypeExpression; property
|
| D | tsserverlibrary.d.ts | 1813 readonly typeExpression: JSDocTypeExpression; property 1817 readonly typeExpression: JSDocTypeExpression; property 1830 readonly typeExpression?: JSDocTypeExpression; property 1834 readonly typeExpression: JSDocTypeExpression; property 1841 readonly typeExpression?: JSDocTypeExpression | JSDocTypeLiteral; property 1848 readonly typeExpression: JSDocSignature; property 1859 readonly typeExpression?: JSDocTypeExpression; property
|
| D | typescriptServices.d.ts | 1813 readonly typeExpression: JSDocTypeExpression; property 1817 readonly typeExpression: JSDocTypeExpression; property 1830 readonly typeExpression?: JSDocTypeExpression; property 1834 readonly typeExpression: JSDocTypeExpression; property 1841 readonly typeExpression?: JSDocTypeExpression | JSDocTypeLiteral; property 1848 readonly typeExpression: JSDocSignature; property 1859 readonly typeExpression?: JSDocTypeExpression; property
|
| D | typingsInstaller.js | 20546 …Function = ts.memoizeOne(function (kind) { return function (tagName, typeExpression, comment) { re… argument 20547 …on = ts.memoizeOne(function (kind) { return function (node, tagName, typeExpression, comment) { re… argument 23884 function createJSDocTypedefTag(tagName, typeExpression, fullName, comment) { argument 23892 function updateJSDocTypedefTag(node, tagName, typeExpression, fullName, comment) { argument 23902 …function createJSDocParameterTag(tagName, name, isBracketed, typeExpression, isNameFirst, comment)… argument 23911 …function updateJSDocParameterTag(node, tagName, name, isBracketed, typeExpression, isNameFirst, co… argument 23923 …function createJSDocPropertyTag(tagName, name, isBracketed, typeExpression, isNameFirst, comment) { argument 23932 …function updateJSDocPropertyTag(node, tagName, name, isBracketed, typeExpression, isNameFirst, com… argument 23944 function createJSDocCallbackTag(tagName, typeExpression, fullName, comment) { argument 23952 function updateJSDocCallbackTag(node, tagName, typeExpression, fullName, comment) { argument [all …]
|