| /third_party/typescript/tests/baselines/reference/JSDocParsing/ |
| D | DocComments.parsesCorrectly.twoParamTag2.json | 45 "isNameFirst": false, boolean 84 "isNameFirst": false, boolean
|
| D | DocComments.parsesCorrectly.twoParamTagOnSameLine.json | 45 "isNameFirst": false, boolean 84 "isNameFirst": false, boolean
|
| D | DocComments.parsesCorrectly.no space before @ is not a new tag.json | 33 "isNameFirst": true, boolean 59 "isNameFirst": true, boolean
|
| D | DocComments.parsesCorrectly.Nested @param tags.json | 89 "isNameFirst": false, boolean 109 "isNameFirst": true, boolean
|
| D | DocComments.parsesCorrectly.paramWithoutType.json | 31 "isNameFirst": true, boolean
|
| D | DocComments.parsesCorrectly.less-than and greater-than characters.json | 32 "isNameFirst": true, boolean
|
| D | DocComments.parsesCorrectly.@@ does not start a new tag.json | 33 "isNameFirst": true, boolean
|
| D | DocComments.parsesCorrectly.typedefTagWithChildrenTags.json | 66 "isNameFirst": false, boolean 105 "isNameFirst": false, boolean
|
| D | DocComments.parsesCorrectly.paramTagNameThenType1.json | 45 "isNameFirst": true, boolean
|
| D | DocComments.parsesCorrectly.paramTagBracketedName1.json | 46 "isNameFirst": false, boolean
|
| D | DocComments.parsesCorrectly.argSynonymForParamTag.json | 46 "isNameFirst": false, boolean
|
| D | DocComments.parsesCorrectly.paramTagNameThenType2.json | 46 "isNameFirst": true, boolean
|
| D | DocComments.parsesCorrectly.argumentSynonymForParamTag.json | 46 "isNameFirst": false, boolean
|
| D | DocComments.parsesCorrectly.oneParamTag.json | 45 "isNameFirst": false, boolean
|
| D | DocComments.parsesCorrectly.paramTagBracketedName2.json | 46 "isNameFirst": false, boolean
|
| D | DocComments.parsesCorrectly.paramTag1.json | 46 "isNameFirst": false, boolean
|
| D | DocComments.parsesCorrectly.@link tags.json | 140 "isNameFirst": true, boolean 362 "isNameFirst": true, boolean
|
| /third_party/typescript/lib/ |
| D | typescript.d.ts | 2030 readonly isNameFirst: boolean; property
|
| D | typescriptServices.d.ts | 2030 readonly isNameFirst: boolean; property
|
| D | tsserverlibrary.d.ts | 2030 readonly isNameFirst: boolean; property
|
| D | typingsInstaller.js | 26413 …function createJSDocParameterTag(tagName, name, isBracketed, typeExpression, isNameFirst, comment)… argument 26422 …n updateJSDocParameterTag(node, tagName, name, isBracketed, typeExpression, isNameFirst, comment) { argument 26434 …function createJSDocPropertyTag(tagName, name, isBracketed, typeExpression, isNameFirst, comment) { argument 26443 …on updateJSDocPropertyTag(node, tagName, name, isBracketed, typeExpression, isNameFirst, comment) { argument
|
| D | tsc.js | 21326 …function createJSDocParameterTag(tagName, name, isBracketed, typeExpression, isNameFirst, comment)… argument 21334 …n updateJSDocParameterTag(node, tagName, name, isBracketed, typeExpression, isNameFirst, comment) { argument 21345 …function createJSDocPropertyTag(tagName, name, isBracketed, typeExpression, isNameFirst, comment) { argument 21353 …on updateJSDocPropertyTag(node, tagName, name, isBracketed, typeExpression, isNameFirst, comment) { argument
|
| /third_party/typescript/tests/baselines/reference/api/ |
| D | typescript.d.ts | 2030 readonly isNameFirst: boolean; property
|
| D | tsserverlibrary.d.ts | 2030 readonly isNameFirst: boolean; property
|