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
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -165,6 +165,8 @@ module ts {
165
165
Decorators_are_only_available_when_targeting_ECMAScript_5_and_higher: {code: 1205,category: DiagnosticCategory.Error,key: "Decorators are only available when targeting ECMAScript 5 and higher."},
166
166
Decorators_are_not_valid_here: {code: 1206,category: DiagnosticCategory.Error,key: "Decorators are not valid here."},
167
167
Decorators_cannot_be_applied_to_multiple_get_Slashset_accessors_of_the_same_name: {code: 1207,category: DiagnosticCategory.Error,key: "Decorators cannot be applied to multiple get/set accessors of the same name."},
168
+
Cannot_compile_non_external_modules_when_the_separateCompilation_flag_is_provided: {code: 1208,category: DiagnosticCategory.Error,key: "Cannot compile non-external modules when the '--separateCompilation' flag is provided."},
169
+
Ambient_const_enums_are_not_allowed_when_the_separateCompilation_flag_is_provided: {code: 1209,category: DiagnosticCategory.Error,key: "Ambient const enums are not allowed when the '--separateCompilation' flag is provided."},
Initializer_of_instance_member_variable_0_cannot_reference_identifier_1_declared_in_the_constructor: {code: 2301,category: DiagnosticCategory.Error,key: "Initializer of instance member variable '{0}' cannot reference identifier '{1}' declared in the constructor."},
170
172
Static_members_cannot_reference_class_type_parameters: {code: 2302,category: DiagnosticCategory.Error,key: "Static members cannot reference class type parameters."},
@@ -434,6 +436,11 @@ module ts {
434
436
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'."},
435
437
Option_noEmit_cannot_be_specified_with_option_declaration: {code: 5041,category: DiagnosticCategory.Error,key: "Option 'noEmit' cannot be specified with option 'declaration'."},
436
438
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."},
439
+
Option_sourceMap_cannot_be_specified_with_option_separateCompilation: {code: 5043,category: DiagnosticCategory.Error,key: "Option 'sourceMap' cannot be specified with option 'separateCompilation'."},
440
+
Option_declaration_cannot_be_specified_with_option_separateCompilation: {code: 5044,category: DiagnosticCategory.Error,key: "Option 'declaration' cannot be specified with option 'separateCompilation'."},
441
+
Option_noEmitOnError_cannot_be_specified_with_option_separateCompilation: {code: 5045,category: DiagnosticCategory.Error,key: "Option 'noEmitOnError' cannot be specified with option 'separateCompilation'."},
442
+
Option_out_cannot_be_specified_with_option_separateCompilation: {code: 5046,category: DiagnosticCategory.Error,key: "Option 'out' cannot be specified with option 'separateCompilation'."},
443
+
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."},
437
444
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