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-1
Original file line number
Diff line number
Diff line change
@@ -352,7 +352,7 @@ module ts {
352
352
Exported_type_alias_0_has_or_is_using_private_name_1: {code: 4081,category: DiagnosticCategory.Error,key: "Exported type alias '{0}' has or is using private name '{1}'."},
353
353
Enum_declarations_must_all_be_const_or_non_const: {code: 4082,category: DiagnosticCategory.Error,key: "Enum declarations must all be const or non-const."},
354
354
In_const_enum_declarations_member_initializer_must_be_constant_expression: {code: 4083,category: DiagnosticCategory.Error,key: "In 'const' enum declarations member initializer must be constant expression."},
355
-
const_enums_can_only_be_used_in_property_access_expressions: {code: 4084,category: DiagnosticCategory.Error,key: "'const' enums can only be used in property accessexpressions."},
355
+
const_enums_can_only_be_used_in_property_access_Slashindex_access_expressions_and_as_right_hand_side_in_import_declarations_Slashexport_assignments: {code: 4084,category: DiagnosticCategory.Error,key: "'const' enums can only be used in property access/index access expressions and as right hand side in import declarations/export assignments."},
356
356
Index_expression_arguments_in_const_enums_must_be_of_type_string: {code: 4085,category: DiagnosticCategory.Error,key: "Index expression arguments in 'const' enums must be of type 'string'."},
357
357
const_enum_member_initializer_was_evaluated_to_a_non_finite_number: {code: 4086,category: DiagnosticCategory.Error,key: "'const' enum member initializer was evaluated to a non-finite number."},
358
358
const_enum_member_initializer_was_evaluated_to_NaN: {code: 4087,category: DiagnosticCategory.Error,key: "'const' enum member initializer was evaluated to NaN."},
0 commit comments