Files
modeling-app/rust/kcl-lib/tests/import_side_effect/ast.snap
2025-04-07 17:42:15 +12:00

44 lines
909 B
Plaintext

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