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-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -174,6 +174,7 @@ module ts {
174
174
Type_expected_0_is_a_reserved_word_in_strict_mode: {code: 1215,category: DiagnosticCategory.Error,key: "Type expected. '{0}' is a reserved word in strict mode"},
175
175
Type_expected_0_is_a_reserved_word_in_strict_mode_Class_definitions_are_automatically_in_strict_mode: {code: 1216,category: DiagnosticCategory.Error,key: "Type expected. '{0}' is a reserved word in strict mode. Class definitions are automatically in strict mode."},
176
176
Export_assignment_is_not_supported_when_module_flag_is_system: {code: 1218,category: DiagnosticCategory.Error,key: "Export assignment is not supported when '--module' flag is 'system'."},
177
+
_0_tag_already_specified: {code: 1219,category: DiagnosticCategory.Error,key: "'{0}' tag already specified."},
Initializer_of_instance_member_variable_0_cannot_reference_identifier_1_declared_in_the_constructor: {code: 2301,category: DiagnosticCategory.Error,key: "Initializer of instance member variable '{0}' cannot reference identifier '{1}' declared in the constructor."},
179
180
Static_members_cannot_reference_class_type_parameters: {code: 2302,category: DiagnosticCategory.Error,key: "Static members cannot reference class type parameters."},
@@ -535,7 +536,6 @@ module ts {
535
536
types_can_only_be_used_in_a_ts_file: {code: 8010,category: DiagnosticCategory.Error,key: "'types' can only be used in a .ts file."},
536
537
type_arguments_can_only_be_used_in_a_ts_file: {code: 8011,category: DiagnosticCategory.Error,key: "'type arguments' can only be used in a .ts file."},
537
538
parameter_modifiers_can_only_be_used_in_a_ts_file: {code: 8012,category: DiagnosticCategory.Error,key: "'parameter modifiers' can only be used in a .ts file."},
538
-
can_only_be_used_in_a_ts_file: {code: 8013,category: DiagnosticCategory.Error,key: "'?' can only be used in a .ts file."},
539
539
property_declarations_can_only_be_used_in_a_ts_file: {code: 8014,category: DiagnosticCategory.Error,key: "'property declarations' can only be used in a .ts file."},
540
540
enum_declarations_can_only_be_used_in_a_ts_file: {code: 8015,category: DiagnosticCategory.Error,key: "'enum declarations' can only be used in a .ts file."},
541
541
type_assertion_expressions_can_only_be_used_in_a_ts_file: {code: 8016,category: DiagnosticCategory.Error,key: "'type assertion expressions' can only be used in a .ts file."},
0 commit comments