Files
modeling-app/src/wasm-lib/kcl/tests/import_export/ast.snap

37 lines
719 B
Plaintext
Raw Normal View History

---
source: kcl/src/simulation_tests.rs
description: Result of parsing import_export.kcl
---
{
"Ok": {
"body": [
{
"end": 32,
"path": "export_1.kcl",
"selector": {
"type": "List",
"items": [
{
"alias": null,
"end": 12,
"name": {
"end": 12,
"name": "three",
"start": 7,
"type": "Identifier"
},
"start": 7,
"type": "ImportItem"
}
]
},
"start": 0,
"type": "ImportStatement",
"type": "ImportStatement"
}
],
"end": 33,
"start": 0
}
}