mirror of https://github.com/sveltejs/svelte
warn on missing component (#623)
parent
6eb80e3732
commit
d45699db6f
@ -0,0 +1,3 @@
|
||||
<div>
|
||||
<Widget/>
|
||||
</div>
|
@ -0,0 +1,8 @@
|
||||
[{
|
||||
"message": "Widget component is not defined",
|
||||
"loc": {
|
||||
"line": 2,
|
||||
"column": 1
|
||||
},
|
||||
"pos": 7
|
||||
}]
|
Loading…
Reference in new issue