mirror of https://github.com/sveltejs/svelte
parent
aa04e3b434
commit
f2ca1ca7d9
@ -1,15 +1,15 @@
|
||||
[{
|
||||
"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?",
|
||||
"start": {
|
||||
"line": 1,
|
||||
"column": 16,
|
||||
"character": 16
|
||||
},
|
||||
"end": {
|
||||
"line": 1,
|
||||
"column": 36,
|
||||
"character": 36
|
||||
},
|
||||
"pos": 16
|
||||
"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?",
|
||||
"start": {
|
||||
"line": 1,
|
||||
"column": 16,
|
||||
"character": 16
|
||||
},
|
||||
"end": {
|
||||
"line": 1,
|
||||
"column": 36,
|
||||
"character": 36
|
||||
},
|
||||
"pos": 16
|
||||
}]
|
||||
|
Loading…
Reference in new issue