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/diagnosticInformationMap.generated.ts
+1
Original file line number
Diff line number
Diff line change
@@ -272,6 +272,7 @@ module ts {
272
272
Block_scoped_variable_0_used_before_its_declaration: {code: 2448,category: DiagnosticCategory.Error,key: "Block-scoped variable '{0}' used before its declaration."},
273
273
The_operand_of_an_increment_or_decrement_operator_cannot_be_a_constant: {code: 2449,category: DiagnosticCategory.Error,key: "The operand of an increment or decrement operator cannot be a constant."},
274
274
Left_hand_side_of_assignment_expression_cannot_be_a_constant: {code: 2450,category: DiagnosticCategory.Error,key: "Left-hand side of assignment expression cannot be a constant."},
Import_declaration_0_is_using_private_name_1: {code: 4000,category: DiagnosticCategory.Error,key: "Import declaration '{0}' is using private name '{1}'."},
276
277
Type_parameter_0_of_exported_class_has_or_is_using_name_1_from_private_module_2: {code: 4001,category: DiagnosticCategory.Error,key: "Type parameter '{0}' of exported class has or is using name '{1}' from private module '{2}'."},
277
278
Type_parameter_0_of_exported_class_has_or_is_using_private_name_1: {code: 4002,category: DiagnosticCategory.Error,key: "Type parameter '{0}' of exported class has or is using private name '{1}'."},
0 commit comments