You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/svelte/tests/validator/samples/bidirectional-control-characters/warnings.json
+25-1Lines changed: 25 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,31 @@
8
8
},
9
9
"end": {
10
10
"line": 4,
11
-
"column": 0
11
+
"column": 2
12
+
}
13
+
},
14
+
{
15
+
"code": "bidirectional_control_characters",
16
+
"message": "A bidirectional control character was detected in your code. These characters can be used to alter the visual direction of your code and could have unintended consequences",
17
+
"start": {
18
+
"line": 4,
19
+
"column": 5
20
+
},
21
+
"end": {
22
+
"line": 4,
23
+
"column": 7
24
+
}
25
+
},
26
+
{
27
+
"code": "bidirectional_control_characters",
28
+
"message": "A bidirectional control character was detected in your code. These characters can be used to alter the visual direction of your code and could have unintended consequences",
0 commit comments