@@ -2,7 +2,8 @@ Complete src/GenericJsxCompletion.res 0:8
2
2
posCursor:[0:8] posNoWhite:[0:6] Found expr:[0:4->0:7]
3
3
JSX <div:[0:4->0:7] > _children:None
4
4
Completable: Cjsx([div], "", [])
5
- Package opens Pervasives.JsxModules.place holder
5
+ Package opens Stdlib.place holder Pervasives.JsxModules.place holder
6
+ Resolved opens 1 Stdlib
6
7
Path GenericJsx.Elements.props
7
8
[{
8
9
"label": "testing",
@@ -28,7 +29,8 @@ Complete src/GenericJsxCompletion.res 3:17
28
29
posCursor:[3:17] posNoWhite:[3:16] Found expr:[3:4->3:18]
29
30
JSX <div:[3:4->3:7] testing[3:8->3:15]=...[3:16->3:18]> _children:None
30
31
Completable: Cexpression CJsxPropValue [div] testing->recordBody
31
- Package opens Pervasives.JsxModules.place holder
32
+ Package opens Stdlib.place holder Pervasives.JsxModules.place holder
33
+ Resolved opens 1 Stdlib
32
34
ContextPath CJsxPropValue [div] testing
33
35
Path GenericJsx.Elements.props
34
36
[{
@@ -55,7 +57,8 @@ posCursor:[14:21] posNoWhite:[14:20] Found expr:[13:4->22:10]
55
57
posCursor:[14:21] posNoWhite:[14:20] Found expr:[14:7->22:10]
56
58
posCursor:[14:21] posNoWhite:[14:20] Found expr:[14:7->14:21]
57
59
Completable: Cpath Value[someString]->st <<jsx>>
58
- Package opens Pervasives.JsxModules.place holder
60
+ Package opens Stdlib.place holder Pervasives.JsxModules.place holder
61
+ Resolved opens 1 Stdlib
59
62
ContextPath Value[someString]->st <<jsx>>
60
63
ContextPath Value[someString]
61
64
Path someString
@@ -69,13 +72,13 @@ Path Stdlib.String.st
69
72
"sortText": "A",
70
73
"insertTextFormat": 2
71
74
}, {
72
- "label": "Stdlib. String.startsWith",
75
+ "label": "String.startsWith",
73
76
"kind": 12,
74
77
"tags": [],
75
78
"detail": "(string, string) => bool",
76
79
"documentation": {"kind": "markdown", "value": "\n`startsWith(str, substr)` returns `true` if the `str` starts with `substr`,\n`false` otherwise.\nSee [`String.startsWith`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/startsWith) on MDN.\n\n## Examples\n\n```rescript\nString.startsWith(\"BuckleScript\", \"Buckle\") == true\nString.startsWith(\"BuckleScript\", \"\") == true\nString.startsWith(\"JavaScript\", \"Buckle\") == false\n```\n"}
77
80
}, {
78
- "label": "Stdlib. String.startsWithFrom",
81
+ "label": "String.startsWithFrom",
79
82
"kind": 12,
80
83
"tags": [],
81
84
"detail": "(string, string, int) => bool",
@@ -101,8 +104,8 @@ posCursor:[20:24] posNoWhite:[20:23] Found expr:[20:10->22:4]
101
104
posCursor:[20:24] posNoWhite:[20:23] Found expr:[20:10->20:24]
102
105
Completable: Cpath Value[someString]->st <<jsx>>
103
106
Raw opens: 1 GenericJsx.place holder
104
- Package opens Pervasives.JsxModules.place holder
105
- Resolved opens 1 GenericJsx
107
+ Package opens Stdlib.place holder Pervasives.JsxModules.place holder
108
+ Resolved opens 2 Stdlib GenericJsx
106
109
ContextPath Value[someString]->st <<jsx>>
107
110
ContextPath Value[someString]
108
111
Path someString
@@ -116,13 +119,13 @@ Path Stdlib.String.st
116
119
"sortText": "A",
117
120
"insertTextFormat": 2
118
121
}, {
119
- "label": "Stdlib. String.startsWith",
122
+ "label": "String.startsWith",
120
123
"kind": 12,
121
124
"tags": [],
122
125
"detail": "(string, string) => bool",
123
126
"documentation": {"kind": "markdown", "value": "\n`startsWith(str, substr)` returns `true` if the `str` starts with `substr`,\n`false` otherwise.\nSee [`String.startsWith`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/startsWith) on MDN.\n\n## Examples\n\n```rescript\nString.startsWith(\"BuckleScript\", \"Buckle\") == true\nString.startsWith(\"BuckleScript\", \"\") == true\nString.startsWith(\"JavaScript\", \"Buckle\") == false\n```\n"}
124
127
}, {
125
- "label": "Stdlib. String.startsWithFrom",
128
+ "label": "String.startsWithFrom",
126
129
"kind": 12,
127
130
"tags": [],
128
131
"detail": "(string, string, int) => bool",
0 commit comments