UNPKG

svelte-parse

Version:

An increidbly relaxed svelte-parser

142 lines (141 loc) 2.32 kB
{ "type": "root", "children": [ { "type": "svelteScript", "tagName": "script", "properties": [], "selfClosing": false, "children": [ { "type": "text", "value": "\n\timport CustomButton from './CustomButton.svelte';\n\n\tfunction handleClick() {\n\t\talert('clicked');\n\t}\n", "position": { "start": { "line": 1, "column": 9, "offset": 8 }, "end": { "line": 7, "column": 1, "offset": 110 } } } ], "position": { "start": { "line": 1, "column": 1, "offset": 0 }, "end": { "line": 7, "column": 10, "offset": 119 } } }, { "type": "text", "value": "\n\n", "position": { "start": { "line": 7, "column": 10, "offset": 119 }, "end": { "line": 9, "column": 1, "offset": 121 } } }, { "type": "svelteComponent", "tagName": "CustomButton", "properties": [ { "type": "svelteDirective", "name": "on", "value": [ { "type": "svelteDynamicContent", "position": { "start": { "line": 9, "column": 24, "offset": 144 }, "end": { "line": 9, "column": 37, "offset": 157 } }, "expression": { "type": "svelteExpression", "value": "handleClick", "position": { "start": { "line": 9, "column": 25, "offset": 145 }, "end": { "line": 9, "column": 36, "offset": 156 } } } } ], "modifiers": [], "shorthand": "none", "position": { "start": { "line": 9, "column": 15, "offset": 135 }, "end": { "line": 9, "column": 37, "offset": 157 } }, "specifier": "click" } ], "selfClosing": true, "children": [], "position": { "start": { "line": 9, "column": 1, "offset": 121 }, "end": { "line": 9, "column": 39, "offset": 159 } } } ], "position": { "start": { "column": 1, "line": 1, "offset": 0 }, "end": { "line": 9, "column": 39, "offset": 159 } } }