@@ -1132,3 +1132,111 @@ Path takesExotic
1132
1132
"insertTextFormat": 2
1133
1133
}]
1134
1134
1135
+ Complete src/CompletionExpressions.res 278:23
1136
+ posCursor:[278:23] posNoWhite:[278:22] Found expr:[278:3->278:24]
1137
+ Pexp_apply ...[278:3->278:22] (...[278:23->278:24])
1138
+ Completable: Cexpression CArgument Value[fnTakingPolyVariant]($0)
1139
+ Package opens Pervasives.JsxModules.place holder
1140
+ Resolved opens 1 pervasives
1141
+ ContextPath CArgument Value[fnTakingPolyVariant]($0)
1142
+ ContextPath Value[fnTakingPolyVariant]
1143
+ Path fnTakingPolyVariant
1144
+ [{
1145
+ "label": "#one",
1146
+ "kind": 4,
1147
+ "tags": [],
1148
+ "detail": "#one\n\n[#one | #three(someRecord, bool) | #two(bool)]",
1149
+ "documentation": null,
1150
+ "insertText": "#one",
1151
+ "insertTextFormat": 2
1152
+ }, {
1153
+ "label": "#three(_, _)",
1154
+ "kind": 4,
1155
+ "tags": [],
1156
+ "detail": "#three(someRecord, bool)\n\n[#one | #three(someRecord, bool) | #two(bool)]",
1157
+ "documentation": null,
1158
+ "insertText": "#three(${1:_}, ${2:_})",
1159
+ "insertTextFormat": 2
1160
+ }, {
1161
+ "label": "#two(_)",
1162
+ "kind": 4,
1163
+ "tags": [],
1164
+ "detail": "#two(bool)\n\n[#one | #three(someRecord, bool) | #two(bool)]",
1165
+ "documentation": null,
1166
+ "insertText": "#two(${1:_})",
1167
+ "insertTextFormat": 2
1168
+ }]
1169
+
1170
+ Complete src/CompletionExpressions.res 281:24
1171
+ posCursor:[281:24] posNoWhite:[281:23] Found expr:[281:3->281:25]
1172
+ Pexp_apply ...[281:3->281:22] (...[281:23->281:25])
1173
+ Completable: Cexpression CArgument Value[fnTakingPolyVariant]($0)=#
1174
+ Package opens Pervasives.JsxModules.place holder
1175
+ Resolved opens 1 pervasives
1176
+ ContextPath CArgument Value[fnTakingPolyVariant]($0)
1177
+ ContextPath Value[fnTakingPolyVariant]
1178
+ Path fnTakingPolyVariant
1179
+ [{
1180
+ "label": "#one",
1181
+ "kind": 4,
1182
+ "tags": [],
1183
+ "detail": "#one\n\n[#one | #three(someRecord, bool) | #two(bool)]",
1184
+ "documentation": null,
1185
+ "insertText": "one",
1186
+ "insertTextFormat": 2
1187
+ }, {
1188
+ "label": "#three(_, _)",
1189
+ "kind": 4,
1190
+ "tags": [],
1191
+ "detail": "#three(someRecord, bool)\n\n[#one | #three(someRecord, bool) | #two(bool)]",
1192
+ "documentation": null,
1193
+ "insertText": "three(${1:_}, ${2:_})",
1194
+ "insertTextFormat": 2
1195
+ }, {
1196
+ "label": "#two(_)",
1197
+ "kind": 4,
1198
+ "tags": [],
1199
+ "detail": "#two(bool)\n\n[#one | #three(someRecord, bool) | #two(bool)]",
1200
+ "documentation": null,
1201
+ "insertText": "two(${1:_})",
1202
+ "insertTextFormat": 2
1203
+ }]
1204
+
1205
+ Complete src/CompletionExpressions.res 284:25
1206
+ posCursor:[284:25] posNoWhite:[284:24] Found expr:[284:3->284:26]
1207
+ Pexp_apply ...[284:3->284:22] (...[284:23->284:25])
1208
+ Completable: Cexpression CArgument Value[fnTakingPolyVariant]($0)=#o
1209
+ Package opens Pervasives.JsxModules.place holder
1210
+ Resolved opens 1 pervasives
1211
+ ContextPath CArgument Value[fnTakingPolyVariant]($0)
1212
+ ContextPath Value[fnTakingPolyVariant]
1213
+ Path fnTakingPolyVariant
1214
+ [{
1215
+ "label": "#one",
1216
+ "kind": 4,
1217
+ "tags": [],
1218
+ "detail": "#one\n\n[#one | #three(someRecord, bool) | #two(bool)]",
1219
+ "documentation": null,
1220
+ "insertText": "one",
1221
+ "insertTextFormat": 2
1222
+ }]
1223
+
1224
+ Complete src/CompletionExpressions.res 287:24
1225
+ posCursor:[287:24] posNoWhite:[287:23] Found expr:[287:3->287:25]
1226
+ Pexp_apply ...[287:3->287:22] (...[287:23->287:24])
1227
+ Completable: Cexpression CArgument Value[fnTakingPolyVariant]($0)=o
1228
+ Package opens Pervasives.JsxModules.place holder
1229
+ Resolved opens 1 pervasives
1230
+ ContextPath CArgument Value[fnTakingPolyVariant]($0)
1231
+ ContextPath Value[fnTakingPolyVariant]
1232
+ Path fnTakingPolyVariant
1233
+ [{
1234
+ "label": "#one",
1235
+ "kind": 4,
1236
+ "tags": [],
1237
+ "detail": "#one\n\n[#one | #three(someRecord, bool) | #two(bool)]",
1238
+ "documentation": null,
1239
+ "insertText": "#one",
1240
+ "insertTextFormat": 2
1241
+ }]
1242
+
0 commit comments