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-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -364,6 +364,7 @@ module ts {
364
364
A_class_can_only_implement_an_identifier_Slashqualified_name_with_optional_type_arguments: {code: 2500,category: DiagnosticCategory.Error,key: "A class can only implement an identifier/qualified-name with optional type arguments."},
365
365
A_rest_element_cannot_contain_a_binding_pattern: {code: 2501,category: DiagnosticCategory.Error,key: "A rest element cannot contain a binding pattern."},
366
366
_0_is_referenced_directly_or_indirectly_in_its_own_type_annotation: {code: 2502,category: DiagnosticCategory.Error,key: "'{0}' is referenced directly or indirectly in its own type annotation."},
Import_declaration_0_is_using_private_name_1: {code: 4000,category: DiagnosticCategory.Error,key: "Import declaration '{0}' is using private name '{1}'."},
368
369
Type_parameter_0_of_exported_class_has_or_is_using_private_name_1: {code: 4002,category: DiagnosticCategory.Error,key: "Type parameter '{0}' of exported class has or is using private name '{1}'."},
369
370
Type_parameter_0_of_exported_interface_has_or_is_using_private_name_1: {code: 4004,category: DiagnosticCategory.Error,key: "Type parameter '{0}' of exported interface has or is using private name '{1}'."},
Raise_error_on_expressions_and_declarations_with_an_implied_any_type: {code: 6052,category: DiagnosticCategory.Message,key: "Raise error on expressions and declarations with an implied 'any' type."},
499
500
File_0_not_found: {code: 6053,category: DiagnosticCategory.Error,key: "File '{0}' not found."},
500
-
File_0_must_have_extension_ts_or_d_ts: {code: 6054,category: DiagnosticCategory.Error,key: "File '{0}' must have extension '.ts' or '.d.ts'."},
501
+
File_0_has_unsupported_extension_The_only_supported_extensions_are_1: {code: 6054,category: DiagnosticCategory.Error,key: "File '{0}' has unsupported extension. The only supported extensions are {1}."},
501
502
Suppress_noImplicitAny_errors_for_indexing_objects_lacking_index_signatures: {code: 6055,category: DiagnosticCategory.Message,key: "Suppress noImplicitAny errors for indexing objects lacking index signatures."},
502
503
Do_not_emit_declarations_for_code_that_has_an_internal_annotation: {code: 6056,category: DiagnosticCategory.Message,key: "Do not emit declarations for code that has an '@internal' annotation."},
503
504
Preserve_new_lines_when_emitting_code: {code: 6057,category: DiagnosticCategory.Message,key: "Preserve new-lines when emitting code."},
0 commit comments