|
| 1 | +Complete src/CompletionTypeT.res 4:26 |
| 2 | +XXX Not found! |
| 3 | +Completable: Cpattern Value[date] |
| 4 | +Package opens Pervasives.JsxModules.place holder |
| 5 | +Resolved opens 1 pervasives |
| 6 | +ContextPath Value[date] |
| 7 | +Path date |
| 8 | +[{ |
| 9 | + "label": "None", |
| 10 | + "kind": 12, |
| 11 | + "tags": [], |
| 12 | + "detail": "Js.Date.t", |
| 13 | + "documentation": null |
| 14 | + }, { |
| 15 | + "label": "Some(_)", |
| 16 | + "kind": 12, |
| 17 | + "tags": [], |
| 18 | + "detail": "Js.Date.t", |
| 19 | + "documentation": null, |
| 20 | + "insertText": "Some(${1:_})", |
| 21 | + "insertTextFormat": 2 |
| 22 | + }, { |
| 23 | + "label": "Some(date)", |
| 24 | + "kind": 4, |
| 25 | + "tags": [], |
| 26 | + "detail": "date", |
| 27 | + "documentation": null, |
| 28 | + "insertText": "Some(${0:date})", |
| 29 | + "insertTextFormat": 2 |
| 30 | + }] |
| 31 | + |
| 32 | +Complete src/CompletionTypeT.res 7:27 |
| 33 | +XXX Not found! |
| 34 | +Completable: Cexpression Type[withDate]->recordField(date) |
| 35 | +Package opens Pervasives.JsxModules.place holder |
| 36 | +Resolved opens 1 pervasives |
| 37 | +ContextPath Type[withDate] |
| 38 | +Path withDate |
| 39 | +[{ |
| 40 | + "label": "Js.Date.makeWithYMD()", |
| 41 | + "kind": 12, |
| 42 | + "tags": [], |
| 43 | + "detail": "(~year: float, ~month: float, ~date: float, unit) => t", |
| 44 | + "documentation": null, |
| 45 | + "insertText": "Js.Date.makeWithYMD($0)", |
| 46 | + "insertTextFormat": 2 |
| 47 | + }, { |
| 48 | + "label": "Js.Date.makeWithYMDHM()", |
| 49 | + "kind": 12, |
| 50 | + "tags": [], |
| 51 | + "detail": "(\n ~year: float,\n ~month: float,\n ~date: float,\n ~hours: float,\n ~minutes: float,\n unit,\n) => t", |
| 52 | + "documentation": null, |
| 53 | + "insertText": "Js.Date.makeWithYMDHM($0)", |
| 54 | + "insertTextFormat": 2 |
| 55 | + }, { |
| 56 | + "label": "Js.Date.make()", |
| 57 | + "kind": 12, |
| 58 | + "tags": [], |
| 59 | + "detail": "unit => t", |
| 60 | + "documentation": null, |
| 61 | + "insertText": "Js.Date.make($0)", |
| 62 | + "insertTextFormat": 2 |
| 63 | + }, { |
| 64 | + "label": "Js.Date.fromString()", |
| 65 | + "kind": 12, |
| 66 | + "tags": [], |
| 67 | + "detail": "string => t", |
| 68 | + "documentation": null, |
| 69 | + "insertText": "Js.Date.fromString($0)", |
| 70 | + "insertTextFormat": 2 |
| 71 | + }, { |
| 72 | + "label": "Js.Date.fromFloat()", |
| 73 | + "kind": 12, |
| 74 | + "tags": [], |
| 75 | + "detail": "float => t", |
| 76 | + "documentation": null, |
| 77 | + "insertText": "Js.Date.fromFloat($0)", |
| 78 | + "insertTextFormat": 2 |
| 79 | + }, { |
| 80 | + "label": "Js.Date.parse()", |
| 81 | + "kind": 12, |
| 82 | + "tags": [], |
| 83 | + "detail": "string => t", |
| 84 | + "documentation": null, |
| 85 | + "insertText": "Js.Date.parse($0)", |
| 86 | + "insertTextFormat": 2 |
| 87 | + }, { |
| 88 | + "label": "Js.Date.makeWithYM()", |
| 89 | + "kind": 12, |
| 90 | + "tags": [], |
| 91 | + "detail": "(~year: float, ~month: float, unit) => t", |
| 92 | + "documentation": null, |
| 93 | + "insertText": "Js.Date.makeWithYM($0)", |
| 94 | + "insertTextFormat": 2 |
| 95 | + }, { |
| 96 | + "label": "Js.Date.makeWithYMDHMS()", |
| 97 | + "kind": 12, |
| 98 | + "tags": [], |
| 99 | + "detail": "(\n ~year: float,\n ~month: float,\n ~date: float,\n ~hours: float,\n ~minutes: float,\n ~seconds: float,\n unit,\n) => t", |
| 100 | + "documentation": null, |
| 101 | + "insertText": "Js.Date.makeWithYMDHMS($0)", |
| 102 | + "insertTextFormat": 2 |
| 103 | + }, { |
| 104 | + "label": "Js.Date.makeWithYMDH()", |
| 105 | + "kind": 12, |
| 106 | + "tags": [], |
| 107 | + "detail": "(\n ~year: float,\n ~month: float,\n ~date: float,\n ~hours: float,\n unit,\n) => t", |
| 108 | + "documentation": null, |
| 109 | + "insertText": "Js.Date.makeWithYMDH($0)", |
| 110 | + "insertTextFormat": 2 |
| 111 | + }] |
| 112 | + |
0 commit comments