d2/testdata/d2ir/TestCompile/field/label.exp.json

60 lines
1.3 KiB
JSON
Raw Normal View History

2023-01-11 23:50:49 +00:00
{
2023-01-18 01:39:31 +00:00
"ast": {
"range": "TestCompile/field/label.d2,0:0:0-0:6:6",
"nodes": [
{
"map_key": {
"range": "TestCompile/field/label.d2,0:0:0-0:6:6",
"key": {
"range": "TestCompile/field/label.d2,0:0:0-0:1:1",
"path": [
{
"unquoted_string": {
"range": "TestCompile/field/label.d2,0:0:0-0:1:1",
"value": [
{
"string": "x",
"raw_string": "x"
}
]
}
}
]
},
"primary": {},
"value": {
"unquoted_string": {
"range": "TestCompile/field/label.d2,0:3:3-0:6:6",
"value": [
{
"string": "yes",
"raw_string": "yes"
}
]
2023-01-11 23:50:49 +00:00
}
2023-01-18 01:39:31 +00:00
}
2023-01-11 23:50:49 +00:00
}
}
2023-01-18 01:39:31 +00:00
]
},
"base": {
"fields": [
{
"name": "x",
"primary": {
"value": {
"range": "TestCompile/field/label.d2,0:3:3-0:6:6",
"value": [
{
"string": "yes",
"raw_string": "yes"
}
]
}
}
}
],
"edges": null
}
2023-01-11 23:50:49 +00:00
}