--- source: kcl/src/simulation_tests.rs description: Result of parsing import_export.kcl --- { "Ok": { "body": [ { "end": 32, "path": { "type": "Kcl", "filename": "export_1.kcl" }, "selector": { "type": "List", "items": [ { "alias": null, "end": 12, "name": { "end": 12, "name": "three", "start": 7, "type": "Identifier" }, "start": 7, "type": "ImportItem" } ] }, "start": 0, "type": "ImportStatement", "type": "ImportStatement" } ], "end": 33, "start": 0 } }