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
{
"worlds": [],
"interfaces": [
{
"name": "foo",
"types": {},
"functions": {
"x": {
"name": "x",
"kind": "freestanding",
"params": [],
"results": []
},
"y": {
"name": "y",
"kind": "freestanding",
"params": [],
"results": []
},
"z": {
"name": "z",
"kind": "freestanding",
"params": [],
"results": []
}
},
"package": 0
}
],
"types": [],
"packages": [
{
"name": "foo:foo",
"interfaces": {
"foo": 0
},
"worlds": {}
}
]
}