@@ -11,11 +11,6 @@ extracting docs for src/DocExtractionRes.res
11
11
"kind": "type",
12
12
"name": "t",
13
13
"deprecated": false,
14
- "location": {
15
- "path": "/home/pedro/Desktop/projects/rescript-vscode/analysis/tests/src/DocExtractionRes.res",
16
- "line": 4,
17
- "col": 1
18
- },
19
14
"signature": "type t = {name: string, online: bool}",
20
15
"docstrings": ["This type represents stuff."],
21
16
"detail":
@@ -41,11 +36,6 @@ extracting docs for src/DocExtractionRes.res
41
36
"kind": "value",
42
37
"name": "make",
43
38
"deprecated": false,
44
- "location": {
45
- "path": "/home/pedro/Desktop/projects/rescript-vscode/analysis/tests/src/DocExtractionRes.res",
46
- "line": 17,
47
- "col": 5
48
- },
49
39
"signature": "let make: string => t",
50
40
"docstrings": ["Create stuff.\n\n```rescript example\nlet stuff = make(\"My name\")\n```"]
51
41
},
@@ -54,11 +44,6 @@ extracting docs for src/DocExtractionRes.res
54
44
"kind": "value",
55
45
"name": "asOffline",
56
46
"deprecated": false,
57
- "location": {
58
- "path": "/home/pedro/Desktop/projects/rescript-vscode/analysis/tests/src/DocExtractionRes.res",
59
- "line": 23,
60
- "col": 5
61
- },
62
47
"signature": "let asOffline: t => t",
63
48
"docstrings": ["Stuff goes offline."]
64
49
},
@@ -76,11 +61,6 @@ extracting docs for src/DocExtractionRes.res
76
61
"kind": "type",
77
62
"name": "status",
78
63
"deprecated": false,
79
- "location": {
80
- "path": "/home/pedro/Desktop/projects/rescript-vscode/analysis/tests/src/DocExtractionRes.res",
81
- "line": 27,
82
- "col": 3
83
- },
84
64
"signature": "type status = Started(t) | Stopped | Idle",
85
65
"docstrings": [],
86
66
"detail":
@@ -112,11 +92,6 @@ extracting docs for src/DocExtractionRes.res
112
92
"kind": "type",
113
93
"name": "validInputs",
114
94
"deprecated": false,
115
- "location": {
116
- "path": "/home/pedro/Desktop/projects/rescript-vscode/analysis/tests/src/DocExtractionRes.res",
117
- "line": 31,
118
- "col": 3
119
- },
120
95
"signature": "type validInputs = [\\n | #\\\"needs-escaping\\\"\\n | #something\\n | #status(status)\\n | #withPayload(int)\\n]",
121
96
"docstrings": ["These are all the valid inputs."]
122
97
},
@@ -125,11 +100,6 @@ extracting docs for src/DocExtractionRes.res
125
100
"kind": "type",
126
101
"name": "callback",
127
102
"deprecated": false,
128
- "location": {
129
- "path": "/home/pedro/Desktop/projects/rescript-vscode/analysis/tests/src/DocExtractionRes.res",
130
- "line": 33,
131
- "col": 3
132
- },
133
103
"signature": "type callback = (t, ~status: status) => unit",
134
104
"docstrings": []
135
105
}]
@@ -155,11 +125,6 @@ extracting docs for src/DocExtractionRes.res
155
125
"kind": "type",
156
126
"name": "callback",
157
127
"deprecated": false,
158
- "location": {
159
- "path": "/home/pedro/Desktop/projects/rescript-vscode/analysis/tests/src/DocExtractionRes.res",
160
- "line": 44,
161
- "col": 3
162
- },
163
128
"signature": "type callback = SomeInnerModule.status => unit",
164
129
"docstrings": ["Testing what this looks like."]
165
130
},
@@ -168,11 +133,6 @@ extracting docs for src/DocExtractionRes.res
168
133
"kind": "value",
169
134
"name": "isGoodStatus",
170
135
"deprecated": false,
171
- "location": {
172
- "path": "/home/pedro/Desktop/projects/rescript-vscode/analysis/tests/src/DocExtractionRes.res",
173
- "line": 46,
174
- "col": 7
175
- },
176
136
"signature": "let isGoodStatus: SomeInnerModule.status => bool",
177
137
"docstrings": []
178
138
},
@@ -181,11 +141,6 @@ extracting docs for src/DocExtractionRes.res
181
141
"kind": "type",
182
142
"name": "someVariantWithInlineRecords",
183
143
"deprecated": false,
184
- "location": {
185
- "path": "/home/pedro/Desktop/projects/rescript-vscode/analysis/tests/src/DocExtractionRes.res",
186
- "line": 49,
187
- "col": 3
188
- },
189
144
"signature": "type someVariantWithInlineRecords = SomeStuff({offline: bool})",
190
145
"docstrings": ["Trying how it looks with an inline record in a variant."],
191
146
"detail":
@@ -205,11 +160,6 @@ extracting docs for src/DocExtractionRes.res
205
160
"kind": "type",
206
161
"name": "domRoot",
207
162
"deprecated": false,
208
- "location": {
209
- "path": "/home/pedro/Desktop/projects/rescript-vscode/analysis/tests/src/DocExtractionRes.res",
210
- "line": 54,
211
- "col": 3
212
- },
213
163
"signature": "type domRoot = unit => ReactDOM.Client.Root.t",
214
164
"docstrings": ["Callback to get the DOM root..."]
215
165
}]
@@ -229,11 +179,6 @@ extracting docs for src/DocExtractionRes.res
229
179
"kind": "type",
230
180
"name": "t",
231
181
"deprecated": false,
232
- "location": {
233
- "path": "/home/pedro/Desktop/projects/rescript-vscode/analysis/tests/src/DocExtractionRes.res",
234
- "line": 61,
235
- "col": 3
236
- },
237
182
"signature": "type t",
238
183
"docstrings": ["The type t is stuff."]
239
184
},
@@ -242,11 +187,6 @@ extracting docs for src/DocExtractionRes.res
242
187
"kind": "value",
243
188
"name": "make",
244
189
"deprecated": false,
245
- "location": {
246
- "path": "/home/pedro/Desktop/projects/rescript-vscode/analysis/tests/src/DocExtractionRes.res",
247
- "line": 63,
248
- "col": 3
249
- },
250
190
"signature": "let make: unit => t",
251
191
"docstrings": ["The maker of stuff!"]
252
192
}]
0 commit comments