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

31 lines
563 B
Plaintext

---
source: kcl-lib/src/simulation_tests.rs
description: Result of parsing import_glob.kcl
---
{
"Ok": {
"body": [
{
"commentStart": 0,
"end": 0,
"path": {
"type": "Kcl",
"filename": "export_constant.kcl"
},
"selector": {
"commentStart": 0,
"end": 0,
"start": 0,
"type": "Glob"
},
"start": 0,
"type": "ImportStatement",
"type": "ImportStatement"
}
],
"commentStart": 0,
"end": 0,
"start": 0
}
}