Skip to content

Commit 6fd8375

Browse files
committedMay 6, 2021
Add big array of dom props.
1 parent 50350a7 commit 6fd8375

File tree

3 files changed

+447
-1020
lines changed

3 files changed

+447
-1020
lines changed
 

‎analysis/src/NewCompletions.ml

+444-1,011
Large diffs are not rendered by default.

‎analysis/tests/src/Div.res

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
let q = <div> </div>
33
// ^hov
44

5-
// ^com <div
5+
// ^com <div dangerous

‎analysis/tests/src/expected/Div.res.txt

+2-8
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,10 @@ Hover tests/src/Div.res 1:10
33

44
Complete tests/src/Div.res 3:3
55
[{
6-
"label": "aria-details",
6+
"label": "dangerouslySetInnerHTML",
77
"kind": 4,
88
"tags": [],
9-
"detail": "string",
10-
"documentation": null
11-
}, {
12-
"label": "aria-disabled",
13-
"kind": 4,
14-
"tags": [],
15-
"detail": "bool",
9+
"detail": "{\"__html\": string}",
1610
"documentation": null
1711
}, {
1812
"label": "key",

0 commit comments

Comments
 (0)
Please sign in to comment.