svelte-parse
Version:
An increidbly relaxed svelte-parser
34 lines (33 loc) • 410 B
JSON
{
"type": "root",
"children": [
{
"type": "text",
"value": "Hello & World",
"position": {
"start": {
"line": 1,
"column": 1,
"offset": 0
},
"end": {
"line": 1,
"column": 18,
"offset": 17
}
}
}
],
"position": {
"start": {
"column": 1,
"line": 1,
"offset": 0
},
"end": {
"line": 1,
"column": 18,
"offset": 17
}
}
}