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

150 lines
4.1 KiB
JSON
Raw Normal View History

2022-11-30 00:02:37 +00:00
{
"graph": {
"name": "",
2023-02-27 22:33:33 +00:00
"isFolderOnly": false,
2022-11-30 00:02:37 +00:00
"ast": {
"range": "d2/testdata/d2compiler/TestCompile/set_direction.d2,0:0:0-2:1:24",
"nodes": [
{
"map_key": {
"range": "d2/testdata/d2compiler/TestCompile/set_direction.d2,0:0:0-2:1:24",
"key": {
"range": "d2/testdata/d2compiler/TestCompile/set_direction.d2,0:0:0-0:1:1",
"path": [
{
"unquoted_string": {
"range": "d2/testdata/d2compiler/TestCompile/set_direction.d2,0:0:0-0:1:1",
"value": [
{
"string": "x",
"raw_string": "x"
}
]
}
}
]
},
"primary": {},
"value": {
"map": {
"range": "d2/testdata/d2compiler/TestCompile/set_direction.d2,0:3:3-2:0:23",
"nodes": [
{
"map_key": {
"range": "d2/testdata/d2compiler/TestCompile/set_direction.d2,1:2:7-1:17:22",
"key": {
"range": "d2/testdata/d2compiler/TestCompile/set_direction.d2,1:2:7-1:11:16",
"path": [
{
"unquoted_string": {
"range": "d2/testdata/d2compiler/TestCompile/set_direction.d2,1:2:7-1:11:16",
"value": [
{
"string": "direction",
"raw_string": "direction"
}
]
}
}
]
},
"primary": {},
"value": {
"unquoted_string": {
"range": "d2/testdata/d2compiler/TestCompile/set_direction.d2,1:13:18-1:17:22",
"value": [
{
"string": "left",
"raw_string": "left"
}
]
}
}
}
}
]
}
}
}
}
]
},
"root": {
"id": "",
"id_val": "",
"label_dimensions": {
"width": 0,
"height": 0
},
"attributes": {
"label": {
"value": ""
},
"style": {},
"near_key": null,
"shape": {
"value": ""
},
"direction": {
2022-11-30 01:59:27 +00:00
"value": ""
},
"constraint": {
"value": ""
2022-11-30 00:02:37 +00:00
}
2022-11-30 19:23:30 +00:00
},
"zIndex": 0
2022-11-30 00:02:37 +00:00
},
"edges": null,
"objects": [
{
"id": "x",
"id_val": "x",
"label_dimensions": {
"width": 0,
"height": 0
},
"references": [
{
"key": {
"range": "d2/testdata/d2compiler/TestCompile/set_direction.d2,0:0:0-0:1:1",
"path": [
{
"unquoted_string": {
"range": "d2/testdata/d2compiler/TestCompile/set_direction.d2,0:0:0-0:1:1",
"value": [
{
"string": "x",
"raw_string": "x"
}
]
}
}
]
},
"key_path_index": 0,
"map_key_edge_index": -1
2022-11-30 00:02:37 +00:00
}
],
"attributes": {
"label": {
"value": "x"
},
"style": {},
"near_key": null,
"shape": {
"value": "rectangle"
2022-11-30 00:02:37 +00:00
},
"direction": {
"value": "left"
},
"constraint": {
"value": ""
2022-11-30 00:02:37 +00:00
}
2022-11-30 19:23:30 +00:00
},
"zIndex": 0
2022-11-30 00:02:37 +00:00
}
]
},
"err": null
}