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
+3-1
Original file line number
Diff line number
Diff line change
@@ -353,6 +353,9 @@ module ts {
353
353
Parameter_0_of_exported_function_has_or_is_using_name_1_from_external_module_2_but_cannot_be_named: {code: 4076,category: DiagnosticCategory.Error,key: "Parameter '{0}' of exported function has or is using name '{1}' from external module {2} but cannot be named."},
354
354
Parameter_0_of_exported_function_has_or_is_using_name_1_from_private_module_2: {code: 4077,category: DiagnosticCategory.Error,key: "Parameter '{0}' of exported function has or is using name '{1}' from private module '{2}'."},
355
355
Parameter_0_of_exported_function_has_or_is_using_private_name_1: {code: 4078,category: DiagnosticCategory.Error,key: "Parameter '{0}' of exported function has or is using private name '{1}'."},
356
+
Enum_declarations_must_all_be_const_or_non_const: {code: 4079,category: DiagnosticCategory.Error,key: "Enum declarations must all be const or non-const."},
357
+
In_const_enum_declarations_member_initializer_must_be_constant_expression: {code: 4079,category: DiagnosticCategory.Error,key: "In 'const' enum declarations member initializer must be constant expression."},
358
+
const_enums_can_only_be_used_in_property_access_expressions: {code: 4079,category: DiagnosticCategory.Error,key: "'const' enums can only be used in property access expressions."},
356
359
The_current_host_does_not_support_the_0_option: {code: 5001,category: DiagnosticCategory.Error,key: "The current host does not support the '{0}' option."},
357
360
Cannot_find_the_common_subdirectory_path_for_the_input_files: {code: 5009,category: DiagnosticCategory.Error,key: "Cannot find the common subdirectory path for the input files."},
0 commit comments