UNPKG

svelte-parse

Version:

An increidbly relaxed svelte-parser

89 lines (88 loc) 1.3 kB
{ "type": "root", "children": [ { "type": "svelteScript", "tagName": "script", "properties": [], "selfClosing": false, "children": [ { "type": "text", "value": "\n import NumberInput from '@sveltekit/ui/NumberInput';\n", "position": { "start": { "line": 1, "column": 9, "offset": 8 }, "end": { "line": 3, "column": 1, "offset": 64 } } } ], "position": { "start": { "line": 1, "column": 1, "offset": 0 }, "end": { "line": 3, "column": 10, "offset": 73 } } }, { "type": "text", "value": "\n\n", "position": { "start": { "line": 3, "column": 10, "offset": 73 }, "end": { "line": 5, "column": 1, "offset": 75 } } }, { "type": "svelteComponent", "tagName": "NumberInput", "properties": [], "selfClosing": false, "children": [], "position": { "start": { "line": 5, "column": 1, "offset": 75 }, "end": { "line": 5, "column": 28, "offset": 102 } } } ], "position": { "start": { "column": 1, "line": 1, "offset": 0 }, "end": { "line": 5, "column": 28, "offset": 102 } } }