We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d90fb3 commit 51b67d7Copy full SHA for 51b67d7
tests/baselines/reference/JSDocParsing/DocComments.parsesCorrectly.@link tags.json
@@ -1,32 +1,9 @@
1
{
2
"kind": "JSDocComment",
3
"pos": 0,
4
- "end": 127,
+ "end": 63,
5
"flags": "JSDoc",
6
"modifierFlagsCache": 0,
7
"transformFlags": 0,
8
- "comment": "{@link first link}\nInside {@link link text} thing",
9
- "tags": {
10
- "0": {
11
- "kind": "JSDocSeeTag",
12
- "pos": 63,
13
- "end": 68,
14
- "modifierFlagsCache": 0,
15
- "transformFlags": 0,
16
- "tagName": {
17
- "kind": "Identifier",
18
- "pos": 64,
19
- "end": 67,
20
21
22
- "escapedText": "see"
23
- },
24
- "comment": "{@link second link text} and {@link Foo|a foo} as well."
25
26
- "length": 1,
27
28
29
- "hasTrailingComma": false,
30
- "transformFlags": 0
31
- }
+ "comment": "{@link first link}\nInside {@link link text} thing"
32
}
0 commit comments