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
@@ -455,7 +455,7 @@ module ts {
455
455
Option_sourceMap_cannot_be_specified_with_option_inlineSourceMap: {code: 5048,category: DiagnosticCategory.Error,key: "Option 'sourceMap' cannot be specified with option 'inlineSourceMap'."},
456
456
Option_sourceRoot_cannot_be_specified_with_option_inlineSourceMap: {code: 5049,category: DiagnosticCategory.Error,key: "Option 'sourceRoot' cannot be specified with option 'inlineSourceMap'."},
457
457
Option_mapRoot_cannot_be_specified_with_option_inlineSourceMap: {code: 5050,category: DiagnosticCategory.Error,key: "Option 'mapRoot' cannot be specified with option 'inlineSourceMap'."},
458
-
Option_out_cannot_be_specified_with_option_inlineSourceMap: {code: 5051,category: DiagnosticCategory.Error,key: "Option 'out' cannot be specified with option 'inlineSourceMap'."},
458
+
Option_inlineSources_can_only_be_used_when_either_option_inlineSourceMap_or_option_sourceMap_is_provided: {code: 5051,category: DiagnosticCategory.Error,key: "Option 'inlineSources' can only be used when either option '--inlineSourceMap' or option '--sourceMap' is provided."},
459
459
Concatenate_and_emit_output_to_single_file: {code: 6001,category: DiagnosticCategory.Message,key: "Concatenate and emit output to single file."},
Specifies_the_location_where_debugger_should_locate_map_files_instead_of_generated_locations: {code: 6003,category: DiagnosticCategory.Message,key: "Specifies the location where debugger should locate map files instead of generated locations."},
0 commit comments