mirror of https://github.com/sveltejs/svelte
parent
6e1d998ca1
commit
e72d679d3f
@ -0,0 +1 @@
|
||||
<script {...wheee}></script>
|
||||
@ -0,0 +1,14 @@
|
||||
[
|
||||
{
|
||||
"code": "script_unknown_attribute",
|
||||
"message": "Unrecognized attribute — should be one of `generics`, `lang` or `module`. If this exists for a preprocessor, ensure that the preprocessor removes it",
|
||||
"start": {
|
||||
"column": 8,
|
||||
"line": 1
|
||||
},
|
||||
"end": {
|
||||
"column": 18,
|
||||
"line": 1
|
||||
}
|
||||
}
|
||||
]
|
||||
@ -0,0 +1 @@
|
||||
<script potato></script>
|
||||
@ -0,0 +1,14 @@
|
||||
[
|
||||
{
|
||||
"code": "script_unknown_attribute",
|
||||
"message": "Unrecognized attribute — should be one of `generics`, `lang` or `module`. If this exists for a preprocessor, ensure that the preprocessor removes it",
|
||||
"start": {
|
||||
"column": 8,
|
||||
"line": 1
|
||||
},
|
||||
"end": {
|
||||
"column": 14,
|
||||
"line": 1
|
||||
}
|
||||
}
|
||||
]
|
||||
Loading…
Reference in new issue