Support comments on attributes (#5850)
Signed-off-by: Nick Cameron <nrc@ncameron.org>
This commit is contained in:
@ -6,6 +6,7 @@ description: Result of parsing import_export.kcl
|
||||
"Ok": {
|
||||
"body": [
|
||||
{
|
||||
"commentStart": 0,
|
||||
"end": 0,
|
||||
"path": {
|
||||
"type": "Kcl",
|
||||
@ -16,8 +17,10 @@ description: Result of parsing import_export.kcl
|
||||
"items": [
|
||||
{
|
||||
"alias": null,
|
||||
"commentStart": 7,
|
||||
"end": 0,
|
||||
"name": {
|
||||
"commentStart": 7,
|
||||
"end": 0,
|
||||
"name": "three",
|
||||
"start": 0,
|
||||
@ -33,6 +36,7 @@ description: Result of parsing import_export.kcl
|
||||
"type": "ImportStatement"
|
||||
}
|
||||
],
|
||||
"commentStart": 0,
|
||||
"end": 0,
|
||||
"start": 0
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user