UNPKG

svelte-parse

Version:

An increidbly relaxed svelte-parser

74 lines (73 loc) 1.08 kB
{ "type": "root", "children": [ { "type": "svelteElement", "tagName": "div", "properties": [ { "type": "svelteProperty", "name": "class", "value": [ { "type": "text", "value": "foo", "position": { "start": { "line": 1, "column": 12, "offset": 11 }, "end": { "line": 1, "column": 15, "offset": 14 } } } ], "modifiers": [], "shorthand": "none", "position": { "start": { "line": 1, "column": 6, "offset": 5 }, "end": { "line": 1, "column": 15, "offset": 14 } } } ], "selfClosing": false, "children": [], "position": { "start": { "line": 1, "column": 1, "offset": 0 }, "end": { "line": 1, "column": 22, "offset": 21 } } } ], "position": { "start": { "column": 1, "line": 1, "offset": 0 }, "end": { "line": 1, "column": 22, "offset": 21 } } }