mirror of https://github.com/sveltejs/svelte
parent
7950d0a275
commit
c02e849cb5
@ -0,0 +1 @@
|
|||||||
|
<!-- a comment -->
|
@ -0,0 +1,17 @@
|
|||||||
|
{
|
||||||
|
"html": {
|
||||||
|
"start": 0,
|
||||||
|
"end": 18,
|
||||||
|
"type": "Fragment",
|
||||||
|
"children": [
|
||||||
|
{
|
||||||
|
"start": 0,
|
||||||
|
"end": 18,
|
||||||
|
"type": "Comment",
|
||||||
|
"data": " a comment "
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"css": null,
|
||||||
|
"js": null
|
||||||
|
}
|
Loading…
Reference in new issue