mirror of https://github.com/sveltejs/svelte
parent
cb731aa876
commit
4288843576
@ -1,15 +1,18 @@
|
||||
{
|
||||
"html": {
|
||||
"type": "Fragment",
|
||||
"start": 0,
|
||||
"end": 30,
|
||||
"type": "Fragment",
|
||||
"children": [
|
||||
{
|
||||
"type": "Comment",
|
||||
"start": 0,
|
||||
"end": 30,
|
||||
"type": "Comment",
|
||||
"data": " svelte-ignore foo bar ",
|
||||
"ignores": ["foo", "bar"]
|
||||
"ignores": [
|
||||
"foo",
|
||||
"bar"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Loading…
Reference in new issue