svelte-parse
Version:
An increidbly relaxed svelte-parser
245 lines (244 loc) • 3.89 kB
JSON
{
"type": "root",
"children": [
{
"type": "svelteScript",
"tagName": "script",
"properties": [],
"selfClosing": false,
"children": [
{
"type": "text",
"value": "\n import Checkbox from '@sveltekit/ui/Checkbox';\n",
"position": {
"start": {
"line": 1,
"column": 9,
"offset": 8
},
"end": {
"line": 3,
"column": 1,
"offset": 58
}
}
}
],
"position": {
"start": {
"line": 1,
"column": 1,
"offset": 0
},
"end": {
"line": 3,
"column": 10,
"offset": 67
}
}
},
{
"type": "text",
"value": "\n\n",
"position": {
"start": {
"line": 3,
"column": 10,
"offset": 67
},
"end": {
"line": 5,
"column": 1,
"offset": 69
}
}
},
{
"type": "svelteStyle",
"tagName": "style",
"properties": [],
"selfClosing": false,
"children": [
{
"type": "text",
"value": "\n label {\n display: flex;\n align-items: center;\n cursor: pointer;\n }\n\n span {\n padding-left: 8px;\n }\n",
"position": {
"start": {
"line": 5,
"column": 8,
"offset": 76
},
"end": {
"line": 15,
"column": 1,
"offset": 193
}
}
}
],
"position": {
"start": {
"line": 5,
"column": 1,
"offset": 69
},
"end": {
"line": 15,
"column": 9,
"offset": 201
}
}
},
{
"type": "text",
"value": "\n\n",
"position": {
"start": {
"line": 15,
"column": 9,
"offset": 201
},
"end": {
"line": 17,
"column": 1,
"offset": 203
}
}
},
{
"type": "svelteElement",
"tagName": "label",
"properties": [],
"selfClosing": false,
"children": [
{
"type": "text",
"value": "\n ",
"position": {
"start": {
"line": 17,
"column": 8,
"offset": 210
},
"end": {
"line": 18,
"column": 3,
"offset": 213
}
}
},
{
"type": "svelteComponent",
"tagName": "Checkbox",
"properties": [],
"selfClosing": true,
"children": [],
"position": {
"start": {
"line": 18,
"column": 3,
"offset": 213
},
"end": {
"line": 18,
"column": 15,
"offset": 225
}
}
},
{
"type": "text",
"value": "\n ",
"position": {
"start": {
"line": 18,
"column": 15,
"offset": 225
},
"end": {
"line": 19,
"column": 3,
"offset": 228
}
}
},
{
"type": "svelteElement",
"tagName": "span",
"properties": [],
"selfClosing": false,
"children": [
{
"type": "text",
"value": "Checkbox",
"position": {
"start": {
"line": 19,
"column": 9,
"offset": 234
},
"end": {
"line": 19,
"column": 17,
"offset": 242
}
}
}
],
"position": {
"start": {
"line": 19,
"column": 3,
"offset": 228
},
"end": {
"line": 19,
"column": 24,
"offset": 249
}
}
},
{
"type": "text",
"value": "\n",
"position": {
"start": {
"line": 19,
"column": 24,
"offset": 249
},
"end": {
"line": 20,
"column": 1,
"offset": 250
}
}
}
],
"position": {
"start": {
"line": 17,
"column": 1,
"offset": 203
},
"end": {
"line": 20,
"column": 9,
"offset": 258
}
}
}
],
"position": {
"start": {
"column": 1,
"line": 1,
"offset": 0
},
"end": {
"line": 20,
"column": 9,
"offset": 258
}
}
}