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
"Do not emit 'use strict' directives in module output.": {
2450
+
"category": "Message",
2451
+
"code": 6112
2452
+
},
2448
2453
2449
2454
"Variable '{0}' implicitly has an '{1}' type.": {
2450
2455
"category": "Error",
@@ -2632,23 +2637,23 @@
2632
2637
"code": 17004
2633
2638
},
2634
2639
"A constructor cannot contain a 'super' call when its class extends 'null'": {
2635
-
"category": "Error",
2636
-
"code": 17005
2640
+
"category": "Error",
2641
+
"code": 17005
2637
2642
},
2638
2643
"An unary expression with the '{0}' operator is not allowed in the left-hand side of an exponentiation expression. Consider enclosing the expression in parentheses.": {
2639
-
"category": "Error",
2640
-
"code": 17006
2644
+
"category": "Error",
2645
+
"code": 17006
2641
2646
},
2642
2647
"A type assertion expression is not allowed in the left-hand side of an exponentiation expression. Consider enclosing the expression in parentheses.": {
2643
-
"category": "Error",
2644
-
"code": 17007
2648
+
"category": "Error",
2649
+
"code": 17007
2645
2650
},
2646
2651
"JSX element '{0}' has no corresponding closing tag.": {
2647
-
"category": "Error",
2648
-
"code": 17008
2652
+
"category": "Error",
2653
+
"code": 17008
2649
2654
},
2650
2655
"'super' must be called before accessing 'this' in the constructor of a derived class.": {
0 commit comments