svelte-parse
Version:
An increidbly relaxed svelte-parser
404 lines (403 loc) • 7.25 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": "then",
"expression": {
"type": "svelteExpression",
"value": "theValue",
"position": {
"start": {
"line": 3,
"column": 8,
"offset": 46
},
"end": {
"line": 3,
"column": 16,
"offset": 54
}
}
},
"children": [
{
"type": "text",
"value": "\n\t",
"position": {
"start": {
"line": 3,
"column": 17,
"offset": 55
},
"end": {
"line": 4,
"column": 2,
"offset": 57
}
}
},
{
"type": "svelteElement",
"tagName": "p",
"properties": [],
"selfClosing": false,
"children": [
{
"type": "text",
"value": "the value is ",
"position": {
"start": {
"line": 4,
"column": 5,
"offset": 60
},
"end": {
"line": 4,
"column": 18,
"offset": 73
}
}
},
{
"type": "svelteDynamicContent",
"position": {
"start": {
"line": 4,
"column": 18,
"offset": 73
},
"end": {
"line": 4,
"column": 28,
"offset": 83
}
},
"expression": {
"type": "svelteExpression",
"value": "theValue",
"position": {
"start": {
"line": 4,
"column": 19,
"offset": 74
},
"end": {
"line": 4,
"column": 27,
"offset": 82
}
}
}
}
],
"position": {
"start": {
"line": 4,
"column": 2,
"offset": 57
},
"end": {
"line": 4,
"column": 32,
"offset": 87
}
}
},
{
"type": "text",
"value": "\n",
"position": {
"start": {
"line": 4,
"column": 32,
"offset": 87
},
"end": {
"line": 5,
"column": 1,
"offset": 88
}
}
}
],
"position": {
"start": {
"line": 3,
"column": 1,
"offset": 39
},
"end": {
"line": 5,
"column": 1,
"offset": 88
}
}
},
{
"type": "svelteBranch",
"name": "catch",
"expression": {
"type": "svelteExpression",
"value": "theError",
"position": {
"start": {
"line": 5,
"column": 9,
"offset": 96
},
"end": {
"line": 5,
"column": 17,
"offset": 104
}
}
},
"children": [
{
"type": "text",
"value": "\n\t",
"position": {
"start": {
"line": 5,
"column": 18,
"offset": 105
},
"end": {
"line": 6,
"column": 2,
"offset": 107
}
}
},
{
"type": "svelteElement",
"tagName": "p",
"properties": [],
"selfClosing": false,
"children": [
{
"type": "text",
"value": "oh no! ",
"position": {
"start": {
"line": 6,
"column": 5,
"offset": 110
},
"end": {
"line": 6,
"column": 12,
"offset": 117
}
}
},
{
"type": "svelteDynamicContent",
"position": {
"start": {
"line": 6,
"column": 12,
"offset": 117
},
"end": {
"line": 6,
"column": 30,
"offset": 135
}
},
"expression": {
"type": "svelteExpression",
"value": "theError.message",
"position": {
"start": {
"line": 6,
"column": 13,
"offset": 118
},
"end": {
"line": 6,
"column": 29,
"offset": 134
}
}
}
}
],
"position": {
"start": {
"line": 6,
"column": 2,
"offset": 107
},
"end": {
"line": 6,
"column": 34,
"offset": 139
}
}
},
{
"type": "text",
"value": "\n",
"position": {
"start": {
"line": 6,
"column": 34,
"offset": 139
},
"end": {
"line": 7,
"column": 1,
"offset": 140
}
}
}
],
"position": {
"start": {
"line": 5,
"column": 1,
"offset": 88
},
"end": {
"line": 7,
"column": 1,
"offset": 140
}
}
}
],
"position": {
"start": {
"line": 1,
"column": 1,
"offset": 0
},
"end": {
"line": 7,
"column": 9,
"offset": 148
}
}
}
],
"position": {
"start": {
"column": 1,
"line": 1,
"offset": 0
},
"end": {
"line": 7,
"column": 9,
"offset": 148
}
}
}