Skip to content

Commit 7d5b5e9

Browse files
committed
Update baselines
1 parent fb5e8c6 commit 7d5b5e9

File tree

1 file changed

+0
-32
lines changed

1 file changed

+0
-32
lines changed

tests/baselines/reference/JSDocParsing/DocComments.parsesCorrectly.typedefTagWithChildrenTags.json

Lines changed: 0 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -34,38 +34,6 @@
3434
"kind": "JSDocTypeLiteral",
3535
"pos": 26,
3636
"end": 98,
37-
"jsDocTypeTag": {
38-
"kind": "JSDocTypeTag",
39-
"pos": 28,
40-
"end": 42,
41-
"atToken": {
42-
"kind": "AtToken",
43-
"pos": 28,
44-
"end": 29
45-
},
46-
"tagName": {
47-
"kind": "Identifier",
48-
"pos": 29,
49-
"end": 33,
50-
"escapedText": "type"
51-
},
52-
"typeExpression": {
53-
"kind": "JSDocTypeExpression",
54-
"pos": 34,
55-
"end": 42,
56-
"type": {
57-
"kind": "TypeReference",
58-
"pos": 35,
59-
"end": 41,
60-
"typeName": {
61-
"kind": "Identifier",
62-
"pos": 35,
63-
"end": 41,
64-
"escapedText": "Object"
65-
}
66-
}
67-
}
68-
},
6937
"jsDocPropertyTags": [
7038
{
7139
"kind": "JSDocPropertyTag",

0 commit comments

Comments
 (0)