svelte-parse
Version:
An increidbly relaxed svelte-parser
29 lines (28 loc) • 348 B
JSON
{
"type": "root",
"children": [
{
"type": "",
"tagName": "",
"properties": [],
"selfClosing": false,
"children": [],
"position": {
"start": {
"line": 1,
"column": 1,
"offset": 0
},
"end": {}
}
}
],
"position": {
"start": {
"column": 1,
"line": 1,
"offset": 0
},
"end": {}
}
}