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/window-binding-invalid-value/errors.json

15 lines
281 B

[{
"code": "invalid-binding",
"message": "Bindings on <svelte:window> must be to top-level properties, e.g. 'baz' rather than 'foo.bar.baz'",
"start": {
"line": 1,
"column": 32,
"character": 32
},
"end": {
"line": 1,
"column": 43,
"character": 43
},
"pos": 32
}]