svelte-parse
Version:
An increidbly relaxed svelte-parser
34 lines (33 loc) • 407 B
JSON
{
"type": "root",
"children": [
{
"type": "comment",
"value": " a comment ",
"position": {
"start": {
"line": 1,
"column": 1,
"offset": 0
},
"end": {
"line": 1,
"column": 19,
"offset": 18
}
}
}
],
"position": {
"start": {
"column": 1,
"line": 1,
"offset": 0
},
"end": {
"line": 1,
"column": 19,
"offset": 18
}
}
}