UNPKG

svelte-parse

Version:

An increidbly relaxed svelte-parser

527 lines (526 loc) 9.79 kB
{ "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;\n", "position": { "start": { "line": 1, "column": 9, "offset": 8 }, "end": { "line": 5, "column": 1, "offset": 75 } } } ], "position": { "start": { "line": 1, "column": 1, "offset": 0 }, "end": { "line": 5, "column": 10, "offset": 84 } } }, { "type": "text", "value": "\n\n", "position": { "start": { "line": 5, "column": 10, "offset": 84 }, "end": { "line": 7, "column": 1, "offset": 86 } } }, { "type": "svelteElement", "tagName": "div", "properties": [ { "type": "svelteProperty", "name": "class", "value": [ { "type": "text", "value": "gridRow", "position": { "start": { "line": 7, "column": 13, "offset": 98 }, "end": { "line": 7, "column": 21, "offset": 106 } } } ], "modifiers": [], "shorthand": "none", "position": { "start": { "line": 7, "column": 6, "offset": 91 }, "end": { "line": 7, "column": 21, "offset": 106 } } } ], "selfClosing": false, "children": [ { "type": "text", "value": "\n ", "position": { "start": { "line": 7, "column": 22, "offset": 107 }, "end": { "line": 8, "column": 3, "offset": 110 } } }, { "type": "svelteElement", "tagName": "div", "properties": [ { "type": "svelteProperty", "name": "class", "value": [ { "type": "text", "value": "gridCol-4", "position": { "start": { "line": 8, "column": 15, "offset": 122 }, "end": { "line": 8, "column": 25, "offset": 132 } } } ], "modifiers": [], "shorthand": "none", "position": { "start": { "line": 8, "column": 8, "offset": 115 }, "end": { "line": 8, "column": 25, "offset": 132 } } } ], "selfClosing": false, "children": [ { "type": "text", "value": "\n ", "position": { "start": { "line": 8, "column": 26, "offset": 133 }, "end": { "line": 9, "column": 5, "offset": 138 } } }, { "type": "svelteComponent", "tagName": "DatePicker", "properties": [ { "type": "svelteProperty", "name": "placeholder", "value": [ { "type": "text", "value": "Please", "position": { "start": { "line": 9, "column": 30, "offset": 163 }, "end": {} } }, { "type": "text", "value": " ", "position": { "start": { "line": 9, "column": 36, "offset": 169 }, "end": {} } }, { "type": "text", "value": "click", "position": { "start": { "line": 9, "column": 37, "offset": 170 }, "end": {} } }, { "type": "text", "value": " ", "position": { "start": { "line": 9, "column": 42, "offset": 175 }, "end": {} } }, { "type": "text", "value": "to", "position": { "start": { "line": 9, "column": 43, "offset": 176 }, "end": {} } }, { "type": "text", "value": " ", "position": { "start": { "line": 9, "column": 45, "offset": 178 }, "end": {} } }, { "type": "text", "value": "select", "position": { "start": { "line": 9, "column": 46, "offset": 179 }, "end": {} } }, { "type": "text", "value": " ", "position": { "start": { "line": 9, "column": 52, "offset": 185 }, "end": {} } }, { "type": "text", "value": "a", "position": { "start": { "line": 9, "column": 53, "offset": 186 }, "end": {} } }, { "type": "text", "value": " ", "position": { "start": { "line": 9, "column": 54, "offset": 187 }, "end": {} } }, { "type": "text", "value": "date", "position": { "start": { "line": 9, "column": 55, "offset": 188 }, "end": { "line": 9, "column": 60, "offset": 193 } } } ], "modifiers": [], "shorthand": "none", "position": { "start": { "line": 9, "column": 17, "offset": 150 }, "end": { "line": 9, "column": 60, "offset": 193 } } }, { "type": "svelteDirective", "name": "bind", "value": [], "modifiers": [], "shorthand": "none", "position": { "start": { "line": 9, "column": 61, "offset": 194 }, "end": { "line": 9, "column": 70, "offset": 203 } }, "specifier": "date" } ], "selfClosing": true, "children": [], "position": { "start": { "line": 9, "column": 5, "offset": 138 }, "end": { "line": 9, "column": 73, "offset": 206 } } }, { "type": "text", "value": "\n ", "position": { "start": { "line": 9, "column": 73, "offset": 206 }, "end": { "line": 10, "column": 5, "offset": 211 } } }, { "type": "svelteElement", "tagName": "p", "properties": [], "selfClosing": false, "children": [ { "type": "text", "value": "Date: ", "position": { "start": { "line": 10, "column": 8, "offset": 214 }, "end": { "line": 10, "column": 14, "offset": 220 } } }, { "type": "svelteDynamicContent", "position": { "start": { "line": 10, "column": 14, "offset": 220 }, "end": { "line": 10, "column": 20, "offset": 226 } }, "expression": { "type": "svelteExpression", "value": "date", "position": { "start": { "line": 10, "column": 15, "offset": 221 }, "end": { "line": 10, "column": 19, "offset": 225 } } } } ], "position": { "start": { "line": 10, "column": 5, "offset": 211 }, "end": { "line": 10, "column": 24, "offset": 230 } } }, { "type": "text", "value": "\n ", "position": { "start": { "line": 10, "column": 24, "offset": 230 }, "end": { "line": 11, "column": 3, "offset": 233 } } } ], "position": { "start": { "line": 8, "column": 3, "offset": 110 }, "end": { "line": 11, "column": 9, "offset": 239 } } }, { "type": "text", "value": "\n", "position": { "start": { "line": 11, "column": 9, "offset": 239 }, "end": { "line": 12, "column": 1, "offset": 240 } } } ], "position": { "start": { "line": 7, "column": 1, "offset": 86 }, "end": { "line": 12, "column": 7, "offset": 246 } } } ], "position": { "start": { "column": 1, "line": 1, "offset": 0 }, "end": { "line": 12, "column": 7, "offset": 246 } } }