svelte-parse
Version:
An increidbly relaxed svelte-parser
629 lines (628 loc) • 12.2 kB
JSON
{
"type": "root",
"children": [
{
"type": "svelteScript",
"tagName": "script",
"properties": [],
"selfClosing": false,
"children": [
{
"type": "text",
"value": "\n import DatePicker from '@sveltekit/ui/DatePicker';\n\n let date = '01/11/2011';\n let altFormat = 'd/m/Y';\n",
"position": {
"start": {
"line": 1,
"column": 9,
"offset": 8
},
"end": {
"line": 6,
"column": 1,
"offset": 117
}
}
}
],
"position": {
"start": {
"line": 1,
"column": 1,
"offset": 0
},
"end": {
"line": 6,
"column": 10,
"offset": 126
}
}
},
{
"type": "text",
"value": "\n\n",
"position": {
"start": {
"line": 6,
"column": 10,
"offset": 126
},
"end": {
"line": 8,
"column": 1,
"offset": 128
}
}
},
{
"type": "svelteElement",
"tagName": "div",
"properties": [
{
"type": "svelteProperty",
"name": "class",
"value": [
{
"type": "text",
"value": "gridRow",
"position": {
"start": {
"line": 8,
"column": 13,
"offset": 140
},
"end": {
"line": 8,
"column": 21,
"offset": 148
}
}
}
],
"modifiers": [],
"shorthand": "none",
"position": {
"start": {
"line": 8,
"column": 6,
"offset": 133
},
"end": {
"line": 8,
"column": 21,
"offset": 148
}
}
}
],
"selfClosing": false,
"children": [
{
"type": "text",
"value": "\n ",
"position": {
"start": {
"line": 8,
"column": 22,
"offset": 149
},
"end": {
"line": 9,
"column": 3,
"offset": 152
}
}
},
{
"type": "svelteElement",
"tagName": "div",
"properties": [
{
"type": "svelteProperty",
"name": "class",
"value": [
{
"type": "text",
"value": "gridCol-4",
"position": {
"start": {
"line": 9,
"column": 15,
"offset": 164
},
"end": {
"line": 9,
"column": 25,
"offset": 174
}
}
}
],
"modifiers": [],
"shorthand": "none",
"position": {
"start": {
"line": 9,
"column": 8,
"offset": 157
},
"end": {
"line": 9,
"column": 25,
"offset": 174
}
}
}
],
"selfClosing": false,
"children": [
{
"type": "text",
"value": "\n ",
"position": {
"start": {
"line": 9,
"column": 26,
"offset": 175
},
"end": {
"line": 10,
"column": 5,
"offset": 180
}
}
},
{
"type": "svelteComponent",
"tagName": "DatePicker",
"properties": [
{
"type": "svelteProperty",
"name": "placeholder",
"value": [
{
"type": "text",
"value": "Please",
"position": {
"start": {
"line": 10,
"column": 30,
"offset": 205
},
"end": {}
}
},
{
"type": "text",
"value": " ",
"position": {
"start": {
"line": 10,
"column": 36,
"offset": 211
},
"end": {}
}
},
{
"type": "text",
"value": "click",
"position": {
"start": {
"line": 10,
"column": 37,
"offset": 212
},
"end": {}
}
},
{
"type": "text",
"value": " ",
"position": {
"start": {
"line": 10,
"column": 42,
"offset": 217
},
"end": {}
}
},
{
"type": "text",
"value": "to",
"position": {
"start": {
"line": 10,
"column": 43,
"offset": 218
},
"end": {}
}
},
{
"type": "text",
"value": " ",
"position": {
"start": {
"line": 10,
"column": 45,
"offset": 220
},
"end": {}
}
},
{
"type": "text",
"value": "select",
"position": {
"start": {
"line": 10,
"column": 46,
"offset": 221
},
"end": {}
}
},
{
"type": "text",
"value": " ",
"position": {
"start": {
"line": 10,
"column": 52,
"offset": 227
},
"end": {}
}
},
{
"type": "text",
"value": "a",
"position": {
"start": {
"line": 10,
"column": 53,
"offset": 228
},
"end": {}
}
},
{
"type": "text",
"value": " ",
"position": {
"start": {
"line": 10,
"column": 54,
"offset": 229
},
"end": {}
}
},
{
"type": "text",
"value": "date",
"position": {
"start": {
"line": 10,
"column": 55,
"offset": 230
},
"end": {
"line": 10,
"column": 60,
"offset": 235
}
}
}
],
"modifiers": [],
"shorthand": "none",
"position": {
"start": {
"line": 10,
"column": 17,
"offset": 192
},
"end": {
"line": 10,
"column": 60,
"offset": 235
}
}
},
{
"type": "svelteDirective",
"name": "bind",
"value": [],
"modifiers": [],
"shorthand": "none",
"position": {
"start": {
"line": 10,
"column": 61,
"offset": 236
},
"end": {
"line": 10,
"column": 70,
"offset": 245
}
},
"specifier": "date"
},
{
"type": "svelteProperty",
"name": "altFormat",
"value": [
{
"type": "svelteDynamicContent",
"expression": {
"type": "svelteExpression",
"value": "altFormat",
"position": {
"start": {
"line": 10,
"column": 72,
"offset": 247
},
"end": {
"line": 10,
"column": 81,
"offset": 256
}
}
},
"position": {
"start": {
"line": 10,
"column": 71,
"offset": 246
},
"end": {
"line": 10,
"column": 81,
"offset": 256
}
}
}
],
"modifiers": [],
"shorthand": "expression",
"position": {
"start": {
"line": 10,
"column": 71,
"offset": 246
},
"end": {
"line": 10,
"column": 81,
"offset": 256
}
}
},
{
"type": "svelteProperty",
"name": "hasDropdown",
"value": [
{
"type": "svelteDynamicContent",
"position": {
"start": {
"line": 10,
"column": 96,
"offset": 271
},
"end": {
"line": 10,
"column": 103,
"offset": 278
}
},
"expression": {
"type": "svelteExpression",
"value": "false",
"position": {
"start": {
"line": 10,
"column": 97,
"offset": 272
},
"end": {
"line": 10,
"column": 102,
"offset": 277
}
}
}
}
],
"modifiers": [],
"shorthand": "none",
"position": {
"start": {
"line": 10,
"column": 83,
"offset": 258
},
"end": {
"line": 10,
"column": 104,
"offset": 279
}
}
}
],
"selfClosing": true,
"children": [],
"position": {
"start": {
"line": 10,
"column": 5,
"offset": 180
},
"end": {
"line": 10,
"column": 106,
"offset": 281
}
}
},
{
"type": "text",
"value": "\n ",
"position": {
"start": {
"line": 10,
"column": 106,
"offset": 281
},
"end": {
"line": 11,
"column": 5,
"offset": 286
}
}
},
{
"type": "svelteElement",
"tagName": "p",
"properties": [],
"selfClosing": false,
"children": [
{
"type": "text",
"value": "Date: ",
"position": {
"start": {
"line": 11,
"column": 8,
"offset": 289
},
"end": {
"line": 11,
"column": 14,
"offset": 295
}
}
},
{
"type": "svelteDynamicContent",
"position": {
"start": {
"line": 11,
"column": 14,
"offset": 295
},
"end": {
"line": 11,
"column": 20,
"offset": 301
}
},
"expression": {
"type": "svelteExpression",
"value": "date",
"position": {
"start": {
"line": 11,
"column": 15,
"offset": 296
},
"end": {
"line": 11,
"column": 19,
"offset": 300
}
}
}
}
],
"position": {
"start": {
"line": 11,
"column": 5,
"offset": 286
},
"end": {
"line": 11,
"column": 24,
"offset": 305
}
}
},
{
"type": "text",
"value": "\n ",
"position": {
"start": {
"line": 11,
"column": 24,
"offset": 305
},
"end": {
"line": 12,
"column": 3,
"offset": 308
}
}
}
],
"position": {
"start": {
"line": 9,
"column": 3,
"offset": 152
},
"end": {
"line": 12,
"column": 9,
"offset": 314
}
}
},
{
"type": "text",
"value": "\n",
"position": {
"start": {
"line": 12,
"column": 9,
"offset": 314
},
"end": {
"line": 13,
"column": 1,
"offset": 315
}
}
}
],
"position": {
"start": {
"line": 8,
"column": 1,
"offset": 128
},
"end": {
"line": 13,
"column": 7,
"offset": 321
}
}
}
],
"position": {
"start": {
"column": 1,
"line": 1,
"offset": 0
},
"end": {
"line": 13,
"column": 7,
"offset": 321
}
}
}