TypeScript/tests/baselines/reference/quickInfoOnParameterProperties.baseline
Zzzen 4af8333a4e
support JSDoc comments inherited for parameter properties (#44329)
* support JSDoc comments inherited for parameter properties

* Update formats

Co-authored-by: Nathan Shively-Sanders <293473+sandersn@users.noreply.github.com>

Co-authored-by: Nathan Shively-Sanders <293473+sandersn@users.noreply.github.com>
2021-06-16 14:46:49 -07:00

128 lines
2.4 KiB
Plaintext

[
{
"marker": {
"fileName": "/tests/cases/fourslash/quickInfoOnParameterProperties.ts",
"position": 226,
"name": "1"
},
"quickInfo": {
"kind": "property",
"kindModifiers": "public",
"textSpan": {
"start": 224,
"length": 4
},
"displayParts": [
{
"text": "(",
"kind": "punctuation"
},
{
"text": "property",
"kind": "text"
},
{
"text": ")",
"kind": "punctuation"
},
{
"text": " ",
"kind": "space"
},
{
"text": "Foo",
"kind": "className"
},
{
"text": ".",
"kind": "punctuation"
},
{
"text": "name",
"kind": "propertyName"
},
{
"text": ":",
"kind": "punctuation"
},
{
"text": " ",
"kind": "space"
},
{
"text": "string",
"kind": "keyword"
}
],
"documentation": [
{
"text": "this is the name of blabla \n- use blabla",
"kind": "text"
}
]
}
},
{
"marker": {
"fileName": "/tests/cases/fourslash/quickInfoOnParameterProperties.ts",
"position": 347,
"name": "2"
},
"quickInfo": {
"kind": "property",
"kindModifiers": "public",
"textSpan": {
"start": 345,
"length": 4
},
"displayParts": [
{
"text": "(",
"kind": "punctuation"
},
{
"text": "property",
"kind": "text"
},
{
"text": ")",
"kind": "punctuation"
},
{
"text": " ",
"kind": "space"
},
{
"text": "Foo2",
"kind": "className"
},
{
"text": ".",
"kind": "punctuation"
},
{
"text": "name",
"kind": "propertyName"
},
{
"text": ":",
"kind": "punctuation"
},
{
"text": " ",
"kind": "space"
},
{
"text": "string",
"kind": "keyword"
}
],
"documentation": [
{
"text": "this is the name of blabla \n- use blabla",
"kind": "text"
}
]
}
}
]