mirror of https://github.com/sveltejs/svelte
escape `@` sigils in dev tooling events (#3545)
parent
53e65a676d
commit
7a0ae142e5
@ -1,4 +1,7 @@
|
||||
export default {
|
||||
compileOptions: {
|
||||
dev: true
|
||||
},
|
||||
props: { foo: 'foo' },
|
||||
html: `<div>foo @ foo # foo</div>`,
|
||||
};
|
Loading…
Reference in new issue