Files
modeling-app/rust/kcl-lib/tests/import_side_effect/ast.snap
Nick Cameron 461a2c3ab2 Support comments on attributes (#5850)
Signed-off-by: Nick Cameron <nrc@ncameron.org>
2025-03-20 16:23:20 +13:00

44 lines
909 B
Plaintext

---
source: kcl-lib/src/simulation_tests.rs
description: Result of parsing import_side_effect.kcl
---
{
"Ok": {
"body": [
{
"commentStart": 0,
"end": 0,
"path": {
"type": "Kcl",
"filename": "export_side_effect.kcl"
},
"selector": {
"type": "List",
"items": [
{
"alias": null,
"commentStart": 7,
"end": 0,
"name": {
"commentStart": 7,
"end": 0,
"name": "foo",
"start": 0,
"type": "Identifier"
},
"start": 0,
"type": "ImportItem"
}
]
},
"start": 0,
"type": "ImportStatement",
"type": "ImportStatement"
}
],
"commentStart": 0,
"end": 0,
"start": 0
}
}