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-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -496,7 +496,7 @@ module ts {
496
496
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."},
497
497
Preserve_new_lines_when_emitting_code: {code: 6057,category: DiagnosticCategory.Message,key: "Preserve new-lines when emitting code."},
498
498
Specifies_the_root_directory_of_input_files_Use_to_control_the_output_directory_structure_with_outDir: {code: 6058,category: DiagnosticCategory.Message,key: "Specifies the root directory of input files. Use to control the output directory structure with --outDir."},
499
-
File_0_is_not_under_rootDir_1_RootDir_is_expected_to_contain_all_source_files: {code: 6059,category: DiagnosticCategory.Error,key: "File '{0}' is not under rootDir '{1}'. RootDir is expected to contain all source files."},
499
+
File_0_is_not_under_rootDir_1_rootDir_is_expected_to_contain_all_source_files: {code: 6059,category: DiagnosticCategory.Error,key: "File '{0}' is not under 'rootDir' '{1}'. 'rootDir' is expected to contain all source files."},
500
500
Variable_0_implicitly_has_an_1_type: {code: 7005,category: DiagnosticCategory.Error,key: "Variable '{0}' implicitly has an '{1}' type."},
501
501
Parameter_0_implicitly_has_an_1_type: {code: 7006,category: DiagnosticCategory.Error,key: "Parameter '{0}' implicitly has an '{1}' type."},
502
502
Member_0_implicitly_has_an_1_type: {code: 7008,category: DiagnosticCategory.Error,key: "Member '{0}' implicitly has an '{1}' type."},
0 commit comments