svelte-parse
Version:
An increidbly relaxed svelte-parser
271 lines (270 loc) • 4.75 kB
JSON
{
"type": "root",
"children": [
{
"type": "svelteBranchingBlock",
"name": "await",
"branches": [
{
"type": "svelteBranch",
"name": "await",
"expression": {
"type": "svelteExpression",
"value": "thePromise",
"position": {
"start": {
"line": 1,
"column": 9,
"offset": 8
},
"end": {
"line": 1,
"column": 19,
"offset": 18
}
}
},
"children": [
{
"type": "text",
"value": "\n\t",
"position": {
"start": {
"line": 1,
"column": 20,
"offset": 19
},
"end": {
"line": 2,
"column": 2,
"offset": 21
}
}
},
{
"type": "svelteElement",
"tagName": "p",
"properties": [],
"selfClosing": false,
"children": [
{
"type": "text",
"value": "loading...",
"position": {
"start": {
"line": 2,
"column": 5,
"offset": 24
},
"end": {
"line": 2,
"column": 15,
"offset": 34
}
}
}
],
"position": {
"start": {
"line": 2,
"column": 2,
"offset": 21
},
"end": {
"line": 2,
"column": 19,
"offset": 38
}
}
},
{
"type": "text",
"value": "\n",
"position": {
"start": {
"line": 2,
"column": 19,
"offset": 38
},
"end": {
"line": 3,
"column": 1,
"offset": 39
}
}
}
],
"position": {
"start": {
"line": 1,
"column": 1,
"offset": 0
},
"end": {
"line": 3,
"column": 1,
"offset": 39
}
}
},
{
"type": "svelteBranch",
"name": "catch",
"expression": {
"type": "svelteExpression",
"value": "theError",
"position": {
"start": {
"line": 3,
"column": 9,
"offset": 47
},
"end": {
"line": 3,
"column": 17,
"offset": 55
}
}
},
"children": [
{
"type": "text",
"value": "\n\t",
"position": {
"start": {
"line": 3,
"column": 18,
"offset": 56
},
"end": {
"line": 4,
"column": 2,
"offset": 58
}
}
},
{
"type": "svelteElement",
"tagName": "p",
"properties": [],
"selfClosing": false,
"children": [
{
"type": "text",
"value": "oh no! ",
"position": {
"start": {
"line": 4,
"column": 5,
"offset": 61
},
"end": {
"line": 4,
"column": 12,
"offset": 68
}
}
},
{
"type": "svelteDynamicContent",
"position": {
"start": {
"line": 4,
"column": 12,
"offset": 68
},
"end": {
"line": 4,
"column": 30,
"offset": 86
}
},
"expression": {
"type": "svelteExpression",
"value": "theError.message",
"position": {
"start": {
"line": 4,
"column": 13,
"offset": 69
},
"end": {
"line": 4,
"column": 29,
"offset": 85
}
}
}
}
],
"position": {
"start": {
"line": 4,
"column": 2,
"offset": 58
},
"end": {
"line": 4,
"column": 34,
"offset": 90
}
}
},
{
"type": "text",
"value": "\n",
"position": {
"start": {
"line": 4,
"column": 34,
"offset": 90
},
"end": {
"line": 5,
"column": 1,
"offset": 91
}
}
}
],
"position": {
"start": {
"line": 3,
"column": 1,
"offset": 39
},
"end": {
"line": 5,
"column": 1,
"offset": 91
}
}
}
],
"position": {
"start": {
"line": 1,
"column": 1,
"offset": 0
},
"end": {
"line": 5,
"column": 9,
"offset": 99
}
}
}
],
"position": {
"start": {
"column": 1,
"line": 1,
"offset": 0
},
"end": {
"line": 5,
"column": 9,
"offset": 99
}
}
}