mirror of https://github.com/sveltejs/svelte
parent
b5513497a1
commit
68464ca94f
@ -1,15 +1,15 @@
|
||||
[{
|
||||
"code": "invalid-namespace-property",
|
||||
"message": "Invalid namespace 'lol'",
|
||||
"pos": 29,
|
||||
"pos": 13,
|
||||
"start": {
|
||||
"line": 3,
|
||||
"column": 2,
|
||||
"character": 29
|
||||
"line": 1,
|
||||
"column": 13,
|
||||
"character": 13
|
||||
},
|
||||
"end": {
|
||||
"line": 3,
|
||||
"column": 18,
|
||||
"character": 45
|
||||
"line": 1,
|
||||
"column": 28,
|
||||
"character": 28
|
||||
}
|
||||
}]
|
||||
|
@ -1,15 +1,15 @@
|
||||
[{
|
||||
"code": "invalid-namespace-property",
|
||||
"message": "Invalid namespace 'http://www.w3.org/1999/svg' (did you mean 'http://www.w3.org/2000/svg'?)",
|
||||
"pos": 29,
|
||||
"pos": 13,
|
||||
"start": {
|
||||
"line": 3,
|
||||
"column": 2,
|
||||
"character": 29
|
||||
"line": 1,
|
||||
"column": 13,
|
||||
"character": 13
|
||||
},
|
||||
"end": {
|
||||
"line": 3,
|
||||
"column": 41,
|
||||
"character": 68
|
||||
"line": 1,
|
||||
"column": 51,
|
||||
"character": 51
|
||||
}
|
||||
}]
|
||||
|
@ -1,15 +1,15 @@
|
||||
[{
|
||||
"code": "invalid-namespace-attribute",
|
||||
"message": "The 'namespace' attribute must be a string literal representing a valid namespace",
|
||||
"pos": 79,
|
||||
"pos": 13,
|
||||
"start": {
|
||||
"line": 5,
|
||||
"column": 2,
|
||||
"character": 79
|
||||
"line": 1,
|
||||
"column": 13,
|
||||
"character": 13
|
||||
},
|
||||
"end": {
|
||||
"line": 5,
|
||||
"column": 11,
|
||||
"character": 88
|
||||
"line": 1,
|
||||
"column": 27,
|
||||
"character": 27
|
||||
}
|
||||
}]
|
||||
|
Loading…
Reference in new issue