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: src/compiler/diagnosticMessages.json
+1-9Lines changed: 1 addition & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -1011,10 +1011,6 @@
1011
1011
"category": "Message",
1012
1012
"code": 1350
1013
1013
},
1014
-
"Experimental support for BigInt is a feature that is subject to change in a future release. Set the 'experimentalBigInt' option to remove this warning.": {
1015
-
"category": "Error",
1016
-
"code": 1351
1017
-
},
1018
1014
1019
1015
"Duplicate identifier '{0}'.": {
1020
1016
"category": "Error",
@@ -2505,7 +2501,7 @@
2505
2501
"category": "Error",
2506
2502
"code": 2736
2507
2503
},
2508
-
"BigInt literals are not available when targetting lower than ESNext.": {
2504
+
"BigInt literals are not available when targeting lower than ESNext.": {
2509
2505
"category": "Error",
2510
2506
"code": 2737
2511
2507
},
@@ -3921,10 +3917,6 @@
3921
3917
"category": "Error",
3922
3918
"code": 6370
3923
3919
},
3924
-
"Enables experimental support for ESNext BigInt literals.": {
3925
-
"category": "Message",
3926
-
"code": 6371
3927
-
},
3928
3920
3929
3921
"The expected type comes from property '{0}' which is declared here on type '{1}'": {
0 commit comments