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
@@ -567,7 +567,5 @@ namespace ts {
567
567
enum_declarations_can_only_be_used_in_a_ts_file: {code: 8015,category: DiagnosticCategory.Error,key: "'enum declarations' can only be used in a .ts file."},
568
568
type_assertion_expressions_can_only_be_used_in_a_ts_file: {code: 8016,category: DiagnosticCategory.Error,key: "'type assertion expressions' can only be used in a .ts file."},
569
569
decorators_can_only_be_used_in_a_ts_file: {code: 8017,category: DiagnosticCategory.Error,key: "'decorators' can only be used in a .ts file."},
570
-
Only_identifiers_Slashqualified_names_with_optional_type_arguments_are_currently_supported_in_a_class_extends_clauses: {code: 9002,category: DiagnosticCategory.Error,key: "Only identifiers/qualified-names with optional type arguments are currently supported in a class 'extends' clauses."},
571
-
class_expressions_are_not_currently_supported: {code: 9003,category: DiagnosticCategory.Error,key: "'class' expressions are not currently supported."},
0 commit comments