File tree 2 files changed +16
-28
lines changed
tests/baselines/reference/tsserver/projectErrors 2 files changed +16
-28
lines changed Original file line number Diff line number Diff line change @@ -167,14 +167,7 @@ Info seq [hh:mm:ss:mss] FileName: /home/src/projects/project/src/file.ts Proje
167
167
Info seq [ hh :mm :ss :mss ] Projects: / h o m e / src/ projects / project / src / tsconfig . json
168
168
Info seq [ hh :mm :ss :mss ] response:
169
169
{
170
- "seq" : 0 ,
171
- "type" : "response" ,
172
- "command" : "open" ,
173
- "request_seq" : 1 ,
174
- "success" : true ,
175
- "performanceData" : {
176
- "updateGraphDurationMs" : *
177
- }
170
+ "responseRequired" : false
178
171
}
179
172
After request
180
173
@@ -231,6 +224,10 @@ Info seq [hh:mm:ss:mss] request:
231
224
"seq" : 2 ,
232
225
"type" : "request"
233
226
}
227
+ Info seq [ hh :mm :ss :mss ] response:
228
+ {
229
+ "responseRequired" : false
230
+ }
234
231
After request
235
232
236
233
Timeout callback :: count: 1
@@ -246,8 +243,7 @@ Info seq [hh:mm:ss:mss] event:
246
243
"event" : "syntaxDiag" ,
247
244
"body" : {
248
245
"file" : "/home/src/projects/project/src/file.ts" ,
249
- "diagnostics" : [ ] ,
250
- "duration" : *
246
+ "diagnostics" : [ ]
251
247
}
252
248
}
253
249
After running Timeout callback :: count: 0
@@ -292,8 +288,7 @@ Info seq [hh:mm:ss:mss] event:
292
288
"code" : 6307 ,
293
289
"category" : "error"
294
290
}
295
- ] ,
296
- "duration" : *
291
+ ]
297
292
}
298
293
}
299
294
After running Immedidate callback :: count: 1
@@ -326,8 +321,7 @@ Info seq [hh:mm:ss:mss] event:
326
321
"category" : "suggestion" ,
327
322
"reportsUnnecessary" : true
328
323
}
329
- ] ,
330
- "duration" : *
324
+ ]
331
325
}
332
326
}
333
327
Info seq [ hh :mm :ss :mss ] event:
Original file line number Diff line number Diff line change @@ -164,14 +164,7 @@ Info seq [hh:mm:ss:mss] FileName: /home/src/projects/project/src/file.ts Proje
164
164
Info seq [ hh :mm :ss :mss ] Projects: / h o m e / src/ projects / project / src / tsconfig . json
165
165
Info seq [ hh :mm :ss :mss ] response:
166
166
{
167
- "seq" : 0 ,
168
- "type" : "response" ,
169
- "command" : "open" ,
170
- "request_seq" : 1 ,
171
- "success" : true ,
172
- "performanceData" : {
173
- "updateGraphDurationMs" : *
174
- }
167
+ "responseRequired" : false
175
168
}
176
169
After request
177
170
@@ -228,6 +221,10 @@ Info seq [hh:mm:ss:mss] request:
228
221
"seq" : 2 ,
229
222
"type" : "request"
230
223
}
224
+ Info seq [ hh :mm :ss :mss ] response:
225
+ {
226
+ "responseRequired" : false
227
+ }
231
228
After request
232
229
233
230
Timeout callback :: count: 1
@@ -243,8 +240,7 @@ Info seq [hh:mm:ss:mss] event:
243
240
"event" : "syntaxDiag" ,
244
241
"body" : {
245
242
"file" : "/home/src/projects/project/src/file.ts" ,
246
- "diagnostics" : [ ] ,
247
- "duration" : *
243
+ "diagnostics" : [ ]
248
244
}
249
245
}
250
246
After running Timeout callback :: count: 0
@@ -276,8 +272,7 @@ Info seq [hh:mm:ss:mss] event:
276
272
"code" : 6307 ,
277
273
"category" : "error"
278
274
}
279
- ] ,
280
- "duration" : *
275
+ ]
281
276
}
282
277
}
283
278
After running Immedidate callback :: count: 1
@@ -310,8 +305,7 @@ Info seq [hh:mm:ss:mss] event:
310
305
"category" : "suggestion" ,
311
306
"reportsUnnecessary" : true
312
307
}
313
- ] ,
314
- "duration" : *
308
+ ]
315
309
}
316
310
}
317
311
Info seq [ hh :mm :ss :mss ] event:
You can’t perform that action at this time.
0 commit comments