UNPKG

svelte-parse

Version:

An increidbly relaxed svelte-parser

247 lines (246 loc) 3.87 kB
{ "type": "root", "children": [ { "type": "svelteScript", "tagName": "script", "properties": [], "selfClosing": false, "children": [ { "type": "text", "value": "\n import Button, { options } from '@sveltekit/ui/Button';\n", "position": { "start": { "line": 1, "column": 9, "offset": 8 }, "end": { "line": 3, "column": 1, "offset": 67 } } } ], "position": { "start": { "line": 1, "column": 1, "offset": 0 }, "end": { "line": 3, "column": 10, "offset": 76 } } }, { "type": "text", "value": "\n\n", "position": { "start": { "line": 3, "column": 10, "offset": 76 }, "end": { "line": 5, "column": 1, "offset": 78 } } }, { "type": "svelteStyle", "tagName": "style", "properties": [], "selfClosing": false, "children": [ { "type": "text", "value": "\n .styled {\n --Button-border: 5px solid black;\n }\n", "position": { "start": { "line": 5, "column": 8, "offset": 85 }, "end": { "line": 9, "column": 1, "offset": 140 } } } ], "position": { "start": { "line": 5, "column": 1, "offset": 78 }, "end": { "line": 9, "column": 9, "offset": 148 } } }, { "type": "text", "value": "\n\n", "position": { "start": { "line": 9, "column": 9, "offset": 148 }, "end": { "line": 11, "column": 1, "offset": 150 } } }, { "type": "svelteElement", "tagName": "div", "properties": [ { "type": "svelteProperty", "name": "class", "value": [ { "type": "text", "value": "styled", "position": { "start": { "line": 11, "column": 13, "offset": 162 }, "end": { "line": 11, "column": 20, "offset": 169 } } } ], "modifiers": [], "shorthand": "none", "position": { "start": { "line": 11, "column": 6, "offset": 155 }, "end": { "line": 11, "column": 20, "offset": 169 } } } ], "selfClosing": false, "children": [ { "type": "text", "value": "\n ", "position": { "start": { "line": 11, "column": 21, "offset": 170 }, "end": { "line": 12, "column": 3, "offset": 173 } } }, { "type": "svelteComponent", "tagName": "Button", "properties": [], "selfClosing": false, "children": [ { "type": "text", "value": "Basic Button", "position": { "start": { "line": 12, "column": 11, "offset": 181 }, "end": { "line": 12, "column": 23, "offset": 193 } } } ], "position": { "start": { "line": 12, "column": 3, "offset": 173 }, "end": { "line": 12, "column": 32, "offset": 202 } } }, { "type": "text", "value": "\n", "position": { "start": { "line": 12, "column": 32, "offset": 202 }, "end": { "line": 13, "column": 1, "offset": 203 } } } ], "position": { "start": { "line": 11, "column": 1, "offset": 150 }, "end": { "line": 13, "column": 7, "offset": 209 } } } ], "position": { "start": { "column": 1, "line": 1, "offset": 0 }, "end": { "line": 13, "column": 7, "offset": 209 } } }