@@ -2,7 +2,8 @@ Complete src/GenericJsxCompletion.res 0:8
22posCursor:[0:8] posNoWhite:[0:6] Found expr:[0:4->0:7]
33JSX <div:[0:4->0:7] > _children:None
44Completable: Cjsx([div], "", [])
5- Package opens Pervasives.JsxModules.place holder
5+ Package opens Stdlib.place holder Pervasives.JsxModules.place holder
6+ Resolved opens 1 Stdlib
67Path GenericJsx.Elements.props
78[{
89 "label": "testing",
@@ -28,7 +29,8 @@ Complete src/GenericJsxCompletion.res 3:17
2829posCursor:[3:17] posNoWhite:[3:16] Found expr:[3:4->3:18]
2930JSX <div:[3:4->3:7] testing[3:8->3:15]=...[3:16->3:18]> _children:None
3031Completable: 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
3234ContextPath CJsxPropValue [div] testing
3335Path GenericJsx.Elements.props
3436[{
@@ -55,7 +57,8 @@ posCursor:[14:21] posNoWhite:[14:20] Found expr:[13:4->22:10]
5557posCursor:[14:21] posNoWhite:[14:20] Found expr:[14:7->22:10]
5658posCursor:[14:21] posNoWhite:[14:20] Found expr:[14:7->14:21]
5759Completable: 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
5962ContextPath Value[someString]->st <<jsx>>
6063ContextPath Value[someString]
6164Path someString
@@ -69,13 +72,13 @@ Path Stdlib.String.st
6972 "sortText": "A",
7073 "insertTextFormat": 2
7174 }, {
72- "label": "Stdlib. String.startsWith",
75+ "label": "String.startsWith",
7376 "kind": 12,
7477 "tags": [],
7578 "detail": "(string, string) => bool",
7679 "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"}
7780 }, {
78- "label": "Stdlib. String.startsWithFrom",
81+ "label": "String.startsWithFrom",
7982 "kind": 12,
8083 "tags": [],
8184 "detail": "(string, string, int) => bool",
@@ -101,8 +104,8 @@ posCursor:[20:24] posNoWhite:[20:23] Found expr:[20:10->22:4]
101104posCursor:[20:24] posNoWhite:[20:23] Found expr:[20:10->20:24]
102105Completable: Cpath Value[someString]->st <<jsx>>
103106Raw 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
106109ContextPath Value[someString]->st <<jsx>>
107110ContextPath Value[someString]
108111Path someString
@@ -116,13 +119,13 @@ Path Stdlib.String.st
116119 "sortText": "A",
117120 "insertTextFormat": 2
118121 }, {
119- "label": "Stdlib. String.startsWith",
122+ "label": "String.startsWith",
120123 "kind": 12,
121124 "tags": [],
122125 "detail": "(string, string) => bool",
123126 "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"}
124127 }, {
125- "label": "Stdlib. String.startsWithFrom",
128+ "label": "String.startsWithFrom",
126129 "kind": 12,
127130 "tags": [],
128131 "detail": "(string, string, int) => bool",
0 commit comments