svelte-parse
Version:
An increidbly relaxed svelte-parser
38 lines (37 loc) • 483 B
JSON
{
"type": "root",
"children": [
{
"type": "svelteVoidBlock",
"name": "htmlfoo",
"expression": {
"type": "svelteExpression",
"value": ""
},
"position": {
"start": {
"line": 1,
"column": 1,
"offset": 0
},
"end": {
"line": 1,
"column": 11,
"offset": 10
}
}
}
],
"position": {
"start": {
"column": 1,
"line": 1,
"offset": 0
},
"end": {
"line": 1,
"column": 11,
"offset": 10
}
}
}