svelte-parse
Version:
An increidbly relaxed svelte-parser
106 lines (105 loc) • 1.58 kB
JSON
{
"type": "root",
"children": [
{
"type": "svelteStyle",
"tagName": "style",
"properties": [],
"selfClosing": false,
"children": [
{
"type": "text",
"value": "\n\tp {\n\t\tcolor: purple;\n\t\tfont-family: 'Comic Sans MS', cursive;\n\t\tfont-size: 2em;\n\t}\n",
"position": {
"start": {
"line": 1,
"column": 8,
"offset": 7
},
"end": {
"line": 7,
"column": 1,
"offset": 92
}
}
}
],
"position": {
"start": {
"line": 1,
"column": 1,
"offset": 0
},
"end": {
"line": 7,
"column": 9,
"offset": 100
}
}
},
{
"type": "text",
"value": "\n\n",
"position": {
"start": {
"line": 7,
"column": 9,
"offset": 100
},
"end": {
"line": 9,
"column": 1,
"offset": 102
}
}
},
{
"type": "svelteElement",
"tagName": "p",
"properties": [],
"selfClosing": false,
"children": [
{
"type": "text",
"value": "Styled!",
"position": {
"start": {
"line": 9,
"column": 4,
"offset": 105
},
"end": {
"line": 9,
"column": 11,
"offset": 112
}
}
}
],
"position": {
"start": {
"line": 9,
"column": 1,
"offset": 102
},
"end": {
"line": 9,
"column": 15,
"offset": 116
}
}
}
],
"position": {
"start": {
"column": 1,
"line": 1,
"offset": 0
},
"end": {
"line": 9,
"column": 15,
"offset": 116
}
}
}