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
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -307,6 +307,7 @@ module ts {
307
307
The_0_operator_cannot_be_applied_to_type_symbol: {code: 2469,category: DiagnosticCategory.Error,key: "The '{0}' operator cannot be applied to type 'symbol'."},
308
308
Symbol_reference_does_not_refer_to_the_global_Symbol_constructor_object: {code: 2470,category: DiagnosticCategory.Error,key: "'Symbol' reference does not refer to the global Symbol constructor object."},
309
309
A_computed_property_name_of_the_form_0_must_be_of_type_symbol: {code: 2471,category: DiagnosticCategory.Error,key: "A computed property name of the form '{0}' must be of type 'symbol'."},
310
+
Spread_operator_in_new_expressions_is_only_available_when_targeting_ECMAScript_6_and_higher: {code: 2472,category: DiagnosticCategory.Error,key: "Spread operator in 'new' expressions is only available when targeting ECMAScript 6 and higher."},
310
311
Import_declaration_0_is_using_private_name_1: {code: 4000,category: DiagnosticCategory.Error,key: "Import declaration '{0}' is using private name '{1}'."},
311
312
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}'."},
312
313
Type_parameter_0_of_exported_interface_has_or_is_using_private_name_1: {code: 4004,category: DiagnosticCategory.Error,key: "Type parameter '{0}' of exported interface has or is using private name '{1}'."},
@@ -383,6 +384,7 @@ module ts {
383
384
const_enum_member_initializer_was_evaluated_to_a_non_finite_value: {code: 4086,category: DiagnosticCategory.Error,key: "'const' enum member initializer was evaluated to a non-finite value."},
384
385
const_enum_member_initializer_was_evaluated_to_disallowed_value_NaN: {code: 4087,category: DiagnosticCategory.Error,key: "'const' enum member initializer was evaluated to disallowed value 'NaN'."},
385
386
Property_0_does_not_exist_on_const_enum_1: {code: 4088,category: DiagnosticCategory.Error,key: "Property '{0}' does not exist on 'const' enum '{1}'."},
387
+
let_is_not_allowed_to_be_used_as_a_name_in_let_or_const_declarations: {code: 4089,category: DiagnosticCategory.Error,key: "'let' is not allowed to be used as a name in 'let' or 'const' declarations."},
386
388
The_current_host_does_not_support_the_0_option: {code: 5001,category: DiagnosticCategory.Error,key: "The current host does not support the '{0}' option."},
387
389
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