Skip to content

Commit 77dc0ca

Browse files
committed
commit OK output (JSON type changes)
1 parent 5283df8 commit 77dc0ca

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

analysis/tests-incremental-typechecking/src/expected/ConstructorCompletion__Json.res.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ Json
55
Array:[0:8->0:21] [0:21->0:23]
66
Completable: Cexpression CTypeAtPos()->variantPayload::Array($0)
77
Package opens Pervasives.JsxModules.place holder
8-
Resolved opens 1 pervasives
8+
Resolved opens 1 pervasives.res
99
ContextPath CTypeAtPos()
1010
[{
1111
"label": "[]",
1212
"kind": 12,
1313
"tags": [],
1414
"detail": "t",
15-
"documentation": {"kind": "markdown", "value": " The JSON data structure \n\n```rescript\ntype t =\n | Boolean(bool)\n | Null\n | String(string)\n | Number(float)\n | Object(Js.Dict.t<t>)\n | Array(array<t>)\n```"},
15+
"documentation": {"kind": "markdown", "value": " The JSON data structure \n\n```rescript\n@unboxed\ntype t =\n | Boolean(bool)\n | @as(null) Null\n | String(string)\n | Number(float)\n | Object(Js.Dict.t<t>)\n | Array(array<t>)\n```"},
1616
"sortText": "A",
1717
"insertText": "[$0]",
1818
"insertTextFormat": 2

analysis/tests-incremental-typechecking/src/expected/ConstructorCompletion__Own.res.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Pexp_construct WithVariant
44
One:[4:8->4:23] [4:23->4:25]
55
Completable: Cexpression CTypeAtPos()->variantPayload::One($0)
66
Package opens Pervasives.JsxModules.place holder
7-
Resolved opens 1 pervasives
7+
Resolved opens 1 pervasives.res
88
ContextPath CTypeAtPos()
99
[{
1010
"label": "{}",

0 commit comments

Comments
 (0)