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
-2
Original file line number
Diff line number
Diff line change
@@ -164,8 +164,6 @@ module ts {
164
164
Cannot_compile_external_modules_into_amd_or_commonjs_when_targeting_es6_or_higher: {code: 1204,category: DiagnosticCategory.Error,key: "Cannot compile external modules into amd or commonjs when targeting es6 or higher."},
165
165
Decorators_are_only_available_when_targeting_ECMAScript_5_and_higher: {code: 1205,category: DiagnosticCategory.Error,key: "Decorators are only available when targeting ECMAScript 5 and higher."},
166
166
Decorators_are_not_valid_here: {code: 1206,category: DiagnosticCategory.Error,key: "Decorators are not valid here."},
167
-
A_decorator_may_not_change_the_type_of_a_member: {code: 1208,category: DiagnosticCategory.Error,key: "A decorator may not change the type of a member."},
168
-
A_decorator_may_not_change_the_type_of_a_class: {code: 1209,category: DiagnosticCategory.Error,key: "A decorator may not change the type of a class."},
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."},
171
169
Static_members_cannot_reference_class_type_parameters: {code: 2302,category: DiagnosticCategory.Error,key: "Static members cannot reference class type parameters."},
0 commit comments