svelte-parse
Version:
An increidbly relaxed svelte-parser
141 lines (140 loc) • 2.31 kB
JSON
{
"type": "root",
"children": [
{
"type": "svelteScript",
"tagName": "script",
"properties": [],
"selfClosing": false,
"children": [
{
"type": "text",
"value": "\n import Avatar, { options } from '@sveltekit/ui/Avatar';\n import { Alert as AlertIcon } from '@sveltekit/ui/Icons';\n",
"position": {
"start": {
"line": 1,
"column": 9,
"offset": 8
},
"end": {
"line": 4,
"column": 1,
"offset": 127
}
}
}
],
"position": {
"start": {
"line": 1,
"column": 1,
"offset": 0
},
"end": {
"line": 4,
"column": 10,
"offset": 136
}
}
},
{
"type": "text",
"value": "\n\n",
"position": {
"start": {
"line": 4,
"column": 10,
"offset": 136
},
"end": {
"line": 6,
"column": 1,
"offset": 138
}
}
},
{
"type": "svelteComponent",
"tagName": "Avatar",
"properties": [
{
"type": "svelteProperty",
"name": "Component",
"value": [
{
"type": "svelteDynamicContent",
"position": {
"start": {
"line": 6,
"column": 20,
"offset": 157
},
"end": {
"line": 6,
"column": 33,
"offset": 170
}
},
"expression": {
"type": "svelteExpression",
"value": " AlertIcon ",
"position": {
"start": {
"line": 6,
"column": 21,
"offset": 158
},
"end": {
"line": 6,
"column": 32,
"offset": 169
}
}
}
}
],
"modifiers": [],
"shorthand": "none",
"position": {
"start": {
"line": 6,
"column": 9,
"offset": 146
},
"end": {
"line": 6,
"column": 34,
"offset": 171
}
}
}
],
"selfClosing": false,
"children": [],
"position": {
"start": {
"line": 6,
"column": 1,
"offset": 138
},
"end": {
"line": 6,
"column": 44,
"offset": 181
}
}
}
],
"position": {
"start": {
"column": 1,
"line": 1,
"offset": 0
},
"end": {
"line": 6,
"column": 44,
"offset": 181
}
}
}