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
@@ -177,6 +177,7 @@ module ts {
177
177
Generators_are_only_available_when_targeting_ECMAScript_6_or_higher: {code: 1219,category: DiagnosticCategory.Error,key: "Generators are only available when targeting ECMAScript 6 or higher."},
178
178
Generators_are_not_allowed_in_an_ambient_context: {code: 1220,category: DiagnosticCategory.Error,key: "Generators are not allowed in an ambient context."},
179
179
An_overload_signature_cannot_be_declared_as_a_generator: {code: 1221,category: DiagnosticCategory.Error,key: "An overload signature cannot be declared as a generator."},
180
+
_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."},
182
183
Static_members_cannot_reference_class_type_parameters: {code: 2302,category: DiagnosticCategory.Error,key: "Static members cannot reference class type parameters."},
@@ -541,7 +542,6 @@ module ts {
541
542
types_can_only_be_used_in_a_ts_file: {code: 8010,category: DiagnosticCategory.Error,key: "'types' can only be used in a .ts file."},
542
543
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."},
543
544
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."},
544
-
can_only_be_used_in_a_ts_file: {code: 8013,category: DiagnosticCategory.Error,key: "'?' can only be used in a .ts file."},
545
545
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."},
546
546
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."},
547
547
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