* updates Signed-off-by: Jess Frazelle <github@jessfraz.com> * fix clippy Signed-off-by: Jess Frazelle <github@jessfraz.com> --------- Signed-off-by: Jess Frazelle <github@jessfraz.com>
26 lines
423 B
Plaintext
26 lines
423 B
Plaintext
---
|
|
source: kcl-lib/src/simulation_tests.rs
|
|
description: Variables in memory after executing multiple-foreign-imports-all-render.kcl
|
|
---
|
|
{
|
|
"anothercube": {
|
|
"type": "Module",
|
|
"value": 3
|
|
},
|
|
"cube": {
|
|
"type": "Module",
|
|
"value": 1
|
|
},
|
|
"model": {
|
|
"type": "ImportedGeometry",
|
|
"id": "[uuid]",
|
|
"value": [
|
|
"cube.step"
|
|
]
|
|
},
|
|
"othercube": {
|
|
"type": "Module",
|
|
"value": 2
|
|
}
|
|
}
|