TypeScript/tests/baselines/reference/jsDocDontBreakWithNamespaces.baseline
Nathan Shively-Sanders dcc27ebaf2
@link support, second try (#43312)
* Revert "Revert "Editor support for link tag (#41877)" (#43302)"

This reverts commit 451d4354b9.

* Fix parsing @link at end of comment

* Parse comments as string when no @link occurs

* fix lint
2021-03-22 16:39:35 -07:00

208 lines
4.5 KiB
Plaintext

[
{
"marker": {
"fileName": "/tests/cases/fourslash/jsDocDontBreakWithNamespaces.js",
"position": 117,
"name": "foo"
},
"signatureHelp": {
"items": [
{
"isVariadic": false,
"prefixDisplayParts": [
{
"text": "foo",
"kind": "functionName"
},
{
"text": "(",
"kind": "punctuation"
}
],
"suffixDisplayParts": [
{
"text": ")",
"kind": "punctuation"
},
{
"text": ":",
"kind": "punctuation"
},
{
"text": " ",
"kind": "space"
},
{
"text": "any",
"kind": "keyword"
}
],
"separatorDisplayParts": [
{
"text": ",",
"kind": "punctuation"
},
{
"text": " ",
"kind": "space"
}
],
"parameters": [],
"documentation": [],
"tags": [
{
"name": "returns",
"text": [
{
"text": "Websocket server object",
"kind": "text"
}
]
}
]
}
],
"applicableSpan": {
"start": 115,
"length": 2
},
"selectedItemIndex": 0,
"argumentIndex": 0,
"argumentCount": 1
}
},
{
"marker": {
"fileName": "/tests/cases/fourslash/jsDocDontBreakWithNamespaces.js",
"position": 181,
"name": "bar"
},
"signatureHelp": {
"items": [
{
"isVariadic": false,
"prefixDisplayParts": [
{
"text": "bar",
"kind": "functionName"
},
{
"text": "(",
"kind": "punctuation"
}
],
"suffixDisplayParts": [
{
"text": ")",
"kind": "punctuation"
},
{
"text": ":",
"kind": "punctuation"
},
{
"text": " ",
"kind": "space"
},
{
"text": "void",
"kind": "keyword"
}
],
"separatorDisplayParts": [
{
"text": ",",
"kind": "punctuation"
},
{
"text": " ",
"kind": "space"
}
],
"parameters": [],
"documentation": [],
"tags": []
}
],
"applicableSpan": {
"start": 179,
"length": 2
},
"selectedItemIndex": 0,
"argumentIndex": 0,
"argumentCount": 1
}
},
{
"marker": {
"fileName": "/tests/cases/fourslash/jsDocDontBreakWithNamespaces.js",
"position": 274,
"name": "zee"
},
"signatureHelp": {
"items": [
{
"isVariadic": false,
"prefixDisplayParts": [
{
"text": "zee",
"kind": "functionName"
},
{
"text": "(",
"kind": "punctuation"
}
],
"suffixDisplayParts": [
{
"text": ")",
"kind": "punctuation"
},
{
"text": ":",
"kind": "punctuation"
},
{
"text": " ",
"kind": "space"
},
{
"text": "any",
"kind": "keyword"
}
],
"separatorDisplayParts": [
{
"text": ",",
"kind": "punctuation"
},
{
"text": " ",
"kind": "space"
}
],
"parameters": [],
"documentation": [],
"tags": [
{
"name": "type",
"text": [
{
"text": "{function(module:xxxx, module:xxxx): module:xxxxx}",
"kind": "text"
}
]
}
]
}
],
"applicableSpan": {
"start": 272,
"length": 2
},
"selectedItemIndex": 0,
"argumentIndex": 0,
"argumentCount": 1
}
}
]