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
@@ -463,6 +463,7 @@ module ts {
463
463
File_0_must_have_extension_ts_or_d_ts: {code: 6054,category: DiagnosticCategory.Error,key: "File '{0}' must have extension '.ts' or '.d.ts'."},
464
464
Suppress_noImplicitAny_errors_for_indexing_objects_lacking_index_signatures: {code: 6055,category: DiagnosticCategory.Message,key: "Suppress noImplicitAny errors for indexing objects lacking index signatures."},
465
465
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."},
466
+
Preserve_new_lines_when_emitting_code: {code: 6057,category: DiagnosticCategory.Message,key: "Preserve new-lines when emitting code."},
466
467
Variable_0_implicitly_has_an_1_type: {code: 7005,category: DiagnosticCategory.Error,key: "Variable '{0}' implicitly has an '{1}' type."},
467
468
Parameter_0_implicitly_has_an_1_type: {code: 7006,category: DiagnosticCategory.Error,key: "Parameter '{0}' implicitly has an '{1}' type."},
468
469
Member_0_implicitly_has_an_1_type: {code: 7008,category: DiagnosticCategory.Error,key: "Member '{0}' implicitly has an '{1}' type."},
0 commit comments