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
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -165,8 +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_namespaces_when_the_separateCompilation_flag_is_provided: {code: 1208,category: DiagnosticCategory.Error,key: "Cannot compile namespaces 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."},
168
+
Cannot_compile_namespaces_when_the_isolatedModules_flag_is_provided: {code: 1208,category: DiagnosticCategory.Error,key: "Cannot compile namespaces when the '--isolatedModules' flag is provided."},
169
+
Ambient_const_enums_are_not_allowed_when_the_isolatedModules_flag_is_provided: {code: 1209,category: DiagnosticCategory.Error,key: "Ambient const enums are not allowed when the '--isolatedModules' flag is provided."},
170
170
Invalid_use_of_0_Class_definitions_are_automatically_in_strict_mode: {code: 1210,category: DiagnosticCategory.Error,key: "Invalid use of '{0}'. Class definitions are automatically in strict mode."},
171
171
A_class_declaration_without_the_default_modifier_must_have_a_name: {code: 1211,category: DiagnosticCategory.Error,key: "A class declaration without the 'default' modifier must have a name"},
172
172
Identifier_expected_0_is_a_reserved_word_in_strict_mode: {code: 1212,category: DiagnosticCategory.Error,key: "Identifier expected. '{0}' is a reserved word in strict mode"},
@@ -449,11 +449,11 @@ module ts {
449
449
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'."},
450
450
Option_noEmit_cannot_be_specified_with_option_declaration: {code: 5041,category: DiagnosticCategory.Error,key: "Option 'noEmit' cannot be specified with option 'declaration'."},
451
451
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."},
452
-
Option_sourceMap_cannot_be_specified_with_option_separateCompilation: {code: 5043,category: DiagnosticCategory.Error,key: "Option 'sourceMap' cannot be specified with option 'separateCompilation'."},
453
-
Option_declaration_cannot_be_specified_with_option_separateCompilation: {code: 5044,category: DiagnosticCategory.Error,key: "Option 'declaration' cannot be specified with option 'separateCompilation'."},
454
-
Option_noEmitOnError_cannot_be_specified_with_option_separateCompilation: {code: 5045,category: DiagnosticCategory.Error,key: "Option 'noEmitOnError' cannot be specified with option 'separateCompilation'."},
455
-
Option_out_cannot_be_specified_with_option_separateCompilation: {code: 5046,category: DiagnosticCategory.Error,key: "Option 'out' cannot be specified with option 'separateCompilation'."},
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."},
452
+
Option_sourceMap_cannot_be_specified_with_option_isolatedModules: {code: 5043,category: DiagnosticCategory.Error,key: "Option 'sourceMap' cannot be specified with option 'isolatedModules'."},
453
+
Option_declaration_cannot_be_specified_with_option_isolatedModules: {code: 5044,category: DiagnosticCategory.Error,key: "Option 'declaration' cannot be specified with option 'isolatedModules'."},
454
+
Option_noEmitOnError_cannot_be_specified_with_option_isolatedModules: {code: 5045,category: DiagnosticCategory.Error,key: "Option 'noEmitOnError' cannot be specified with option 'isolatedModules'."},
455
+
Option_out_cannot_be_specified_with_option_isolatedModules: {code: 5046,category: DiagnosticCategory.Error,key: "Option 'out' cannot be specified with option 'isolatedModules'."},
456
+
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."},
457
457
Option_sourceMap_cannot_be_specified_with_option_inlineSourceMap: {code: 5048,category: DiagnosticCategory.Error,key: "Option 'sourceMap' cannot be specified with option 'inlineSourceMap'."},
458
458
Option_sourceRoot_cannot_be_specified_with_option_inlineSourceMap: {code: 5049,category: DiagnosticCategory.Error,key: "Option 'sourceRoot' cannot be specified with option 'inlineSourceMap'."},
459
459
Option_mapRoot_cannot_be_specified_with_option_inlineSourceMap: {code: 5050,category: DiagnosticCategory.Error,key: "Option 'mapRoot' cannot be specified with option 'inlineSourceMap'."},
0 commit comments