Skip to content

Commit 16f945a

Browse files
committed
Update string-literal output
1 parent 678006c commit 16f945a

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

test/fixture/string-literal-key.output.json

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,12 @@
135135
}
136136
},
137137
"augments": [],
138-
"errors": [],
138+
"errors": [
139+
{
140+
"message": "@memberof reference to obj not found",
141+
"commentLineNumber": 0
142+
}
143+
],
139144
"examples": [],
140145
"params": [],
141146
"properties": [],
@@ -144,6 +149,8 @@
144149
"throws": [],
145150
"todos": [],
146151
"name": "foo",
152+
"memberof": "obj",
153+
"scope": "static",
147154
"members": {
148155
"global": [],
149156
"inner": [],
@@ -153,9 +160,10 @@
153160
},
154161
"path": [
155162
{
156-
"name": "foo"
163+
"name": "foo",
164+
"scope": "static"
157165
}
158166
],
159-
"namespace": "foo"
167+
"namespace": ".foo"
160168
}
161169
]

0 commit comments

Comments
 (0)