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
+4
Original file line number
Diff line number
Diff line change
@@ -454,6 +454,10 @@ module ts {
454
454
Option_noEmitOnError_cannot_be_specified_with_option_separateCompilation: {code: 5045,category: DiagnosticCategory.Error,key: "Option 'noEmitOnError' cannot be specified with option 'separateCompilation'."},
455
455
Option_out_cannot_be_specified_with_option_separateCompilation: {code: 5046,category: DiagnosticCategory.Error,key: "Option 'out' cannot be specified with option 'separateCompilation'."},
456
456
Option_separateCompilation_can_only_be_used_when_either_option_module_is_provided_or_option_target_is_ES6_or_higher: {code: 5047,category: DiagnosticCategory.Error,key: "Option 'separateCompilation' can only be used when either option'--module' is provided or option 'target' is 'ES6' or higher."},
457
+
Option_sourceMap_cannot_be_specified_with_option_inlineSourceMap: {code: 5048,category: DiagnosticCategory.Error,key: "Option 'sourceMap' cannot be specified with option 'inlineSourceMap'."},
458
+
Option_sourceRoot_cannot_be_specified_with_option_inlineSourceMap: {code: 5049,category: DiagnosticCategory.Error,key: "Option 'sourceRoot' cannot be specified with option 'inlineSourceMap'."},
459
+
Option_mapRoot_cannot_be_specified_with_option_inlineSourceMap: {code: 5050,category: DiagnosticCategory.Error,key: "Option 'mapRoot' cannot be specified with option 'inlineSourceMap'."},
460
+
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."},
457
461
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