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
Original file line number
Diff line number
Diff line change
@@ -157,6 +157,7 @@ module ts {
157
157
Catch_clause_variable_cannot_have_an_initializer: {code: 1197,category: DiagnosticCategory.Error,key: "Catch clause variable cannot have an initializer."},
158
158
An_extended_Unicode_escape_value_must_be_between_0x0_and_0x10FFFF_inclusive: {code: 1198,category: DiagnosticCategory.Error,key: "An extended Unicode escape value must be between 0x0 and 0x10FFFF inclusive."},
Type_annotation_on_export_statements_are_only_allowed_in_ambient_module_declarations: {code: 1200,category: DiagnosticCategory.Error,key: "Type annotation on export statements are only allowed in ambient module declarations."},
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."},
162
163
Static_members_cannot_reference_class_type_parameters: {code: 2302,category: DiagnosticCategory.Error,key: "Static members cannot reference class type parameters."},
tests/cases/compiler/exportDefaultTypeAnnoation.ts(2,18): error TS1200: Type annotation on export statements are only allowed in ambient module declarations.
0 commit comments