mirror of https://github.com/sveltejs/svelte
parent
415fa51473
commit
2562687ce7
@ -1,6 +1,9 @@
|
||||
[
|
||||
{
|
||||
"code": "invalid-rest-eachblock-binding",
|
||||
"message": "...rest operator will create a new object and binding propogation with original object will not work"
|
||||
}
|
||||
{
|
||||
"code": "invalid-rest-eachblock-binding",
|
||||
"message": "...rest operator will create a new object and binding propogation with original object will not work",
|
||||
"pos": 143,
|
||||
"start": { "line": 5, "column": 25, "character": 143 },
|
||||
"end": { "line": 5, "column": 32, "character": 150 }
|
||||
}
|
||||
]
|
||||
|
||||
Loading…
Reference in new issue