Files
modeling-app/rust/kcl-lib/tests/import_glob/program_memory.snap

41 lines
576 B
Plaintext
Raw Normal View History

---
source: kcl/src/simulation_tests.rs
description: Variables in memory after executing import_glob.kcl
---
{
"foo": {
"type": "Function",
"__meta": [
{
"sourceRange": [
31,
49,
3
]
}
]
},
"three": {
"type": "Number",
"value": 3.0,
"ty": {
"type": "Default",
"len": {
"type": "Mm"
},
"angle": {
"type": "Degrees"
}
},
"__meta": [
{
"sourceRange": [
15,
16,
3
]
}
]
}
}