mirror of https://github.com/sveltejs/svelte
parent
07bad96719
commit
5a457bfb87
@ -1,9 +1,10 @@
|
||||
{
|
||||
"code": "duplicate-attribute",
|
||||
"message": "Attributes need to be unique",
|
||||
"loc": {
|
||||
"start": {
|
||||
"line": 1,
|
||||
"column": 17
|
||||
"column": 17,
|
||||
"character": 17
|
||||
},
|
||||
"pos": 17
|
||||
}
|
||||
|
@ -1,9 +1,10 @@
|
||||
{
|
||||
"code": "binding-disabled",
|
||||
"message": "Two-way binding is disabled",
|
||||
"loc": {
|
||||
"start": {
|
||||
"line": 1,
|
||||
"column": 7
|
||||
"column": 7,
|
||||
"character": 7
|
||||
},
|
||||
"pos": 7
|
||||
}
|
@ -1,9 +1,10 @@
|
||||
{
|
||||
"code": "invalid-directive-value",
|
||||
"message": "directive values should not be wrapped — use 'foo', not '{foo}'",
|
||||
"loc": {
|
||||
"start": {
|
||||
"line": 1,
|
||||
"column": 19
|
||||
"column": 19,
|
||||
"character": 19
|
||||
},
|
||||
"pos": 19
|
||||
}
|
@ -1,9 +1,10 @@
|
||||
{
|
||||
"code": "unexpected-eof",
|
||||
"message": "comment was left open, expected -->",
|
||||
"loc": {
|
||||
"start": {
|
||||
"line": 1,
|
||||
"column": 24
|
||||
"column": 24,
|
||||
"character": 24
|
||||
},
|
||||
"pos": 24
|
||||
}
|
||||
|
@ -1,9 +1,10 @@
|
||||
{
|
||||
"code": "css-syntax-error",
|
||||
"message": "LeftCurlyBracket is expected",
|
||||
"loc": {
|
||||
"start": {
|
||||
"line": 2,
|
||||
"column": 16
|
||||
"column": 16,
|
||||
"character": 24
|
||||
},
|
||||
"pos": 24
|
||||
}
|
||||
|
@ -1,9 +1,10 @@
|
||||
{
|
||||
"code": "invalid-directive-value",
|
||||
"message": "Expected a method call",
|
||||
"loc": {
|
||||
"start": {
|
||||
"line": 1,
|
||||
"column": 15
|
||||
"column": 15,
|
||||
"character": 15
|
||||
},
|
||||
"pos": 15
|
||||
}
|
@ -1,9 +1,10 @@
|
||||
{
|
||||
"code": "parse-error",
|
||||
"message": "Assigning to rvalue",
|
||||
"loc": {
|
||||
"start": {
|
||||
"line": 1,
|
||||
"column": 1
|
||||
"column": 1,
|
||||
"character": 1
|
||||
},
|
||||
"pos": 1
|
||||
}
|
||||
|
@ -1,9 +1,10 @@
|
||||
{
|
||||
"code": "duplicate-style",
|
||||
"message": "You can only have one top-level <style> tag per component",
|
||||
"loc": {
|
||||
"start": {
|
||||
"line": 9,
|
||||
"column": 0
|
||||
"column": 0,
|
||||
"character": 58
|
||||
},
|
||||
"pos": 58
|
||||
}
|
||||
|
@ -1,9 +1,10 @@
|
||||
{
|
||||
"code": "invalid-directive-value",
|
||||
"message": "ref directives cannot have a value",
|
||||
"loc": {
|
||||
"start": {
|
||||
"line": 1,
|
||||
"column": 14
|
||||
"column": 14,
|
||||
"character": 14
|
||||
},
|
||||
"pos": 14
|
||||
}
|
@ -1,9 +1,10 @@
|
||||
{
|
||||
"code": "unclosed-script",
|
||||
"message": "<script> must have a closing tag",
|
||||
"loc": {
|
||||
"start": {
|
||||
"line": 3,
|
||||
"column": 8
|
||||
"column": 8,
|
||||
"character": 32
|
||||
},
|
||||
"pos": 32
|
||||
}
|
@ -1,9 +1,10 @@
|
||||
{
|
||||
"code": "invalid-self-placement",
|
||||
"message": "<svelte:self> components can only exist inside if-blocks or each-blocks",
|
||||
"loc": {
|
||||
"start": {
|
||||
"line": 1,
|
||||
"column": 1
|
||||
"column": 1,
|
||||
"character": 1
|
||||
},
|
||||
"pos": 1
|
||||
}
|
@ -1,9 +1,10 @@
|
||||
{
|
||||
"code": "unexpected-eof",
|
||||
"message": "Unexpected end of input",
|
||||
"loc": {
|
||||
"start": {
|
||||
"line": 1,
|
||||
"column": 2
|
||||
"column": 2,
|
||||
"character": 2
|
||||
},
|
||||
"pos": 2
|
||||
}
|
||||
|
@ -1,9 +1,10 @@
|
||||
{
|
||||
"code": "unexpected-eof",
|
||||
"message": "Unexpected end of input",
|
||||
"loc": {
|
||||
"start": {
|
||||
"line": 1,
|
||||
"column": 1
|
||||
"column": 1,
|
||||
"character": 1
|
||||
},
|
||||
"pos": 1
|
||||
}
|
||||
|
@ -1,9 +1,10 @@
|
||||
{
|
||||
"code": "unclosed-block",
|
||||
"message": "Block was left open",
|
||||
"loc": {
|
||||
"start": {
|
||||
"line": 1,
|
||||
"column": 0
|
||||
"column": 0,
|
||||
"character": 0
|
||||
},
|
||||
"pos": 0
|
||||
}
|
||||
|
@ -1,9 +1,10 @@
|
||||
{
|
||||
"code": "unclosed-element",
|
||||
"message": "<div> was left open",
|
||||
"loc": {
|
||||
"start": {
|
||||
"line": 1,
|
||||
"column": 0
|
||||
"column": 0,
|
||||
"character": 0
|
||||
},
|
||||
"pos": 0
|
||||
}
|
||||
|
@ -1,9 +1,10 @@
|
||||
{
|
||||
"code": "invalid-closing-tag",
|
||||
"message": "</div> attempted to close an element that was not open",
|
||||
"loc": {
|
||||
"start": {
|
||||
"line": 1,
|
||||
"column": 0
|
||||
"column": 0,
|
||||
"character": 0
|
||||
},
|
||||
"pos": 0
|
||||
}
|
||||
|
@ -1,9 +1,10 @@
|
||||
{
|
||||
"code": "invalid-void-content",
|
||||
"message": "<input> is a void element and cannot have children, or a closing tag",
|
||||
"loc": {
|
||||
"start": {
|
||||
"line": 1,
|
||||
"column": 23
|
||||
"column": 23,
|
||||
"character": 23
|
||||
},
|
||||
"pos": 23
|
||||
}
|
||||
|
@ -1,9 +1,10 @@
|
||||
{
|
||||
"code": "invalid-window-content",
|
||||
"message": "<svelte:window> cannot have children",
|
||||
"loc": {
|
||||
"start": {
|
||||
"line": 1,
|
||||
"column": 15
|
||||
"column": 15,
|
||||
"character": 15
|
||||
},
|
||||
"pos": 15
|
||||
}
|
@ -1,9 +1,10 @@
|
||||
{
|
||||
"code": "duplicate-window",
|
||||
"message": "A component can only have one <svelte:window> tag",
|
||||
"loc": {
|
||||
"start": {
|
||||
"line": 2,
|
||||
"column": 0
|
||||
"column": 0,
|
||||
"character": 17
|
||||
},
|
||||
"pos": 17
|
||||
}
|
@ -1,9 +1,10 @@
|
||||
{
|
||||
"code": "invalid-window-placement",
|
||||
"message": "<svelte:window> tags cannot be inside elements or blocks",
|
||||
"loc": {
|
||||
"start": {
|
||||
"line": 2,
|
||||
"column": 1
|
||||
"column": 1,
|
||||
"character": 11
|
||||
},
|
||||
"pos": 11
|
||||
}
|
@ -1,9 +1,10 @@
|
||||
{
|
||||
"code": "invalid-window-placement",
|
||||
"message": "<svelte:window> tags cannot be inside elements or blocks",
|
||||
"loc": {
|
||||
"start": {
|
||||
"line": 2,
|
||||
"column": 1
|
||||
"column": 1,
|
||||
"character": 7
|
||||
},
|
||||
"pos": 7
|
||||
}
|
@ -1,13 +1,15 @@
|
||||
[{
|
||||
"code": "a11y-missing-content",
|
||||
"message": "A11y: <a> element should have child content",
|
||||
"loc": {
|
||||
"start": {
|
||||
"line": 1,
|
||||
"column": 0
|
||||
"column": 0,
|
||||
"character": 0
|
||||
},
|
||||
"end": {
|
||||
"line": 1,
|
||||
"column": 19
|
||||
"column": 19,
|
||||
"character": 19
|
||||
},
|
||||
"pos": 0
|
||||
}]
|
@ -1,41 +1,47 @@
|
||||
[
|
||||
{
|
||||
"code": "a11y-missing-attribute",
|
||||
"message": "A11y: <a> element should have an href attribute",
|
||||
"loc": {
|
||||
"line": 1,
|
||||
"column": 11
|
||||
},
|
||||
{
|
||||
"code": "a11y-missing-attribute",
|
||||
"message": "A11y: <a> element should have an href attribute",
|
||||
"start": {
|
||||
"line": 1,
|
||||
"column": 11,
|
||||
"character": 11
|
||||
},
|
||||
"end": {
|
||||
"line": 1,
|
||||
"column": 37
|
||||
"column": 37,
|
||||
"character": 37
|
||||
},
|
||||
"pos": 11
|
||||
},
|
||||
{
|
||||
"code": "a11y-invalid-attribute",
|
||||
"message": "A11y: '' is not a valid xlink:href attribute",
|
||||
"start": {
|
||||
"line": 2,
|
||||
"column": 14,
|
||||
"character": 65
|
||||
},
|
||||
"pos": 11
|
||||
},
|
||||
{
|
||||
"code": "a11y-invalid-attribute",
|
||||
"message": "A11y: '' is not a valid xlink:href attribute",
|
||||
"loc": {
|
||||
"line": 2,
|
||||
"column": 14
|
||||
},
|
||||
"end": {
|
||||
"line": 2,
|
||||
"column": 27
|
||||
"column": 27,
|
||||
"character": 78
|
||||
},
|
||||
"pos": 65
|
||||
},
|
||||
{
|
||||
"code": "a11y-invalid-attribute",
|
||||
"message": "A11y: '#' is not a valid xlink:href attribute",
|
||||
"start": {
|
||||
"line": 3,
|
||||
"column": 14,
|
||||
"character": 130
|
||||
},
|
||||
"pos": 65
|
||||
},
|
||||
{
|
||||
"code": "a11y-invalid-attribute",
|
||||
"message": "A11y: '#' is not a valid xlink:href attribute",
|
||||
"loc": {
|
||||
"line": 3,
|
||||
"column": 14
|
||||
},
|
||||
"end": {
|
||||
"line": 3,
|
||||
"column": 28
|
||||
"column": 28,
|
||||
"character": 144
|
||||
},
|
||||
"pos": 130
|
||||
}
|
||||
"pos": 130
|
||||
}
|
||||
]
|
||||
|
@ -1,13 +1,15 @@
|
||||
[{
|
||||
"code": "a11y-accesskey",
|
||||
"message": "A11y: Avoid using accesskey",
|
||||
"loc": {
|
||||
"start": {
|
||||
"line": 1,
|
||||
"column": 5
|
||||
"column": 5,
|
||||
"character": 5
|
||||
},
|
||||
"end": {
|
||||
"line": 1,
|
||||
"column": 18
|
||||
"column": 18,
|
||||
"character": 18
|
||||
},
|
||||
"pos": 5
|
||||
}]
|
@ -1,13 +1,15 @@
|
||||
[{
|
||||
"code": "a11y-autofocus",
|
||||
"message": "A11y: Avoid using autofocus",
|
||||
"loc": {
|
||||
"start": {
|
||||
"line": 1,
|
||||
"column": 5
|
||||
"column": 5,
|
||||
"character": 5
|
||||
},
|
||||
"end": {
|
||||
"line": 1,
|
||||
"column": 14
|
||||
"column": 14,
|
||||
"character": 14
|
||||
},
|
||||
"pos": 5
|
||||
}]
|
@ -1,13 +1,15 @@
|
||||
[{
|
||||
"code": "invalid-binding",
|
||||
"message": "'checked' binding can only be used with <input type=\"checkbox\">",
|
||||
"loc": {
|
||||
"start": {
|
||||
"line": 1,
|
||||
"column": 7
|
||||
"column": 7,
|
||||
"character": 7
|
||||
},
|
||||
"end": {
|
||||
"line": 1,
|
||||
"column": 25
|
||||
"column": 25,
|
||||
"character": 25
|
||||
},
|
||||
"pos": 7
|
||||
}]
|
@ -1,13 +1,15 @@
|
||||
[{
|
||||
"code": "missing-type",
|
||||
"message": "'type' attribute must be specified",
|
||||
"loc": {
|
||||
"start": {
|
||||
"line": 1,
|
||||
"column": 24
|
||||
"column": 24,
|
||||
"character": 24
|
||||
},
|
||||
"end": {
|
||||
"line": 1,
|
||||
"column": 28
|
||||
"column": 28,
|
||||
"character": 28
|
||||
},
|
||||
"pos": 24
|
||||
}]
|
@ -1,13 +1,15 @@
|
||||
[{
|
||||
"code": "invalid-type",
|
||||
"message": "'type' attribute cannot be dynamic if input uses two-way binding",
|
||||
"loc": {
|
||||
"start": {
|
||||
"line": 1,
|
||||
"column": 24
|
||||
"column": 24,
|
||||
"character": 24
|
||||
},
|
||||
"end": {
|
||||
"line": 1,
|
||||
"column": 42
|
||||
"column": 42,
|
||||
"character": 42
|
||||
},
|
||||
"pos": 24
|
||||
}]
|
@ -1,13 +1,15 @@
|
||||
[{
|
||||
"code": "dynamic-multiple-attribute",
|
||||
"message": "'multiple' attribute cannot be dynamic if select uses two-way binding",
|
||||
"loc": {
|
||||
"start": {
|
||||
"line": 1,
|
||||
"column": 19
|
||||
"column": 19,
|
||||
"character": 19
|
||||
},
|
||||
"end": {
|
||||
"line": 1,
|
||||
"column": 29
|
||||
"column": 29,
|
||||
"character": 29
|
||||
},
|
||||
"pos": 19
|
||||
}]
|
@ -1,13 +1,15 @@
|
||||
[{
|
||||
"code": "invalid-slot-name",
|
||||
"message": "default is a reserved word — it cannot be used as a slot name",
|
||||
"loc": {
|
||||
"start": {
|
||||
"line": 1,
|
||||
"column": 6
|
||||
"column": 6,
|
||||
"character": 6
|
||||
},
|
||||
"end": {
|
||||
"line": 1,
|
||||
"column": 20
|
||||
"column": 20,
|
||||
"character": 20
|
||||
},
|
||||
"pos": 6
|
||||
}]
|
@ -1,13 +1,15 @@
|
||||
[{
|
||||
"code": "invalid-slot-attribute",
|
||||
"message": "slot attribute cannot have a dynamic value",
|
||||
"loc": {
|
||||
"start": {
|
||||
"line": 2,
|
||||
"column": 9
|
||||
"column": 9,
|
||||
"character": 18
|
||||
},
|
||||
"end": {
|
||||
"line": 2,
|
||||
"column": 21
|
||||
"column": 21,
|
||||
"character": 30
|
||||
},
|
||||
"pos": 18
|
||||
}]
|
@ -1,13 +1,15 @@
|
||||
[{
|
||||
"code": "dynamic-slot-name",
|
||||
"message": "<slot> name cannot be dynamic",
|
||||
"loc": {
|
||||
"start": {
|
||||
"line": 1,
|
||||
"column": 6
|
||||
"column": 6,
|
||||
"character": 6
|
||||
},
|
||||
"end": {
|
||||
"line": 1,
|
||||
"column": 18
|
||||
"column": 18,
|
||||
"character": 18
|
||||
},
|
||||
"pos": 6
|
||||
}]
|
@ -1,13 +1,15 @@
|
||||
[{
|
||||
"code": "invalid-slot-placement",
|
||||
"message": "<slot> cannot be a child of an each-block",
|
||||
"loc": {
|
||||
"start": {
|
||||
"line": 2,
|
||||
"column": 1
|
||||
"column": 1,
|
||||
"character": 25
|
||||
},
|
||||
"end": {
|
||||
"line": 2,
|
||||
"column": 1
|
||||
"column": 1,
|
||||
"character": 25
|
||||
},
|
||||
"pos": 25
|
||||
}]
|
@ -1,13 +1,15 @@
|
||||
[{
|
||||
"code": "invalid-slotted-content",
|
||||
"message": "Cannot place slotted elements inside an each-block",
|
||||
"loc": {
|
||||
"start": {
|
||||
"line": 3,
|
||||
"column": 7
|
||||
"column": 7,
|
||||
"character": 41
|
||||
},
|
||||
"end": {
|
||||
"line": 3,
|
||||
"column": 17
|
||||
"column": 17,
|
||||
"character": 51
|
||||
},
|
||||
"pos": 41
|
||||
}]
|
@ -1,13 +1,15 @@
|
||||
[{
|
||||
"code": "invalid-slotted-content",
|
||||
"message": "Cannot place slotted elements inside an if-block",
|
||||
"loc": {
|
||||
"start": {
|
||||
"line": 3,
|
||||
"column": 7
|
||||
"column": 7,
|
||||
"character": 29
|
||||
},
|
||||
"end": {
|
||||
"line": 3,
|
||||
"column": 17
|
||||
"column": 17,
|
||||
"character": 39
|
||||
},
|
||||
"pos": 29
|
||||
}]
|
@ -1,13 +1,15 @@
|
||||
[{
|
||||
"code": "css-invalid-global",
|
||||
"message": ":global(...) can be at the start or end of a selector sequence, but not in the middle",
|
||||
"loc": {
|
||||
"start": {
|
||||
"line": 2,
|
||||
"column": 6
|
||||
"column": 6,
|
||||
"character": 14
|
||||
},
|
||||
"end": {
|
||||
"line": 2,
|
||||
"column": 19
|
||||
"column": 19,
|
||||
"character": 27
|
||||
},
|
||||
"pos": 14
|
||||
}]
|
@ -1,13 +1,15 @@
|
||||
[{
|
||||
"code": "css-invalid-global",
|
||||
"message": ":global(...) must be the first element in a compound selector",
|
||||
"loc": {
|
||||
"start": {
|
||||
"line": 2,
|
||||
"column": 5
|
||||
"column": 5,
|
||||
"character": 13
|
||||
},
|
||||
"end": {
|
||||
"line": 2,
|
||||
"column": 18
|
||||
"column": 18,
|
||||
"character": 26
|
||||
},
|
||||
"pos": 13
|
||||
}]
|
@ -1,13 +1,15 @@
|
||||
[{
|
||||
"code": "unexpected-reserved-word",
|
||||
"message": "'case' is a reserved word in JavaScript and cannot be used here",
|
||||
"loc": {
|
||||
"start": {
|
||||
"line": 1,
|
||||
"column": 17
|
||||
"column": 17,
|
||||
"character": 17
|
||||
},
|
||||
"end": {
|
||||
"line": 1,
|
||||
"column": 17
|
||||
"column": 17,
|
||||
"character": 17
|
||||
},
|
||||
"pos": 17
|
||||
}]
|
@ -1,13 +1,15 @@
|
||||
[{
|
||||
"code": "unexpected-reserved-word",
|
||||
"message": "'case' is a reserved word in JavaScript and cannot be used here",
|
||||
"loc": {
|
||||
"start": {
|
||||
"line": 1,
|
||||
"column": 16
|
||||
"column": 16,
|
||||
"character": 16
|
||||
},
|
||||
"end": {
|
||||
"line": 1,
|
||||
"column": 16
|
||||
"column": 16,
|
||||
"character": 16
|
||||
},
|
||||
"pos": 16
|
||||
}]
|
@ -1,13 +1,15 @@
|
||||
[{
|
||||
"code": "each-context-clash",
|
||||
"message": "Context clashes with a helper. Rename one or the other to eliminate any ambiguity",
|
||||
"loc": {
|
||||
"start": {
|
||||
"line": 1,
|
||||
"column": 17
|
||||
"column": 17,
|
||||
"character": 17
|
||||
},
|
||||
"end": {
|
||||
"line": 1,
|
||||
"column": 22
|
||||
"column": 22,
|
||||
"character": 22
|
||||
},
|
||||
"pos": 17
|
||||
}]
|
@ -1,13 +1,15 @@
|
||||
[{
|
||||
"code": "missing-component",
|
||||
"message": "Widget component is not defined",
|
||||
"loc": {
|
||||
"start": {
|
||||
"line": 2,
|
||||
"column": 1
|
||||
"column": 1,
|
||||
"character": 7
|
||||
},
|
||||
"end": {
|
||||
"line": 2,
|
||||
"column": 10
|
||||
"column": 10,
|
||||
"character": 16
|
||||
},
|
||||
"pos": 7
|
||||
}]
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in new issue