mirror of https://github.com/sveltejs/svelte
parent
196245b822
commit
faa0631a05
@ -0,0 +1 @@
|
||||
<!-- svelte-ignore foo bar -->
|
||||
@ -0,0 +1,16 @@
|
||||
{
|
||||
"html": {
|
||||
"start": 0,
|
||||
"end": 30,
|
||||
"type": "Fragment",
|
||||
"children": [
|
||||
{
|
||||
"start": 0,
|
||||
"end": 30,
|
||||
"type": "Comment",
|
||||
"data": " svelte-ignore foo bar ",
|
||||
"ignores": ["foo", "bar"]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Loading…
Reference in new issue