@@ -29,7 +29,8 @@ Completable: Cpath Value[someString]->st <<jsx>>
29
29
"kind": 12,
30
30
"tags": [],
31
31
"detail": "string",
32
- "documentation": null
32
+ "documentation": {"kind": "markdown", "value": "Turns `string` into `React.element` so it can be used inside of JSX."},
33
+ "insertTextFormat": 2
33
34
}, {
34
35
"label": "Js.String2.startsWith",
35
36
"kind": 12,
@@ -68,7 +69,8 @@ Completable: Cpath Value[someString]->st <<jsx>>
68
69
"kind": 12,
69
70
"tags": [],
70
71
"detail": "string",
71
- "documentation": null
72
+ "documentation": {"kind": "markdown", "value": "Turns `string` into `React.element` so it can be used inside of JSX."},
73
+ "insertTextFormat": 2
72
74
}, {
73
75
"label": "Js.String2.startsWith",
74
76
"kind": 12,
@@ -107,7 +109,8 @@ Completable: Cpath string->st <<jsx>>
107
109
"kind": 12,
108
110
"tags": [],
109
111
"detail": "string",
110
- "documentation": null
112
+ "documentation": {"kind": "markdown", "value": "Turns `string` into `React.element` so it can be used inside of JSX."},
113
+ "insertTextFormat": 2
111
114
}, {
112
115
"label": "Js.String2.startsWith",
113
116
"kind": 12,
@@ -146,7 +149,8 @@ Completable: Cpath Value[Js, String2, trim](Nolabel)->st <<jsx>>
146
149
"kind": 12,
147
150
"tags": [],
148
151
"detail": "string",
149
- "documentation": null
152
+ "documentation": {"kind": "markdown", "value": "Turns `string` into `React.element` so it can be used inside of JSX."},
153
+ "insertTextFormat": 2
150
154
}, {
151
155
"label": "Js.String2.startsWith",
152
156
"kind": 12,
@@ -185,7 +189,8 @@ Completable: Cpath Value[someInt]-> <<jsx>>
185
189
"kind": 12,
186
190
"tags": [],
187
191
"detail": "int",
188
- "documentation": null
192
+ "documentation": {"kind": "markdown", "value": "Turns `int` into `React.element` so it can be used inside of JSX."},
193
+ "insertTextFormat": 2
189
194
}, {
190
195
"label": "Belt.Int.fromString",
191
196
"kind": 12,
@@ -260,7 +265,8 @@ Completable: Cpath int-> <<jsx>>
260
265
"kind": 12,
261
266
"tags": [],
262
267
"detail": "int",
263
- "documentation": null
268
+ "documentation": {"kind": "markdown", "value": "Turns `int` into `React.element` so it can be used inside of JSX."},
269
+ "insertTextFormat": 2
264
270
}, {
265
271
"label": "Belt.Int.fromString",
266
272
"kind": 12,
@@ -335,7 +341,8 @@ Completable: Cpath Value[someArr]->a <<jsx>>
335
341
"kind": 12,
336
342
"tags": [],
337
343
"detail": "array<React.element>",
338
- "documentation": null
344
+ "documentation": {"kind": "markdown", "value": "Turns `array` into `React.element` so it can be used inside of JSX."},
345
+ "insertTextFormat": 2
339
346
}, {
340
347
"label": "Js.Array2.append",
341
348
"kind": 12,
0 commit comments