You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
svelte/test/validator/samples/rest-eachblock-binding-2/warnings.json

10 lines
306 B

[
{
"code": "invalid-rest-eachblock-binding",
"message": "...rest operator will create a new object and binding propogation with original object will not work",
"pos": 102,
"start": { "line": 8, "column": 24, "character": 102 },
"end": { "line": 8, "column": 31, "character": 109 }
}
]