forked from rescript-lang/rescript-vscode
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDocExtraction2.res.json
More file actions
95 lines (94 loc) · 1.86 KB
/
DocExtraction2.res.json
File metadata and controls
95 lines (94 loc) · 1.86 KB
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
{
"name": "DocExtraction2",
"docstrings": ["Module level doc here."],
"source": {
"filepath": "src/DocExtraction2.resi",
"line": 1,
"col": 1
},
"items": [
{
"id": "DocExtraction2.t",
"kind": "type",
"name": "t",
"signature": "type t",
"docstrings": ["Type t is pretty cool."],
"source": {
"filepath": "src/DocExtraction2.resi",
"line": 4,
"col": 1
}
},
{
"id": "DocExtraction2.make",
"kind": "value",
"name": "make",
"signature": "let make: unit => t",
"docstrings": ["Makerz of stuffz."],
"source": {
"filepath": "src/DocExtraction2.resi",
"line": 7,
"col": 1
},
"detail":
{
"kind": "signature",
"items": {
"parameters": [{
"path": "unit"
}],
"returnType": {
"path": "t"
}
}
}
},
{
"id": "DocExtraction2.InnerModule",
"name": "InnerModule",
"kind": "module",
"docstrings": [],
"source": {
"filepath": "src/DocExtraction2.resi",
"line": 9,
"col": 8
},
"items": [
{
"id": "DocExtraction2.InnerModule.t",
"kind": "type",
"name": "t",
"signature": "type t",
"docstrings": ["This type is also t."],
"source": {
"filepath": "src/DocExtraction2.resi",
"line": 13,
"col": 3
}
},
{
"id": "DocExtraction2.InnerModule.make",
"kind": "value",
"name": "make",
"signature": "let make: unit => t",
"docstrings": ["Maker of tea."],
"source": {
"filepath": "src/DocExtraction2.resi",
"line": 15,
"col": 3
},
"detail":
{
"kind": "signature",
"items": {
"parameters": [{
"path": "unit"
}],
"returnType": {
"path": "t"
}
}
}
}]
}]
}