Files
modeling-app/rust/kcl-lib/tests/import_side_effect/ast.snap

40 lines
791 B
Plaintext
Raw Normal View History

---
source: kcl/src/simulation_tests.rs
description: Result of parsing import_side_effect.kcl
---
{
"Ok": {
"body": [
{
"end": 40,
"path": {
"type": "Kcl",
"filename": "export_side_effect.kcl"
},
"selector": {
"type": "List",
"items": [
{
"alias": null,
"end": 10,
"name": {
"end": 10,
"name": "foo",
"start": 7,
"type": "Identifier"
},
"start": 7,
"type": "ImportItem"
}
]
},
"start": 0,
"type": "ImportStatement",
"type": "ImportStatement"
}
],
"end": 41,
"start": 0
}
}