* Support paths to names rather than just raw idents Signed-off-by: Nick Cameron <nrc@ncameron.org> * A snapshot a day keeps the bugs away! 📷🐛 * A snapshot a day keeps the bugs away! 📷🐛 * A snapshot a day keeps the bugs away! 📷🐛 * A snapshot a day keeps the bugs away! 📷🐛 --------- Signed-off-by: Nick Cameron <nrc@ncameron.org> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
11 lines
233 B
Plaintext
11 lines
233 B
Plaintext
---
|
|
source: kcl-lib/src/simulation_tests.rs
|
|
description: Result of unparsing import_whole.kcl
|
|
---
|
|
@settings(defaultLengthUnit = mm)
|
|
|
|
import "exported_mod.kcl" as foo
|
|
|
|
bar = foo
|
|
|> shell(faces = ['end'], thickness = foo::thickness)
|