1
- Complete tests/src/Complete .res 0:2
1
+ Complete tests/src/Completion .res 0:2
2
2
[{
3
3
"label": "mapReverse",
4
4
"kind": 12,
@@ -67,7 +67,7 @@ Complete tests/src/Complete.res 0:2
67
67
"documentation": null
68
68
}]
69
69
70
- Complete tests/src/Complete .res 1:2
70
+ Complete tests/src/Completion .res 1:2
71
71
[{
72
72
"label": "Floatarray",
73
73
"kind": 9,
@@ -286,7 +286,7 @@ Complete tests/src/Complete.res 1:2
286
286
"documentation": {"kind": "markdown", "value": " [Array.blit v1 o1 v2 o2 len] copies [len] elements\n from array [v1], starting at element number [o1], to array [v2],\n starting at element number [o2]. It works correctly even if\n [v1] and [v2] are the same array, and the source and\n destination chunks overlap.\n\n Raise [Invalid_argument \"Array.blit\"] if [o1] and [len] do not\n designate a valid subarray of [v1], or if [o2] and [len] do not\n designate a valid subarray of [v2]. "}
287
287
}]
288
288
289
- Complete tests/src/Complete .res 2:2
289
+ Complete tests/src/Completion .res 2:2
290
290
[{
291
291
"label": "mapi",
292
292
"kind": 12,
@@ -337,7 +337,7 @@ Complete tests/src/Complete.res 2:2
337
337
"documentation": {"kind": "markdown", "value": " [mem a l] is true if and only if [a] is equal\n to an element of [l].\n @since 4.03.0 "}
338
338
}]
339
339
340
- Complete tests/src/Complete .res 12:2
340
+ Complete tests/src/Completion .res 12:2
341
341
[{
342
342
"label": "customDouble",
343
343
"kind": 12,
@@ -346,7 +346,7 @@ Complete tests/src/Complete.res 12:2
346
346
"documentation": {"kind": "markdown", "value": "Deprecated: Use customDouble instead\n\nSome doc comment"}
347
347
}]
348
348
349
- Complete tests/src/Complete .res 19:2
349
+ Complete tests/src/Completion .res 19:2
350
350
[{
351
351
"label": "age",
352
352
"kind": 4,
@@ -361,7 +361,7 @@ Complete tests/src/Complete.res 19:2
361
361
"documentation": null
362
362
}]
363
363
364
- Complete tests/src/Complete .res 21:2
364
+ Complete tests/src/Completion .res 21:2
365
365
[{
366
366
"label": "Js.Array2.mapi",
367
367
"kind": 12,
@@ -376,7 +376,7 @@ Complete tests/src/Complete.res 21:2
376
376
"documentation": null
377
377
}]
378
378
379
- Complete tests/src/Complete .res 23:2
379
+ Complete tests/src/Completion .res 23:2
380
380
[{
381
381
"label": "Js.String2.toUpperCase",
382
382
"kind": 12,
@@ -385,7 +385,7 @@ Complete tests/src/Complete.res 23:2
385
385
"documentation": {"kind": "markdown", "value": "\n `toUpperCase str` converts `str` to upper case using the locale-insensitive case mappings in the Unicode Character Database. Notice that the conversion can expand the number of letters in the result; for example the German `ß` capitalizes to two `S`es in a row.\n\n ```\n toUpperCase \"abc\" = \"ABC\";;\n toUpperCase {js|Straße|js} = {js|STRASSE|js};;\n toLowerCase {js|πς|js} = {js|ΠΣ|js};;\n ```\n"}
386
386
}]
387
387
388
- Complete tests/src/Complete .res 27:2
388
+ Complete tests/src/Completion .res 27:2
389
389
[{
390
390
"label": "Belt.Option.eqU",
391
391
"kind": 12,
@@ -400,7 +400,7 @@ Complete tests/src/Complete.res 27:2
400
400
"documentation": {"kind": "markdown", "value": "\n `eq optValue1 optvalue2 predicate`\n\n Evaluates two optional values for equality with respect to a predicate function.\n\n If both `optValue1` and `optValue2` are `None`, returns `true`.\n\n If one of the arguments is `Some value` and the other is `None`, returns `false`\n\n If arguments are `Some value1` and `Some value2`, returns the result of `predicate value1 value2`;\n the `predicate` function must return a `bool`\n\n ```\n let clockEqual = (fun a b -> a mod 12 = b mod 12);;\n eq (Some 3) (Some 15) clockEqual = true;;\n eq (Some 3) None clockEqual = false;;\n eq None (Some 3) clockEqual = false;;\n eq None None clockEqual = true;;\n ```\n"}
401
401
}]
402
402
403
- Complete tests/src/Complete .res 36:2
403
+ Complete tests/src/Completion .res 36:2
404
404
[{
405
405
"label": "ForAuto.abc",
406
406
"kind": 12,
@@ -415,7 +415,7 @@ Complete tests/src/Complete.res 36:2
415
415
"documentation": null
416
416
}]
417
417
418
- Complete tests/src/Complete .res 38:2
418
+ Complete tests/src/Completion .res 38:2
419
419
[{
420
420
"label": "unsafeGet",
421
421
"kind": 12,
@@ -430,7 +430,7 @@ Complete tests/src/Complete.res 38:2
430
430
"documentation": {"kind": "markdown", "value": " Experimental internal function "}
431
431
}]
432
432
433
- Complete tests/src/Complete .res 50:2
433
+ Complete tests/src/Completion .res 50:2
434
434
[{
435
435
"label": "zzz",
436
436
"kind": 12,
@@ -439,7 +439,7 @@ Complete tests/src/Complete.res 50:2
439
439
"documentation": null
440
440
}]
441
441
442
- Complete tests/src/Complete .res 52:2
442
+ Complete tests/src/Completion .res 52:2
443
443
[{
444
444
"label": "key",
445
445
"kind": 4,
@@ -454,91 +454,91 @@ Complete tests/src/Complete.res 52:2
454
454
"documentation": null
455
455
}]
456
456
457
- DocumentSymbol tests/src/Complete .res
457
+ DocumentSymbol tests/src/Completion .res
458
458
[
459
459
{
460
460
"name": "MyList",
461
461
"kind": 2,
462
- "location": {"uri": "Complete .res", "range": {"start": {"line": 0, "character": 7}, "end": {"line": 0, "character": 25}}}
462
+ "location": {"uri": "Completion .res", "range": {"start": {"line": 0, "character": 7}, "end": {"line": 0, "character": 25}}}
463
463
},
464
464
{
465
465
"name": "Dep",
466
466
"kind": 2,
467
- "location": {"uri": "Complete .res", "range": {"start": {"line": 6, "character": 7}, "end": {"line": 11, "character": 1}}}
467
+ "location": {"uri": "Completion .res", "range": {"start": {"line": 6, "character": 7}, "end": {"line": 11, "character": 1}}}
468
468
},
469
469
{
470
470
"name": "customDouble",
471
471
"kind": 12,
472
- "location": {"uri": "Complete .res", "range": {"start": {"line": 7, "character": 2}, "end": {"line": 8, "character": 30}}}
472
+ "location": {"uri": "Completion .res", "range": {"start": {"line": 7, "character": 2}, "end": {"line": 8, "character": 30}}}
473
473
},
474
474
{
475
475
"name": "Lib",
476
476
"kind": 2,
477
- "location": {"uri": "Complete .res", "range": {"start": {"line": 15, "character": 7}, "end": {"line": 18, "character": 1}}}
477
+ "location": {"uri": "Completion .res", "range": {"start": {"line": 15, "character": 7}, "end": {"line": 18, "character": 1}}}
478
478
},
479
479
{
480
480
"name": "foo",
481
481
"kind": 12,
482
- "location": {"uri": "Complete .res", "range": {"start": {"line": 16, "character": 6}, "end": {"line": 16, "character": 9}}}
482
+ "location": {"uri": "Completion .res", "range": {"start": {"line": 16, "character": 6}, "end": {"line": 16, "character": 9}}}
483
483
},
484
484
{
485
485
"name": "next",
486
486
"kind": 12,
487
- "location": {"uri": "Complete .res", "range": {"start": {"line": 17, "character": 6}, "end": {"line": 17, "character": 10}}}
487
+ "location": {"uri": "Completion .res", "range": {"start": {"line": 17, "character": 6}, "end": {"line": 17, "character": 10}}}
488
488
},
489
489
{
490
490
"name": "op",
491
491
"kind": 13,
492
- "location": {"uri": "Complete .res", "range": {"start": {"line": 26, "character": 4}, "end": {"line": 26, "character": 6}}}
492
+ "location": {"uri": "Completion .res", "range": {"start": {"line": 26, "character": 4}, "end": {"line": 26, "character": 6}}}
493
493
},
494
494
{
495
495
"name": "ForAuto",
496
496
"kind": 2,
497
- "location": {"uri": "Complete .res", "range": {"start": {"line": 30, "character": 7}, "end": {"line": 34, "character": 1}}}
497
+ "location": {"uri": "Completion .res", "range": {"start": {"line": 30, "character": 7}, "end": {"line": 34, "character": 1}}}
498
498
},
499
499
{
500
500
"name": "t",
501
501
"kind": 26,
502
- "location": {"uri": "Complete .res", "range": {"start": {"line": 31, "character": 2}, "end": {"line": 31, "character": 14}}}
502
+ "location": {"uri": "Completion .res", "range": {"start": {"line": 31, "character": 2}, "end": {"line": 31, "character": 14}}}
503
503
},
504
504
{
505
505
"name": "abc",
506
506
"kind": 12,
507
- "location": {"uri": "Complete .res", "range": {"start": {"line": 32, "character": 6}, "end": {"line": 32, "character": 9}}}
507
+ "location": {"uri": "Completion .res", "range": {"start": {"line": 32, "character": 6}, "end": {"line": 32, "character": 9}}}
508
508
},
509
509
{
510
510
"name": "abd",
511
511
"kind": 12,
512
- "location": {"uri": "Complete .res", "range": {"start": {"line": 33, "character": 6}, "end": {"line": 33, "character": 9}}}
512
+ "location": {"uri": "Completion .res", "range": {"start": {"line": 33, "character": 6}, "end": {"line": 33, "character": 9}}}
513
513
},
514
514
{
515
515
"name": "fa",
516
516
"kind": 13,
517
- "location": {"uri": "Complete .res", "range": {"start": {"line": 36, "character": 4}, "end": {"line": 36, "character": 6}}}
517
+ "location": {"uri": "Completion .res", "range": {"start": {"line": 36, "character": 4}, "end": {"line": 36, "character": 6}}}
518
518
},
519
519
{
520
520
"name": "O",
521
521
"kind": 2,
522
- "location": {"uri": "Complete .res", "range": {"start": {"line": 41, "character": 7}, "end": {"line": 47, "character": 1}}}
522
+ "location": {"uri": "Completion .res", "range": {"start": {"line": 41, "character": 7}, "end": {"line": 47, "character": 1}}}
523
523
},
524
524
{
525
525
"name": "Comp",
526
526
"kind": 2,
527
- "location": {"uri": "Complete .res", "range": {"start": {"line": 42, "character": 9}, "end": {"line": 46, "character": 3}}}
527
+ "location": {"uri": "Completion .res", "range": {"start": {"line": 42, "character": 9}, "end": {"line": 46, "character": 3}}}
528
528
},
529
529
{
530
530
"name": "make",
531
531
"kind": 12,
532
- "location": {"uri": "Complete .res", "range": {"start": {"line": 44, "character": 8}, "end": {"line": 44, "character": 12}}}
532
+ "location": {"uri": "Completion .res", "range": {"start": {"line": 44, "character": 8}, "end": {"line": 44, "character": 12}}}
533
533
},
534
534
{
535
535
"name": "zzz",
536
536
"kind": 13,
537
- "location": {"uri": "Complete .res", "range": {"start": {"line": 49, "character": 4}, "end": {"line": 49, "character": 7}}}
537
+ "location": {"uri": "Completion .res", "range": {"start": {"line": 49, "character": 4}, "end": {"line": 49, "character": 7}}}
538
538
}
539
539
]
540
540
541
- Complete tests/src/Complete .res 56:2
541
+ Complete tests/src/Completion .res 56:2
542
542
[{
543
543
"label": "react.component",
544
544
"kind": 4,
@@ -547,7 +547,7 @@ Complete tests/src/Complete.res 56:2
547
547
"documentation": null
548
548
}]
549
549
550
- Complete tests/src/Complete .res 58:2
550
+ Complete tests/src/Completion .res 58:2
551
551
[{
552
552
"label": "component",
553
553
"kind": 4,
0 commit comments