mirror of https://github.com/sveltejs/svelte
parent
fc646925db
commit
05ea031895
@ -0,0 +1,8 @@
|
|||||||
|
{
|
||||||
|
"message": "<script> must have a closing tag",
|
||||||
|
"loc": {
|
||||||
|
"line": 3,
|
||||||
|
"column": 8
|
||||||
|
},
|
||||||
|
"pos": 34
|
||||||
|
}
|
@ -0,0 +1,3 @@
|
|||||||
|
<h1>Hello {{name}}!</h1>
|
||||||
|
|
||||||
|
<script>
|
Loading…
Reference in new issue