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/unused-components/warnings.json

33 lines
463 B

[
{
"code": "unused-component",
"message": "The 'Foo' component is unused",
"start": {
"line": 7,
"column": 3,
"character": 109
},
"end": {
"line": 7,
"column": 6,
"character": 112
},
"pos": 109
},
{
"code": "unused-component",
"message": "The 'Bar' component is unused",
"start": {
"line": 8,
"column": 3,
"character": 117
},
"end": {
"line": 8,
"column": 6,
"character": 120
},
"pos": 117
}
]