Home
last modified time | relevance | path

Searched defs:isNameFirst (Results 1 – 24 of 24) sorted by relevance

/third_party/typescript/tests/baselines/reference/JSDocParsing/
DDocComments.parsesCorrectly.twoParamTag2.json45 "isNameFirst": false, boolean
84 "isNameFirst": false, boolean
DDocComments.parsesCorrectly.twoParamTagOnSameLine.json45 "isNameFirst": false, boolean
84 "isNameFirst": false, boolean
DDocComments.parsesCorrectly.no space before @ is not a new tag.json33 "isNameFirst": true, boolean
59 "isNameFirst": true, boolean
DDocComments.parsesCorrectly.Nested @param tags.json89 "isNameFirst": false, boolean
109 "isNameFirst": true, boolean
DDocComments.parsesCorrectly.paramWithoutType.json31 "isNameFirst": true, boolean
DDocComments.parsesCorrectly.less-than and greater-than characters.json32 "isNameFirst": true, boolean
DDocComments.parsesCorrectly.@@ does not start a new tag.json33 "isNameFirst": true, boolean
DDocComments.parsesCorrectly.typedefTagWithChildrenTags.json66 "isNameFirst": false, boolean
105 "isNameFirst": false, boolean
DDocComments.parsesCorrectly.paramTagNameThenType1.json45 "isNameFirst": true, boolean
DDocComments.parsesCorrectly.paramTagBracketedName1.json46 "isNameFirst": false, boolean
DDocComments.parsesCorrectly.argSynonymForParamTag.json46 "isNameFirst": false, boolean
DDocComments.parsesCorrectly.paramTagNameThenType2.json46 "isNameFirst": true, boolean
DDocComments.parsesCorrectly.argumentSynonymForParamTag.json46 "isNameFirst": false, boolean
DDocComments.parsesCorrectly.oneParamTag.json45 "isNameFirst": false, boolean
DDocComments.parsesCorrectly.paramTagBracketedName2.json46 "isNameFirst": false, boolean
DDocComments.parsesCorrectly.paramTag1.json46 "isNameFirst": false, boolean
DDocComments.parsesCorrectly.@link tags.json140 "isNameFirst": true, boolean
362 "isNameFirst": true, boolean
/third_party/typescript/lib/
Dtypescript.d.ts2030 readonly isNameFirst: boolean; property
DtypescriptServices.d.ts2030 readonly isNameFirst: boolean; property
Dtsserverlibrary.d.ts2030 readonly isNameFirst: boolean; property
DtypingsInstaller.js26413 …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
Dtsc.js21326 …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/
Dtypescript.d.ts2030 readonly isNameFirst: boolean; property
Dtsserverlibrary.d.ts2030 readonly isNameFirst: boolean; property