-
-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
76 additions
and
60 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,9 @@ | ||
[{ | ||
"code": "invalid-const-declaration", | ||
"message": "'a' has already been declared", | ||
"start": { "line": 7, "column": 2, "character": 84 }, | ||
"end": { "line": 7, "column": 19, "character": 101 }, | ||
"pos": 84 | ||
}] | ||
[ | ||
{ | ||
"code": "invalid-const-declaration", | ||
"message": "'a' has already been declared", | ||
"start": { "line": 7, "column": 2, "character": 84 }, | ||
"end": { "line": 7, "column": 19, "character": 101 }, | ||
"pos": 84 | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,9 @@ | ||
[{ | ||
"code": "invalid-const-declaration", | ||
"message": "'item' has already been declared", | ||
"start": { "line": 6, "column": 2, "character": 64 }, | ||
"end": { "line": 6, "column": 21, "character": 83 }, | ||
"pos": 64 | ||
}] | ||
[ | ||
{ | ||
"code": "invalid-const-declaration", | ||
"message": "'item' has already been declared", | ||
"start": { "line": 6, "column": 2, "character": 64 }, | ||
"end": { "line": 6, "column": 21, "character": 83 }, | ||
"pos": 64 | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,9 @@ | ||
[{ | ||
"code": "cyclical-constant-tags", | ||
"message": "Cyclical dependency detected: b → c → b", | ||
"start": { "line": 6, "column": 2, "character": 61 }, | ||
"end": { "line": 6, "column": 20, "character": 79 }, | ||
"pos": 61 | ||
}] | ||
[ | ||
{ | ||
"code": "cyclical-constant-tags", | ||
"message": "Cyclical dependency detected: b → c → b", | ||
"start": { "line": 6, "column": 2, "character": 61 }, | ||
"end": { "line": 6, "column": 20, "character": 79 }, | ||
"pos": 61 | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,9 @@ | ||
[{ | ||
"code": "invalid-const-placement", | ||
"message": "{@const} must be the immediate child of {#each}, {:then}, {:catch}, <svelte:fragment> and <Component>", | ||
"start": { "line": 5, "column": 0, "character": 36 }, | ||
"end": { "line": 5, "column": 18, "character": 54 }, | ||
"pos": 36 | ||
}] | ||
[ | ||
{ | ||
"code": "invalid-const-placement", | ||
"message": "{@const} must be the immediate child of {#each}, {:then}, {:catch}, <svelte:fragment> and <Component>", | ||
"start": { "line": 5, "column": 0, "character": 36 }, | ||
"end": { "line": 5, "column": 18, "character": 54 }, | ||
"pos": 36 | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,9 @@ | ||
[{ | ||
"code": "invalid-const-placement", | ||
"message": "{@const} must be the immediate child of {#each}, {:then}, {:catch}, <svelte:fragment> and <Component>", | ||
"start": { "line": 6, "column": 2, "character": 46 }, | ||
"end": { "line": 6, "column": 20, "character": 64 }, | ||
"pos": 46 | ||
}] | ||
[ | ||
{ | ||
"code": "invalid-const-placement", | ||
"message": "{@const} must be the immediate child of {#each}, {:then}, {:catch}, <svelte:fragment> and <Component>", | ||
"start": { "line": 6, "column": 2, "character": 46 }, | ||
"end": { "line": 6, "column": 20, "character": 64 }, | ||
"pos": 46 | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,9 @@ | ||
[{ | ||
"code": "invalid-const-placement", | ||
"message": "{@const} must be the immediate child of {#each}, {:then}, {:catch}, <svelte:fragment> and <Component>", | ||
"start": { "line": 7, "column": 4, "character": 63 }, | ||
"end": { "line": 7, "column": 18, "character": 77 }, | ||
"pos": 63 | ||
}] | ||
[ | ||
{ | ||
"code": "invalid-const-placement", | ||
"message": "{@const} must be the immediate child of {#each}, {:then}, {:catch}, <svelte:fragment> and <Component>", | ||
"start": { "line": 7, "column": 4, "character": 63 }, | ||
"end": { "line": 7, "column": 18, "character": 77 }, | ||
"pos": 63 | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,9 @@ | ||
[{ | ||
"code": "invalid-const-update", | ||
"message": "'b' is declared using {@const ...} and it is read-only", | ||
"start": { "line": 7, "column": 26, "character": 106 }, | ||
"end": { "line": 7, "column": 30, "character": 110 }, | ||
"pos": 106 | ||
}] | ||
[ | ||
{ | ||
"code": "invalid-const-update", | ||
"message": "'b' is declared using {@const ...} and it is read-only", | ||
"start": { "line": 7, "column": 26, "character": 106 }, | ||
"end": { "line": 7, "column": 30, "character": 110 }, | ||
"pos": 106 | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,9 @@ | ||
[{ | ||
"code": "invalid-binding", | ||
"message": "Cannot bind to a variable declared with {@const ...}", | ||
"start": { "line": 7, "column": 9, "character": 89 }, | ||
"end": { "line": 7, "column": 23, "character": 103 }, | ||
"pos": 89 | ||
}] | ||
[ | ||
{ | ||
"code": "invalid-binding", | ||
"message": "Cannot bind to a variable declared with {@const ...}", | ||
"start": { "line": 7, "column": 9, "character": 89 }, | ||
"end": { "line": 7, "column": 23, "character": 103 }, | ||
"pos": 89 | ||
} | ||
] |