svelte-parse
Version:
An increidbly relaxed svelte-parser
193 lines (192 loc) • 2.91 kB
JSON
{
"type": "root",
"children": [
{
"type": "svelteScript",
"tagName": "script",
"properties": [],
"selfClosing": false,
"children": [
{
"type": "text",
"value": "\n\timport Nested from './Nested.svelte';\n",
"position": {
"start": {
"line": 1,
"column": 9,
"offset": 8
},
"end": {
"line": 3,
"column": 1,
"offset": 48
}
}
}
],
"position": {
"start": {
"line": 1,
"column": 1,
"offset": 0
},
"end": {
"line": 3,
"column": 10,
"offset": 57
}
}
},
{
"type": "text",
"value": "\n\n",
"position": {
"start": {
"line": 3,
"column": 10,
"offset": 57
},
"end": {
"line": 5,
"column": 1,
"offset": 59
}
}
},
{
"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": 5,
"column": 8,
"offset": 66
},
"end": {
"line": 11,
"column": 1,
"offset": 151
}
}
}
],
"position": {
"start": {
"line": 5,
"column": 1,
"offset": 59
},
"end": {
"line": 11,
"column": 9,
"offset": 159
}
}
},
{
"type": "text",
"value": "\n\n",
"position": {
"start": {
"line": 11,
"column": 9,
"offset": 159
},
"end": {
"line": 13,
"column": 1,
"offset": 161
}
}
},
{
"type": "svelteElement",
"tagName": "p",
"properties": [],
"selfClosing": false,
"children": [
{
"type": "text",
"value": "These styles...",
"position": {
"start": {
"line": 13,
"column": 4,
"offset": 164
},
"end": {
"line": 13,
"column": 19,
"offset": 179
}
}
}
],
"position": {
"start": {
"line": 13,
"column": 1,
"offset": 161
},
"end": {
"line": 13,
"column": 23,
"offset": 183
}
}
},
{
"type": "text",
"value": "\n",
"position": {
"start": {
"line": 13,
"column": 23,
"offset": 183
},
"end": {
"line": 14,
"column": 1,
"offset": 184
}
}
},
{
"type": "svelteComponent",
"tagName": "Nested",
"properties": [],
"selfClosing": true,
"children": [],
"position": {
"start": {
"line": 14,
"column": 1,
"offset": 184
},
"end": {
"line": 14,
"column": 10,
"offset": 193
}
}
}
],
"position": {
"start": {
"column": 1,
"line": 1,
"offset": 0
},
"end": {
"line": 14,
"column": 10,
"offset": 193
}
}
}