svelte-parse
Version:
An increidbly relaxed svelte-parser
319 lines (318 loc) • 5.37 kB
JSON
{
"type": "root",
"children": [
{
"type": "svelteScript",
"tagName": "script",
"properties": [],
"selfClosing": false,
"children": [
{
"type": "text",
"value": "\n\timport ContactCard from './ContactCard.svelte';\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": "svelteComponent",
"tagName": "ContactCard",
"properties": [],
"selfClosing": false,
"children": [
{
"type": "text",
"value": "\n\t",
"position": {
"start": {
"line": 5,
"column": 14,
"offset": 82
},
"end": {
"line": 6,
"column": 2,
"offset": 84
}
}
},
{
"type": "svelteElement",
"tagName": "span",
"properties": [
{
"type": "svelteProperty",
"name": "slot",
"value": [
{
"type": "text",
"value": "name",
"position": {
"start": {
"line": 6,
"column": 14,
"offset": 96
},
"end": {
"line": 6,
"column": 19,
"offset": 101
}
}
}
],
"modifiers": [],
"shorthand": "none",
"position": {
"start": {
"line": 6,
"column": 8,
"offset": 90
},
"end": {
"line": 6,
"column": 19,
"offset": 101
}
}
}
],
"selfClosing": false,
"children": [
{
"type": "text",
"value": "\n\t\tP. Sherman\n\t",
"position": {
"start": {
"line": 6,
"column": 20,
"offset": 102
},
"end": {
"line": 8,
"column": 2,
"offset": 117
}
}
}
],
"position": {
"start": {
"line": 6,
"column": 2,
"offset": 84
},
"end": {
"line": 8,
"column": 9,
"offset": 124
}
}
},
{
"type": "text",
"value": "\n\n\t",
"position": {
"start": {
"line": 8,
"column": 9,
"offset": 124
},
"end": {
"line": 10,
"column": 2,
"offset": 127
}
}
},
{
"type": "svelteElement",
"tagName": "span",
"properties": [
{
"type": "svelteProperty",
"name": "slot",
"value": [
{
"type": "text",
"value": "address",
"position": {
"start": {
"line": 10,
"column": 14,
"offset": 139
},
"end": {
"line": 10,
"column": 22,
"offset": 147
}
}
}
],
"modifiers": [],
"shorthand": "none",
"position": {
"start": {
"line": 10,
"column": 8,
"offset": 133
},
"end": {
"line": 10,
"column": 22,
"offset": 147
}
}
}
],
"selfClosing": false,
"children": [
{
"type": "text",
"value": "\n\t\t42 Wallaby Way",
"position": {
"start": {
"line": 10,
"column": 23,
"offset": 148
},
"end": {
"line": 11,
"column": 17,
"offset": 165
}
}
},
{
"type": "svelteElement",
"tagName": "br",
"properties": [],
"selfClosing": true,
"children": [],
"position": {
"start": {
"line": 11,
"column": 17,
"offset": 165
},
"end": {
"line": 11,
"column": 21,
"offset": 169
}
}
},
{
"type": "text",
"value": "\n\t\tSydney\n\t",
"position": {
"start": {
"line": 11,
"column": 21,
"offset": 169
},
"end": {
"line": 13,
"column": 2,
"offset": 180
}
}
}
],
"position": {
"start": {
"line": 10,
"column": 2,
"offset": 127
},
"end": {
"line": 13,
"column": 9,
"offset": 187
}
}
},
{
"type": "text",
"value": "\n",
"position": {
"start": {
"line": 13,
"column": 9,
"offset": 187
},
"end": {
"line": 14,
"column": 1,
"offset": 188
}
}
}
],
"position": {
"start": {
"line": 5,
"column": 1,
"offset": 69
},
"end": {
"line": 14,
"column": 15,
"offset": 202
}
}
}
],
"position": {
"start": {
"column": 1,
"line": 1,
"offset": 0
},
"end": {
"line": 14,
"column": 15,
"offset": 202
}
}
}