@@ -301,12 +301,18 @@ Hover src/Hover.res 248:19
301
301
{"contents": {"kind": "markdown", "value": "```rescript\nbool\n```\n---\n Mighty fine field here. "}}
302
302
303
303
Hover src/Hover.res 253:20
304
- {"contents": {"kind": "markdown", "value": "```rescript\nvariant\n```\n\n---\n\n```\n \n```\n```rescript\ntype variant = CoolVariant | OtherCoolVariant\n```\nGo to: [Type definition](command:rescript-vscode.go_to_location?%5B%22Hover.res%22%2C251%2C0%5D)\n\n---\n```rescript\nCoolVariant\n``` \n---\n Cool variant! "}}
304
+ {"contents": {"kind": "markdown", "value": "```rescript\nvariant\nCoolVariant\ n```\n\n---\n\n```\n \n```\n```rescript\ntype variant = CoolVariant | OtherCoolVariant\n```\nGo to: [Type definition](command:rescript-vscode.go_to_location?%5B%22Hover.res%22%2C251%2C0%5D)\n\n---\n Cool variant! "}}
305
305
306
- Hover src/Hover.res 257:23
306
+ Hover src/Hover.res 258:22
307
+ {"contents": {"kind": "markdown", "value": "```rescript\npayloadVariants\nInlineRecord({field1: int, field2: bool})\n```\n\n---\n\n```\n \n```\n```rescript\ntype payloadVariants =\n | InlineRecord({field1: int, field2: bool})\n | Args(int, bool)\n```\nGo to: [Type definition](command:rescript-vscode.go_to_location?%5B%22Hover.res%22%2C256%2C0%5D)\n"}}
308
+
309
+ Hover src/Hover.res 261:23
310
+ {"contents": {"kind": "markdown", "value": "```rescript\npayloadVariants\nArgs(int, bool)\n```\n\n---\n\n```\n \n```\n```rescript\ntype payloadVariants =\n | InlineRecord({field1: int, field2: bool})\n | Args(int, bool)\n```\nGo to: [Type definition](command:rescript-vscode.go_to_location?%5B%22Hover.res%22%2C256%2C0%5D)\n"}}
311
+
312
+ Hover src/Hover.res 265:23
307
313
Nothing at that position. Now trying to use completion.
308
- posCursor:[257 :23] posNoWhite:[257 :22] Found expr:[257 :22->257 :25]
309
- Pexp_ident fff:[257 :22->257 :25]
314
+ posCursor:[265 :23] posNoWhite:[265 :22] Found expr:[265 :22->265 :25]
315
+ Pexp_ident fff:[265 :22->265 :25]
310
316
Completable: Cpath Value[fff]
311
317
Package opens Stdlib.place holder Pervasives.JsxModules.place holder
312
318
Resolved opens 1 Stdlib
@@ -317,10 +323,10 @@ Resolved opens 1 Stdlib
317
323
ContextPath string
318
324
{"contents": {"kind": "markdown", "value": "```rescript\nstring\n```"}}
319
325
320
- Hover src/Hover.res 260 :33
326
+ Hover src/Hover.res 268 :33
321
327
Nothing at that position. Now trying to use completion.
322
- posCursor:[260 :33] posNoWhite:[260 :32] Found expr:[260 :31->260 :40]
323
- Pexp_ident someField:[260 :31->260 :40]
328
+ posCursor:[268 :33] posNoWhite:[268 :32] Found expr:[268 :31->268 :40]
329
+ Pexp_ident someField:[268 :31->268 :40]
324
330
Completable: Cpath Value[someField]
325
331
Package opens Stdlib.place holder Pervasives.JsxModules.place holder
326
332
Resolved opens 1 Stdlib
@@ -333,9 +339,9 @@ ContextPath Value[x]
333
339
Path x
334
340
{"contents": {"kind": "markdown", "value": "```rescript\nbool\n```"}}
335
341
336
- Hover src/Hover.res 263 :8
342
+ Hover src/Hover.res 271 :8
337
343
{"contents": {"kind": "markdown", "value": "\n [`Belt.Array`]()\n\n **mutable array**: Utilities functions\n\n```rescript\nmodule Array: {\n module Id\n module Array\n module SortArray\n module MutableQueue\n module MutableStack\n module List\n module Range\n module Set\n module Map\n module MutableSet\n module MutableMap\n module HashSet\n module HashMap\n module Option\n module Result\n module Int\n module Float\n}\n```"}}
338
344
339
- Hover src/Hover.res 266 :6
345
+ Hover src/Hover.res 274 :6
340
346
{"contents": {"kind": "markdown", "value": "```rescript\ntype aliased = variant\n```\n\n---\n\n```\n \n```\n```rescript\ntype variant = CoolVariant | OtherCoolVariant\n```\nGo to: [Type definition](command:rescript-vscode.go_to_location?%5B%22Hover.res%22%2C251%2C0%5D)\n"}}
341
347
0 commit comments