66 lines
1.1 KiB
JSON
66 lines
1.1 KiB
JSON
{
|
|
"worlds": [
|
|
{
|
|
"name": "foo",
|
|
"imports": {
|
|
"a": {
|
|
"function": {
|
|
"name": "a",
|
|
"kind": "freestanding",
|
|
"params": []
|
|
}
|
|
}
|
|
},
|
|
"exports": {},
|
|
"package": 0
|
|
},
|
|
{
|
|
"name": "bar",
|
|
"imports": {
|
|
"a": {
|
|
"function": {
|
|
"name": "a",
|
|
"kind": "freestanding",
|
|
"params": []
|
|
}
|
|
}
|
|
},
|
|
"exports": {},
|
|
"package": 0
|
|
},
|
|
{
|
|
"name": "baz",
|
|
"imports": {
|
|
"b": {
|
|
"function": {
|
|
"name": "b",
|
|
"kind": "freestanding",
|
|
"params": []
|
|
}
|
|
},
|
|
"a": {
|
|
"function": {
|
|
"name": "a",
|
|
"kind": "freestanding",
|
|
"params": []
|
|
}
|
|
}
|
|
},
|
|
"exports": {},
|
|
"package": 0
|
|
}
|
|
],
|
|
"interfaces": [],
|
|
"types": [],
|
|
"packages": [
|
|
{
|
|
"name": "foo:foo",
|
|
"interfaces": {},
|
|
"worlds": {
|
|
"foo": 0,
|
|
"bar": 1,
|
|
"baz": 2
|
|
}
|
|
}
|
|
]
|
|
} |