UNPKG

svelte-parse

Version:

An increidbly relaxed svelte-parser

90 lines (89 loc) 1.43 kB
{ "type": "root", "children": [ { "type": "svelteElement", "tagName": "input", "properties": [ { "type": "svelteDirective", "name": "use", "value": [ { "type": "svelteDynamicContent", "position": { "start": { "line": 1, "column": 20, "offset": 19 }, "end": { "line": 1, "column": 29, "offset": 28 } }, "expression": { "type": "svelteExpression", "value": "message", "position": { "start": { "line": 1, "column": 21, "offset": 20 }, "end": { "line": 1, "column": 28, "offset": 27 } } } } ], "modifiers": [], "shorthand": "none", "position": { "start": { "line": 1, "column": 8, "offset": 7 }, "end": { "line": 1, "column": 29, "offset": 28 } }, "specifier": "tooltip" } ], "selfClosing": true, "children": [], "position": { "start": { "line": 1, "column": 1, "offset": 0 }, "end": { "line": 1, "column": 30, "offset": 29 } } } ], "position": { "start": { "column": 1, "line": 1, "offset": 0 }, "end": { "line": 1, "column": 30, "offset": 29 } } }