@@ -286,21 +286,29 @@ Resolved opens 1 pervasives
286
286
287
287
Complete2 src/CompletionNew.res 53:73
288
288
Scope: 106 items
289
- Completable: Cexpression: ctxPath: Value( prefix=)
289
+ Completable: Cexpression: ctxPath: ((Type( prefix=someRecord))->followRecordField{nested})->followRecordField{maybeVariant}
290
290
Package opens Pervasives.JsxModules.place holder
291
291
Resolved opens 1 pervasives
292
- Path
292
+ Path someRecord
293
+ CRecordFieldFollow: type of field ("nested") to follow: option<nestedRecord>
294
+ CRecordFieldFollow: found type at record ctx path, but it's not a record: option<nestedRecord>
293
295
[]
294
296
295
- Complete2 src/CompletionNew.res 57:85
297
+ Complete2 src/CompletionNew.res 57:86
296
298
Scope: 106 items
297
- Completable: Cexpression: ctxPath: ((Type(prefix=someRecord))->followRecordField{nested})->followRecordField{maybeVariant} , prefix: "v "
299
+ Completable: Cexpression: ctxPath: ((Type(prefix=someRecord))->followRecordField{nested})->followRecordField{maybeVariant} , prefix: "So "
298
300
Package opens Pervasives.JsxModules.place holder
299
301
Resolved opens 1 pervasives
300
302
Path someRecord
301
303
CRecordFieldFollow: type of field ("nested") to follow: option<nestedRecord>
302
304
CRecordFieldFollow: found type at record ctx path, but it's not a record: option<nestedRecord>
303
- []
305
+ [{
306
+ "label": "Sort",
307
+ "kind": 9,
308
+ "tags": [],
309
+ "detail": "file module",
310
+ "documentation": null
311
+ }]
304
312
305
313
Complete2 src/CompletionNew.res 61:58
306
314
Scope: 105 items
@@ -328,11 +336,20 @@ CRecordField: found something that's not a record at the record ctx path: (~name
328
336
329
337
Complete2 src/CompletionNew.res 72:72
330
338
Scope: 109 items
331
- Completable: Cexpression: ctxPath: Value (prefix=)
339
+ Completable: Cexpression: ctxPath: Type (prefix=fn )
332
340
Package opens Pervasives.JsxModules.place holder
333
341
Resolved opens 1 pervasives
334
- Path
335
- []
342
+ Path fn
343
+ [{
344
+ "label": "(~name=?, v1) => {}",
345
+ "kind": 12,
346
+ "tags": [],
347
+ "detail": "(~name: string=?, string) => bool",
348
+ "documentation": null,
349
+ "sortText": "A",
350
+ "insertText": "(~name=?, ${1:v1}) => {$0}",
351
+ "insertTextFormat": 2
352
+ }]
336
353
337
354
Complete2 src/CompletionNew.res 76:60
338
355
Scope: 108 items
@@ -547,10 +564,10 @@ CTypeAtLoc: found no type at loc
547
564
548
565
Complete2 src/CompletionNew.res 158:40
549
566
Scope: 107 items
550
- Completable: Cexpression: ctxPath: Value(prefix=)
567
+ Completable: Cexpression: ctxPath: CTypeAtLoc: [158:7->158:10]
551
568
Package opens Pervasives.JsxModules.place holder
552
569
Resolved opens 1 pervasives
553
- Path
570
+ CTypeAtLoc: found no type at loc
554
571
[]
555
572
556
573
Complete2 src/CompletionNew.res 161:35
0 commit comments