-
Notifications
You must be signed in to change notification settings - Fork 58
/
Copy pathCompletionAttributes.res.txt
195 lines (184 loc) · 5.3 KB
/
CompletionAttributes.res.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
Complete src/CompletionAttributes.res 0:8
Attribute id:modu:[0:3->0:8] label:modu
Completable: Cdecorator(modu)
Package opens Pervasives.JsxModules.place holder
Resolved opens 1 pervasives
[{
"label": "module",
"kind": 4,
"tags": [],
"detail": "",
"documentation": {"kind": "markdown", "value": "The `@module` decorator is used to bind to a JavaScript module.\n\n[Read more and see examples in the documentation](https://rescript-lang.org/syntax-lookup#module-decorator)."},
"insertText": "module(\"$0\")",
"insertTextFormat": 2
}]
Complete src/CompletionAttributes.res 3:12
XXX Not found!
Completable: CdecoratorPayload(module=)
Package opens Pervasives.JsxModules.place holder
Resolved opens 1 pervasives
[{
"label": "@rescript/react",
"kind": 4,
"tags": [],
"detail": "Package",
"documentation": null
}, {
"label": "./tst.js",
"kind": 4,
"tags": [],
"detail": "Local file",
"documentation": null
}]
Complete src/CompletionAttributes.res 6:7
Attribute id:js:[6:3->6:7] label:@js
Completable: Cdecorator(@js)
Package opens Pervasives.JsxModules.place holder
Resolved opens 1 pervasives
[{
"label": "jsxConfig",
"kind": 4,
"tags": [],
"detail": "",
"documentation": {"kind": "markdown", "value": "The `@@jsxConfig` decorator is used to change the config for JSX on the fly.\n\n[Read more and see examples in the documentation](https://rescript-lang.org/docs/manual/latest/jsx#file-level-configuration)."},
"insertText": "jsxConfig({$0})",
"insertTextFormat": 2
}]
Complete src/CompletionAttributes.res 9:16
XXX Not found!
Completable: JsxConfig
Package opens Pervasives.JsxModules.place holder
Resolved opens 1 pervasives
[{
"label": "version",
"kind": 5,
"tags": [],
"detail": "version?: int\n\ntype jsxConfig = {version: int, module_: string, mode: string}",
"documentation": null
}, {
"label": "module_",
"kind": 5,
"tags": [],
"detail": "module_?: string\n\ntype jsxConfig = {version: int, module_: string, mode: string}",
"documentation": null
}, {
"label": "mode",
"kind": 5,
"tags": [],
"detail": "mode?: string\n\ntype jsxConfig = {version: int, module_: string, mode: string}",
"documentation": null
}]
Complete src/CompletionAttributes.res 12:17
XXX Not found!
Completable: JsxConfig
Package opens Pervasives.JsxModules.place holder
Resolved opens 1 pervasives
[{
"label": "module_",
"kind": 5,
"tags": [],
"detail": "module_?: string\n\ntype jsxConfig = {version: int, module_: string, mode: string}",
"documentation": null
}, {
"label": "mode",
"kind": 5,
"tags": [],
"detail": "mode?: string\n\ntype jsxConfig = {version: int, module_: string, mode: string}",
"documentation": null
}]
Complete src/CompletionAttributes.res 15:25
XXX Not found!
Completable: JsxConfig
Package opens Pervasives.JsxModules.place holder
Resolved opens 1 pervasives
[{
"label": "\"\"",
"kind": 12,
"tags": [],
"detail": "string",
"documentation": null,
"sortText": "A",
"insertText": "\"$0\"",
"insertTextFormat": 2
}]
Complete src/CompletionAttributes.res 18:29
XXX Not found!
Completable: JsxConfig
Package opens Pervasives.JsxModules.place holder
Resolved opens 1 pervasives
[{
"label": "version",
"kind": 5,
"tags": [],
"detail": "version?: int\n\ntype jsxConfig = {version: int, module_: string, mode: string}",
"documentation": null
}, {
"label": "mode",
"kind": 5,
"tags": [],
"detail": "mode?: string\n\ntype jsxConfig = {version: int, module_: string, mode: string}",
"documentation": null
}]
Complete src/CompletionAttributes.res 21:12
XXX Not found!
Completable: CdecoratorPayload(moduleWithImportAttributes)
Package opens Pervasives.JsxModules.place holder
Resolved opens 1 pervasives
[{
"label": "from",
"kind": 5,
"tags": [],
"detail": "from?: string\n\ntype moduleConfig = {from: string, with: string}",
"documentation": null
}, {
"label": "with",
"kind": 5,
"tags": [],
"detail": "with?: string\n\ntype moduleConfig = {from: string, with: string}",
"documentation": null
}]
Complete src/CompletionAttributes.res 24:17
XXX Not found!
Completable: CdecoratorPayload(moduleWithImportAttributes)
Package opens Pervasives.JsxModules.place holder
Resolved opens 1 pervasives
[{
"label": "{}",
"kind": 12,
"tags": [],
"detail": "type importAttributesConfig = {type_: string}",
"documentation": null,
"sortText": "A",
"insertText": "{$0}",
"insertTextFormat": 2
}]
Complete src/CompletionAttributes.res 27:19
XXX Not found!
Completable: CdecoratorPayload(moduleWithImportAttributes)
Package opens Pervasives.JsxModules.place holder
Resolved opens 1 pervasives
[{
"label": "type_",
"kind": 5,
"tags": [],
"detail": "type_?: string\n\ntype importAttributesConfig = {type_: string}",
"documentation": null
}]
Complete src/CompletionAttributes.res 30:19
XXX Not found!
Completable: CdecoratorPayload(module=)
Package opens Pervasives.JsxModules.place holder
Resolved opens 1 pervasives
[{
"label": "@rescript/react",
"kind": 4,
"tags": [],
"detail": "Package",
"documentation": null
}, {
"label": "./tst.js",
"kind": 4,
"tags": [],
"detail": "Local file",
"documentation": null
}]