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

39 lines
797 B
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/root.d2,0:0:0-0:1:1",
"nodes": [
{
"map_key": {
"range": "TestCompile/field/root.d2,0:0:0-0:1:1",
"key": {
"range": "TestCompile/field/root.d2,0:0:0-0:1:1",
"path": [
{
"unquoted_string": {
"range": "TestCompile/field/root.d2,0:0:0-0:1:1",
"value": [
{
"string": "x",
"raw_string": "x"
}
]
}
}
]
},
"primary": {},
"value": {}
}
}
]
},
"base": {
"fields": [
{
"name": "x"
}
],
"edges": null
}
2023-01-11 23:50:49 +00:00
}