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
+14-6Lines changed: 14 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -663,7 +663,7 @@
663
663
"category": "Error",
664
664
"code": 1208
665
665
},
666
-
"Invalid use of '{0}'. Class definitions are automatically in strict mode.": {
666
+
"Code contained in a class is evaluated in JavaScript's strict mode which does not allow this use of '{0}'. For more information, see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Strict_mode.": {
667
667
"category": "Error",
668
668
"code": 1210
669
669
},
@@ -5459,7 +5459,7 @@
5459
5459
"category": "Message",
5460
5460
"code": 6659
5461
5461
},
5462
-
"Disable emitting file from a compilation.": {
5462
+
"Disable emitting files from a compilation.": {
5463
5463
"category": "Message",
5464
5464
"code": 6660
5465
5465
},
@@ -5559,7 +5559,7 @@
5559
5559
"category": "Message",
5560
5560
"code": 6684
5561
5561
},
5562
-
"Enable color and formatting in output to make compiler errors easier to read": {
5562
+
"Enable color and formatting in TypeScript's output to make compiler errors easier to read": {
5563
5563
"category": "Message",
5564
5564
"code": 6685
5565
5565
},
@@ -5788,7 +5788,7 @@
5788
5788
"category": "Message",
5789
5789
"code": 6923
5790
5790
},
5791
-
"Ignoring tsconfig.json, compiles the specified files with default compiler options": {
5791
+
"Ignoring tsconfig.json, compiles the specified files with default compiler options.": {
5792
5792
"category": "Message",
5793
5793
"code": 6924
5794
5794
},
@@ -5800,15 +5800,15 @@
5800
5800
"category": "Message",
5801
5801
"code": 6926
5802
5802
},
5803
-
"Compiles the TypeScript project located at the specified path": {
5803
+
"Compiles the TypeScript project located at the specified path.": {
5804
5804
"category": "Message",
5805
5805
"code": 6927
5806
5806
},
5807
5807
"An expanded version of this information, showing all possible compiler options": {
5808
5808
"category": "Message",
5809
5809
"code": 6928
5810
5810
},
5811
-
"Compiles the current project, with additional settings": {
5811
+
"Compiles the current project, with additional settings.": {
5812
5812
"category": "Message",
5813
5813
"code": 6929
5814
5814
},
@@ -7110,6 +7110,14 @@
7110
7110
"category": "Message",
7111
7111
"code": 95166
7112
7112
},
7113
+
"Add missing attributes": {
7114
+
"category": "Message",
7115
+
"code": 95167
7116
+
},
7117
+
"Add all missing attributes": {
7118
+
"category": "Message",
7119
+
"code": 95168
7120
+
},
7113
7121
7114
7122
"No value exists in scope for the shorthand property '{0}'. Either declare one or provide an initializer.": {
0 commit comments