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
regularExpressionScanning.ts(38,15): error TS1522: A character class must not contain a reserved double punctuator. Did you mean to escape it with backslash?
164
164
regularExpressionScanning.ts(38,20): error TS1519: Operators must not be mixed within a character class. Wrap it in a nested class instead.
165
165
regularExpressionScanning.ts(38,28): error TS1519: Operators must not be mixed within a character class. Wrap it in a nested class instead.
166
166
regularExpressionScanning.ts(38,40): error TS1519: Operators must not be mixed within a character class. Wrap it in a nested class instead.
167
167
regularExpressionScanning.ts(38,47): error TS1519: Operators must not be mixed within a character class. Wrap it in a nested class instead.
168
168
regularExpressionScanning.ts(38,49): error TS1519: Operators must not be mixed within a character class. Wrap it in a nested class instead.
169
-
regularExpressionScanning.ts(38,50): error TS1520: Expected a class set oprand.
169
+
regularExpressionScanning.ts(38,50): error TS1520: Expected a class set operand.
170
170
regularExpressionScanning.ts(38,55): error TS1511: '\q' is only available inside character class.
171
171
regularExpressionScanning.ts(38,57): error TS1508: Unexpected '{'. Did you mean to escape it with backslash?
172
172
regularExpressionScanning.ts(38,61): error TS1508: Unexpected '}'. Did you mean to escape it with backslash?
173
173
regularExpressionScanning.ts(38,66): error TS1508: Unexpected '-'. Did you mean to escape it with backslash?
regularExpressionScanning.ts(38,15): error TS1522: A character class must not contain a reserved double punctuator. Did you mean to escape it with backslash?
171
171
regularExpressionScanning.ts(38,20): error TS1519: Operators must not be mixed within a character class. Wrap it in a nested class instead.
172
172
regularExpressionScanning.ts(38,28): error TS1519: Operators must not be mixed within a character class. Wrap it in a nested class instead.
173
173
regularExpressionScanning.ts(38,40): error TS1519: Operators must not be mixed within a character class. Wrap it in a nested class instead.
174
174
regularExpressionScanning.ts(38,47): error TS1519: Operators must not be mixed within a character class. Wrap it in a nested class instead.
175
175
regularExpressionScanning.ts(38,49): error TS1519: Operators must not be mixed within a character class. Wrap it in a nested class instead.
176
-
regularExpressionScanning.ts(38,50): error TS1520: Expected a class set oprand.
176
+
regularExpressionScanning.ts(38,50): error TS1520: Expected a class set operand.
177
177
regularExpressionScanning.ts(38,55): error TS1511: '\q' is only available inside character class.
178
178
regularExpressionScanning.ts(38,57): error TS1508: Unexpected '{'. Did you mean to escape it with backslash?
179
179
regularExpressionScanning.ts(38,61): error TS1508: Unexpected '}'. Did you mean to escape it with backslash?
180
180
regularExpressionScanning.ts(38,66): error TS1508: Unexpected '-'. Did you mean to escape it with backslash?
regularExpressionScanning.ts(38,15): error TS1522: A character class must not contain a reserved double punctuator. Did you mean to escape it with backslash?
148
148
regularExpressionScanning.ts(38,20): error TS1519: Operators must not be mixed within a character class. Wrap it in a nested class instead.
149
149
regularExpressionScanning.ts(38,28): error TS1519: Operators must not be mixed within a character class. Wrap it in a nested class instead.
150
150
regularExpressionScanning.ts(38,40): error TS1519: Operators must not be mixed within a character class. Wrap it in a nested class instead.
151
151
regularExpressionScanning.ts(38,47): error TS1519: Operators must not be mixed within a character class. Wrap it in a nested class instead.
152
152
regularExpressionScanning.ts(38,49): error TS1519: Operators must not be mixed within a character class. Wrap it in a nested class instead.
153
-
regularExpressionScanning.ts(38,50): error TS1520: Expected a class set oprand.
153
+
regularExpressionScanning.ts(38,50): error TS1520: Expected a class set operand.
154
154
regularExpressionScanning.ts(38,55): error TS1511: '\q' is only available inside character class.
155
155
regularExpressionScanning.ts(38,57): error TS1508: Unexpected '{'. Did you mean to escape it with backslash?
156
156
regularExpressionScanning.ts(38,61): error TS1508: Unexpected '}'. Did you mean to escape it with backslash?
157
157
regularExpressionScanning.ts(38,66): error TS1508: Unexpected '-'. Did you mean to escape it with backslash?
regularExpressionScanning.ts(41,5): error TS1518: Anything that would possibly match more than a single character is invalid inside a negated character class.
@@ -503,9 +503,9 @@ regularExpressionScanning.ts(47,89): error TS1518: Anything that would possibly
503
503
504
504
!!! error TS1005: '--' expected.
505
505
506
-
!!! error TS1520: Expected a class set oprand.
506
+
!!! error TS1520: Expected a class set operand.
507
507
508
-
!!! error TS1520: Expected a class set oprand.
508
+
!!! error TS1520: Expected a class set operand.
509
509
510
510
!!! error TS1005: '--' expected.
511
511
~~
@@ -521,7 +521,7 @@ regularExpressionScanning.ts(47,89): error TS1518: Anything that would possibly
521
521
~
522
522
!!! error TS1519: Operators must not be mixed within a character class. Wrap it in a nested class instead.
523
523
524
-
!!! error TS1520: Expected a class set oprand.
524
+
!!! error TS1520: Expected a class set operand.
525
525
~~
526
526
!!! error TS1511: '\q' is only available inside character class.
527
527
~
@@ -533,11 +533,11 @@ regularExpressionScanning.ts(47,89): error TS1518: Anything that would possibly
533
533
534
534
!!! error TS1005: '--' expected.
535
535
536
-
!!! error TS1520: Expected a class set oprand.
536
+
!!! error TS1520: Expected a class set operand.
537
537
~
538
538
!!! error TS1508: Unexpected '&'. Did you mean to escape it with backslash?
0 commit comments