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
Compiler_option_0_requires_a_value_of_type_1: {code: 5024,category: DiagnosticCategory.Error,key: "Compiler option '{0}' requires a value of type {1}."},
508
508
Could_not_write_file_0_Colon_1: {code: 5033,category: DiagnosticCategory.Error,key: "Could not write file '{0}': {1}"},
509
-
Option_mapRoot_cannot_be_specified_without_specifying_sourceMap_option: {code: 5038,category: DiagnosticCategory.Error,key: "Option 'mapRoot' cannot be specified without specifying 'sourceMap' option."},
510
-
Option_sourceRoot_cannot_be_specified_without_specifying_sourceMap_option: {code: 5039,category: DiagnosticCategory.Error,key: "Option 'sourceRoot' cannot be specified without specifying 'sourceMap' option."},
511
-
Option_noEmit_cannot_be_specified_with_option_out_or_outDir: {code: 5040,category: DiagnosticCategory.Error,key: "Option 'noEmit' cannot be specified with option 'out' or 'outDir'."},
512
-
Option_noEmit_cannot_be_specified_with_option_declaration: {code: 5041,category: DiagnosticCategory.Error,key: "Option 'noEmit' cannot be specified with option 'declaration'."},
513
509
Option_project_cannot_be_mixed_with_source_files_on_a_command_line: {code: 5042,category: DiagnosticCategory.Error,key: "Option 'project' cannot be mixed with source files on a command line."},
514
-
Option_declaration_cannot_be_specified_with_option_isolatedModules: {code: 5044,category: DiagnosticCategory.Error,key: "Option 'declaration' cannot be specified with option 'isolatedModules'."},
515
-
Option_noEmitOnError_cannot_be_specified_with_option_isolatedModules: {code: 5045,category: DiagnosticCategory.Error,key: "Option 'noEmitOnError' cannot be specified with option 'isolatedModules'."},
516
-
Option_out_cannot_be_specified_with_option_isolatedModules: {code: 5046,category: DiagnosticCategory.Error,key: "Option 'out' cannot be specified with option 'isolatedModules'."},
517
510
Option_isolatedModules_can_only_be_used_when_either_option_module_is_provided_or_option_target_is_ES6_or_higher: {code: 5047,category: DiagnosticCategory.Error,key: "Option 'isolatedModules' can only be used when either option'--module' is provided or option 'target' is 'ES6' or higher."},
518
-
Option_sourceMap_cannot_be_specified_with_option_inlineSourceMap: {code: 5048,category: DiagnosticCategory.Error,key: "Option 'sourceMap' cannot be specified with option 'inlineSourceMap'."},
519
-
Option_sourceRoot_cannot_be_specified_with_option_inlineSourceMap: {code: 5049,category: DiagnosticCategory.Error,key: "Option 'sourceRoot' cannot be specified with option 'inlineSourceMap'."},
520
-
Option_mapRoot_cannot_be_specified_with_option_inlineSourceMap: {code: 5050,category: DiagnosticCategory.Error,key: "Option 'mapRoot' cannot be specified with option 'inlineSourceMap'."},
521
511
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."},
512
+
Option_0_cannot_be_specified_without_specifying_option_1: {code: 5052,category: DiagnosticCategory.Error,key: "Option '{0}' cannot be specified without specifying option '{1}'."},
513
+
Option_0_cannot_be_specified_with_option_1: {code: 5053,category: DiagnosticCategory.Error,key: "Option '{0}' cannot be specified with option '{1}'."},
522
514
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."},
@@ -569,7 +561,6 @@ namespace ts {
569
561
Argument_for_newLine_option_must_be_CRLF_or_LF: {code: 6062,category: DiagnosticCategory.Error,key: "Argument for '--newLine' option must be 'CRLF' or 'LF'."},
Argument_for_jsx_must_be_preserve_or_react: {code: 6081,category: DiagnosticCategory.Message,key: "Argument for '--jsx' must be 'preserve' or 'react'."},
572
-
Option_experimentalDecorators_must_also_be_specified_when_option_emitDecoratorMetadata_is_specified: {code: 6064,category: DiagnosticCategory.Error,key: "Option 'experimentalDecorators' must also be specified when option 'emitDecoratorMetadata' is specified."},
573
564
Enables_experimental_support_for_ES7_decorators: {code: 6065,category: DiagnosticCategory.Message,key: "Enables experimental support for ES7 decorators."},
574
565
Enables_experimental_support_for_emitting_type_metadata_for_decorators: {code: 6066,category: DiagnosticCategory.Message,key: "Enables experimental support for emitting type metadata for decorators."},
575
566
Option_experimentalAsyncFunctions_cannot_be_specified_when_targeting_ES5_or_lower: {code: 6067,category: DiagnosticCategory.Message,key: "Option 'experimentalAsyncFunctions' cannot be specified when targeting ES5 or lower."},
0 commit comments