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
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -170,11 +170,11 @@ module ts {
170
170
Invalid_use_of_0_Class_definitions_are_automatically_in_strict_mode: {code: 1210,category: DiagnosticCategory.Error,key: "Invalid use of '{0}'. Class definitions are automatically in strict mode."},
171
171
A_class_declaration_without_the_default_modifier_must_have_a_name: {code: 1211,category: DiagnosticCategory.Error,key: "A class declaration without the 'default' modifier must have a name"},
172
172
Identifier_expected_0_is_a_reserved_word_in_strict_mode: {code: 1212,category: DiagnosticCategory.Error,key: "Identifier expected. '{0}' is a reserved word in strict mode"},
173
-
Identifier_expected_0_is_a_reserved_word_Class_definitions_are_automatically_in_strict_mode: {code: 1213,category: DiagnosticCategory.Error,key: "Identifier expected. '{0}' is a reserved word. Class definitions are automatically in strict mode."},
174
-
Identifier_expected_0_is_a_reserved_word_Module_is_automatically_in_strict_mode: {code: 1214,category: DiagnosticCategory.Error,key: "Identifier expected. '{0}' is a reserved word. Module is automatically in strict mode."},
173
+
Identifier_expected_0_is_a_reserved_word_in_strict_mode_Class_definitions_are_automatically_in_strict_mode: {code: 1213,category: DiagnosticCategory.Error,key: "Identifier expected. '{0}' is a reserved word in strict mode. Class definitions are automatically in strict mode."},
174
+
Identifier_expected_0_is_a_reserved_word_in_strict_mode_Module_is_automatically_in_strict_mode: {code: 1214,category: DiagnosticCategory.Error,key: "Identifier expected. '{0}' is a reserved word in strict mode. Module is automatically in strict mode."},
175
175
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"},
176
-
Type_expected_0_is_a_reserved_word_Class_definitions_are_automatically_in_strict_mode: {code: 1216,category: DiagnosticCategory.Error,key: "Type expected. '{0}' is a reserved word. Class definitions are automatically in strict mode."},
177
-
Type_expected_0_is_a_reserved_word_Module_is_automatically_in_strict_mode: {code: 1217,category: DiagnosticCategory.Error,key: "Type expected. '{0}' is a reserved word. Module is automatically in strict mode."},
176
+
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."},
177
+
Type_expected_0_is_a_reserved_word_in_strict_mode_Module_is_automatically_in_strict_mode: {code: 1217,category: DiagnosticCategory.Error,key: "Type expected. '{0}' is a reserved word in strict mode. Module is automatically in strict mode."},
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."},
180
180
Static_members_cannot_reference_class_type_parameters: {code: 2302,category: DiagnosticCategory.Error,key: "Static members cannot reference class type parameters."},
tests/cases/compiler/constructorStaticParamName.ts(4,18): error TS1213: Identifier expected. 'static' is a reserved word. Class definitions are automatically in strict mode.
1
+
tests/cases/compiler/constructorStaticParamName.ts(4,18): error TS1213: Identifier expected. 'static' is a reserved word in strict mode. Class definitions are automatically in strict mode.
tests/cases/compiler/constructorStaticParamNameErrors.ts(4,18): error TS1213: Identifier expected. 'static' is a reserved word. Class definitions are automatically in strict mode.
1
+
tests/cases/compiler/constructorStaticParamNameErrors.ts(4,18): error TS1213: Identifier expected. 'static' is a reserved word in strict mode. Class definitions are automatically in strict mode.
0 commit comments