svelte-parse
Version:
An increidbly relaxed svelte-parser
106 lines (105 loc) • 1.51 kB
JSON
{
"type": "root",
"children": [
{
"type": "svelteStyle",
"tagName": "style",
"properties": [],
"selfClosing": false,
"children": [
{
"type": "text",
"value": "\n\tstrong { color: green; }\n",
"position": {
"start": {
"line": 1,
"column": 8,
"offset": 7
},
"end": {
"line": 3,
"column": 1,
"offset": 34
}
}
}
],
"position": {
"start": {
"line": 1,
"column": 1,
"offset": 0
},
"end": {
"line": 3,
"column": 9,
"offset": 42
}
}
},
{
"type": "text",
"value": "\n\n",
"position": {
"start": {
"line": 3,
"column": 9,
"offset": 42
},
"end": {
"line": 5,
"column": 1,
"offset": 44
}
}
},
{
"type": "svelteElement",
"tagName": "strong",
"properties": [],
"selfClosing": false,
"children": [
{
"type": "text",
"value": "green thing",
"position": {
"start": {
"line": 5,
"column": 9,
"offset": 52
},
"end": {
"line": 5,
"column": 20,
"offset": 63
}
}
}
],
"position": {
"start": {
"line": 5,
"column": 1,
"offset": 44
},
"end": {
"line": 5,
"column": 29,
"offset": 72
}
}
}
],
"position": {
"start": {
"column": 1,
"line": 1,
"offset": 0
},
"end": {
"line": 5,
"column": 29,
"offset": 72
}
}
}