mirror of https://github.com/sveltejs/svelte
parent
ef08ef3dc0
commit
db7fa5e2d4
@ -1,7 +1,6 @@
|
|||||||
[{
|
[{
|
||||||
"code": "invalid_var_declaration",
|
"code": "invalid_var_declaration",
|
||||||
"message": "\"var\" scope should not extend outside the reactive block",
|
"message": "\"var\" scope should not extend outside the reactive block",
|
||||||
"start": { "line": 14, "column": 7, "character": 204 },
|
"start": { "line": 14, "column": 7 },
|
||||||
"end": { "line": 14, "column": 16, "character": 213 },
|
"end": { "line": 14, "column": 16 }
|
||||||
"pos": 204
|
|
||||||
}]
|
}]
|
||||||
|
|||||||
@ -1,7 +1,6 @@
|
|||||||
[{
|
[{
|
||||||
"code": "invalid_var_declaration",
|
"code": "invalid_var_declaration",
|
||||||
"message": "\"var\" scope should not extend outside the reactive block",
|
"message": "\"var\" scope should not extend outside the reactive block",
|
||||||
"start": { "line": 4, "column": 2, "character": 32 },
|
"start": { "line": 4, "column": 2 },
|
||||||
"end": { "line": 4, "column": 50, "character": 80 },
|
"end": { "line": 4, "column": 50 }
|
||||||
"pos": 32
|
|
||||||
}]
|
}]
|
||||||
|
|||||||
Loading…
Reference in new issue