mirror of https://github.com/sveltejs/svelte
parent
5804b695e7
commit
ad003924c3
@ -1,12 +1,12 @@
|
|||||||
[{
|
[{
|
||||||
"code": "missing-custom-element-compile-options",
|
"code": "missing-custom-element-compile-options",
|
||||||
"message": "The 'tag' option is used when generating a custom element. Did you forget the 'customElement: true' compile option?",
|
"message": "The 'customElement' option is used when generating a custom element. Did you forget the 'customElement: true' compile option?",
|
||||||
"start": {
|
"start": {
|
||||||
"line": 1,
|
"line": 1,
|
||||||
"column": 16
|
"column": 16
|
||||||
},
|
},
|
||||||
"end": {
|
"end": {
|
||||||
"line": 1,
|
"line": 1,
|
||||||
"column": 36
|
"column": 46
|
||||||
}
|
}
|
||||||
}]
|
}]
|
||||||
|
|||||||
Loading…
Reference in new issue