Files
modeling-app/rust/kcl-lib/tests/import_side_effect/ops.snap

58 lines
1.1 KiB
Plaintext
Raw Normal View History

---
source: kcl-lib/src/simulation_tests.rs
description: Operations executed import_side_effect.kcl
---
{
"rust/kcl-lib/tests/import_side_effect/export_side_effect.kcl": [
{
"type": "StdLibCall",
"name": "startSketchOn",
"unlabeledArg": {
"value": {
"type": "Plane",
"artifact_id": "[uuid]"
},
"sourceRange": []
},
"labeledArgs": {},
"nodePath": {
"steps": []
},
"sourceRange": []
}
],
"rust/kcl-lib/tests/import_side_effect/input.kcl": [
{
"type": "GroupBegin",
"group": {
"type": "ModuleInstance",
"name": "export_side_effect.kcl",
"moduleId": 0
},
"nodePath": {
"steps": [
{
"type": "ProgramBodyItem",
"index": 0
}
]
},
"sourceRange": []
},
{
"type": "GroupEnd"
}
],
"std::appearance": [],
"std::array": [],
"std::math": [],
"std::prelude": [],
"std::sketch": [],
"std::solid": [],
"std::sweep": [],
"std::transform": [],
"std::turns": [],
"std::types": [],
"std::units": []
}