mirror of https://github.com/sveltejs/svelte
parent
79c023e604
commit
a3c71af5c5
@ -1,15 +0,0 @@
|
|||||||
[{
|
|
||||||
"message": "Combining other expressions with '_' is redundant",
|
|
||||||
"start": {
|
|
||||||
"line": 1,
|
|
||||||
"column": 0,
|
|
||||||
"character": 0
|
|
||||||
},
|
|
||||||
"end":{
|
|
||||||
"line": 1,
|
|
||||||
"column": 16,
|
|
||||||
"character": 16
|
|
||||||
},
|
|
||||||
"pos": 0,
|
|
||||||
"code": "redundant-debug-all"
|
|
||||||
}]
|
|
@ -1,12 +0,0 @@
|
|||||||
{@debug _, name}
|
|
||||||
<div>Hello {name}!</div>
|
|
||||||
|
|
||||||
<script>
|
|
||||||
export default {
|
|
||||||
data() {
|
|
||||||
return {
|
|
||||||
name: 'World'
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
</script>
|
|
Loading…
Reference in new issue