pull/6800/head
Simon H 3 years ago committed by GitHub
parent ef08ef3dc0
commit db7fa5e2d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,7 +1,6 @@
[{
"code": "invalid_var_declaration",
"message": "\"var\" scope should not extend outside the reactive block",
"start": { "line": 14, "column": 7, "character": 204 },
"end": { "line": 14, "column": 16, "character": 213 },
"pos": 204
"start": { "line": 14, "column": 7 },
"end": { "line": 14, "column": 16 }
}]

@ -1,7 +1,6 @@
[{
"code": "invalid_var_declaration",
"message": "\"var\" scope should not extend outside the reactive block",
"start": { "line": 4, "column": 2, "character": 32 },
"end": { "line": 4, "column": 50, "character": 80 },
"pos": 32
"start": { "line": 4, "column": 2 },
"end": { "line": 4, "column": 50 }
}]

Loading…
Cancel
Save