-
Notifications
You must be signed in to change notification settings - Fork 63
Expand file tree
/
Copy pathCodeLens.res.txt
More file actions
27 lines (26 loc) · 839 Bytes
/
CodeLens.res.txt
File metadata and controls
27 lines (26 loc) · 839 Bytes
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
Code Lens src/CodeLens.res
[{
"range": {"start": {"line": 9, "character": 4}, "end": {"line": 9, "character": 8}},
"command": {
"title": "{\"name\": string} => React.element",
"command": ""
}
}, {
"range": {"start": {"line": 4, "character": 4}, "end": {"line": 4, "character": 6}},
"command": {
"title": "(~opt1: int=?, ~a: int, ~b: int, unit, ~opt2: int=?, unit, ~c: int) => int",
"command": ""
}
}, {
"range": {"start": {"line": 2, "character": 4}, "end": {"line": 2, "character": 7}},
"command": {
"title": "(~age: int, ~name: string) => string",
"command": ""
}
}, {
"range": {"start": {"line": 0, "character": 4}, "end": {"line": 0, "character": 7}},
"command": {
"title": "(int, int) => int",
"command": ""
}
}]