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.": {
2576
+
"category": "Message",
2577
+
"code": 6112
2578
+
},
2579
+
2574
2580
"Variable '{0}' implicitly has an '{1}' type.": {
2575
2581
"category": "Error",
2576
2582
"code": 7005
@@ -2757,23 +2763,23 @@
2757
2763
"code": 17004
2758
2764
},
2759
2765
"A constructor cannot contain a 'super' call when its class extends 'null'": {
2760
-
"category": "Error",
2761
-
"code": 17005
2766
+
"category": "Error",
2767
+
"code": 17005
2762
2768
},
2763
2769
"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.": {
2764
-
"category": "Error",
2765
-
"code": 17006
2770
+
"category": "Error",
2771
+
"code": 17006
2766
2772
},
2767
2773
"A type assertion expression is not allowed in the left-hand side of an exponentiation expression. Consider enclosing the expression in parentheses.": {
2768
-
"category": "Error",
2769
-
"code": 17007
2774
+
"category": "Error",
2775
+
"code": 17007
2770
2776
},
2771
2777
"JSX element '{0}' has no corresponding closing tag.": {
2772
-
"category": "Error",
2773
-
"code": 17008
2778
+
"category": "Error",
2779
+
"code": 17008
2774
2780
},
2775
2781
"'super' must be called before accessing 'this' in the constructor of a derived class.": {
0 commit comments