d2/testdata/d2compiler/TestCompile/basic_shape.exp.json

142 lines
3.9 KiB
JSON
Raw Normal View History

{
"graph": {
"ast": {
"range": "d2/testdata/d2compiler/TestCompile/basic_shape.d2,0:0:0-4:0:24",
"nodes": [
{
"map_key": {
"range": "d2/testdata/d2compiler/TestCompile/basic_shape.d2,1:0:1-3:1:23",
"key": {
"range": "d2/testdata/d2compiler/TestCompile/basic_shape.d2,1:0:1-1:1:2",
"path": [
{
"unquoted_string": {
"range": "d2/testdata/d2compiler/TestCompile/basic_shape.d2,1:0:1-1:1:2",
"value": [
{
"string": "x",
"raw_string": "x"
}
]
}
}
]
},
"primary": {},
"value": {
"map": {
"range": "d2/testdata/d2compiler/TestCompile/basic_shape.d2,1:3:4-3:0:22",
"nodes": [
{
"map_key": {
"range": "d2/testdata/d2compiler/TestCompile/basic_shape.d2,2:2:8-2:15:21",
"key": {
"range": "d2/testdata/d2compiler/TestCompile/basic_shape.d2,2:2:8-2:7:13",
"path": [
{
"unquoted_string": {
"range": "d2/testdata/d2compiler/TestCompile/basic_shape.d2,2:2:8-2:7:13",
"value": [
{
"string": "shape",
"raw_string": "shape"
}
]
}
}
]
},
"primary": {},
"value": {
"unquoted_string": {
"range": "d2/testdata/d2compiler/TestCompile/basic_shape.d2,2:9:15-2:15:21",
"value": [
{
"string": "circle",
"raw_string": "circle"
}
]
}
}
}
}
]
}
}
}
}
]
},
"root": {
"id": "",
"id_val": "",
"label_dimensions": {
"width": 0,
"height": 0
},
"attributes": {
"label": {
"value": ""
},
"style": {},
"near_key": null,
"shape": {
"value": ""
2022-11-29 05:01:42 +00:00
},
2022-11-30 00:02:37 +00:00
"direction": {
2022-11-30 01:59:27 +00:00
"value": ""
}
2022-11-29 22:22:23 +00:00
},
"renderPriority": null
},
"edges": null,
"objects": [
{
"id": "x",
"id_val": "x",
"label_dimensions": {
"width": 0,
"height": 0
},
"references": [
{
"key": {
"range": "d2/testdata/d2compiler/TestCompile/basic_shape.d2,1:0:1-1:1:2",
"path": [
{
"unquoted_string": {
"range": "d2/testdata/d2compiler/TestCompile/basic_shape.d2,1:0:1-1:1:2",
"value": [
{
"string": "x",
"raw_string": "x"
}
]
}
}
]
},
"key_path_index": 0,
"map_key_edge_index": 0
}
],
"attributes": {
"label": {
"value": "x"
},
"style": {},
"near_key": null,
"shape": {
"value": "circle"
2022-11-29 05:01:42 +00:00
},
2022-11-30 00:02:37 +00:00
"direction": {
2022-11-30 01:59:27 +00:00
"value": ""
}
2022-11-29 22:22:23 +00:00
},
"renderPriority": null
}
]
},
"err": null
}