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/animation-siblings/errors.json

15 lines
271 B

[{
"code": "invalid-animation",
"message": "An element that use the animate directive must be the sole child of a keyed each block",
"start": {
"line": 2,
"column": 6,
"character": 38
},
"end": {
"line": 2,
"column": 17,
"character": 49
},
"pos": 38
}]