Files
modeling-app/rust/kcl-lib/tests/import_glob/ast.snap
Jonathan Tran c7f0a6c2a0 Upgrade to ts-rs 11.0 for TS type fixes (#7581)
* Bump ts-rs from 10.1.0 to 11.0.1

* Fix breaking changes

* Fix tsc errors

* Update output

* Upgrade to kittycad-modeling-cmds 0.2.124 for ts-rs update

* Update parser snaps

* Update output of gridfinity_bins_stacking_lip sample

* Fix missing field in TS unit tests

* Fix tsc type error with fixed_size_grid project setting
2025-06-24 18:38:43 +00:00

34 lines
630 B
Plaintext

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