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
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -122,6 +122,7 @@ module ts {
122
122
let_declarations_can_only_be_declared_inside_a_block: {code: 1157,category: DiagnosticCategory.Error,key: "'let' declarations can only be declared inside a block."},
Tagged_templates_are_only_available_when_targeting_ECMAScript_6_and_higher: {code: 1159,category: DiagnosticCategory.Error,key: "Tagged templates are only available when targeting ECMAScript 6 and higher."},
125
+
A_object_member_cannot_be_declared_optional: {code: 1160,category: DiagnosticCategory.Error,key: "A object member cannot be declared optional."},
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."},
127
128
Static_members_cannot_reference_class_type_parameters: {code: 2302,category: DiagnosticCategory.Error,key: "Static members cannot reference class type parameters."},
0 commit comments