UNPKG

svelte-parse

Version:

An increidbly relaxed svelte-parser

90 lines (89 loc) 1.44 kB
{ "type": "root", "children": [ { "type": "svelteElement", "tagName": "input", "properties": [ { "type": "svelteDirective", "name": "use", "value": [ { "type": "svelteDynamicContent", "position": { "start": { "line": 1, "column": 21, "offset": 20 }, "end": { "line": 1, "column": 39, "offset": 38 } }, "expression": { "type": "svelteExpression", "value": "t('tooltip msg')", "position": { "start": { "line": 1, "column": 22, "offset": 21 }, "end": { "line": 1, "column": 38, "offset": 37 } } } } ], "modifiers": [], "shorthand": "none", "position": { "start": { "line": 1, "column": 8, "offset": 7 }, "end": { "line": 1, "column": 40, "offset": 39 } }, "specifier": "tooltip" } ], "selfClosing": true, "children": [], "position": { "start": { "line": 1, "column": 1, "offset": 0 }, "end": { "line": 1, "column": 41, "offset": 40 } } } ], "position": { "start": { "column": 1, "line": 1, "offset": 0 }, "end": { "line": 1, "column": 41, "offset": 40 } } }