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
+15-11Lines changed: 15 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -165,19 +165,20 @@ 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"},
173
173
Identifier_expected_0_is_a_reserved_word_in_strict_mode_Class_definitions_are_automatically_in_strict_mode: {code: 1213,category: DiagnosticCategory.Error,key: "Identifier expected. '{0}' is a reserved word in strict mode. Class definitions are automatically in strict mode."},
174
174
Type_expected_0_is_a_reserved_word_in_strict_mode: {code: 1215,category: DiagnosticCategory.Error,key: "Type expected. '{0}' is a reserved word in strict mode"},
175
175
Type_expected_0_is_a_reserved_word_in_strict_mode_Class_definitions_are_automatically_in_strict_mode: {code: 1216,category: DiagnosticCategory.Error,key: "Type expected. '{0}' is a reserved word in strict mode. Class definitions are automatically in strict mode."},
176
176
Export_assignment_is_not_supported_when_module_flag_is_system: {code: 1218,category: DiagnosticCategory.Error,key: "Export assignment is not supported when '--module' flag is 'system'."},
177
-
Generators_are_only_available_when_targeting_ECMAScript_6_or_higher: {code: 1219,category: DiagnosticCategory.Error,key: "Generators are only available when targeting ECMAScript 6 or higher."},
178
-
Generators_are_not_allowed_in_an_ambient_context: {code: 1220,category: DiagnosticCategory.Error,key: "Generators are not allowed in an ambient context."},
179
-
An_overload_signature_cannot_be_declared_as_a_generator: {code: 1221,category: DiagnosticCategory.Error,key: "An overload signature cannot be declared as a generator."},
180
-
_0_tag_already_specified: {code: 1222,category: DiagnosticCategory.Error,key: "'{0}' tag already specified."},
177
+
Experimental_support_for_decorators_is_a_feature_that_is_subject_to_change_in_a_future_release_Specify_experimentalDecorators_to_remove_this_warning: {code: 1219,category: DiagnosticCategory.Error,key: "Experimental support for decorators is a feature that is subject to change in a future release. Specify '--experimentalDecorators' to remove this warning."},
178
+
Generators_are_only_available_when_targeting_ECMAScript_6_or_higher: {code: 1220,category: DiagnosticCategory.Error,key: "Generators are only available when targeting ECMAScript 6 or higher."},
179
+
Generators_are_not_allowed_in_an_ambient_context: {code: 1221,category: DiagnosticCategory.Error,key: "Generators are not allowed in an ambient context."},
180
+
An_overload_signature_cannot_be_declared_as_a_generator: {code: 1222,category: DiagnosticCategory.Error,key: "An overload signature cannot be declared as a generator."},
181
+
_0_tag_already_specified: {code: 1223,category: DiagnosticCategory.Error,key: "'{0}' tag already specified."},
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."},
183
184
Static_members_cannot_reference_class_type_parameters: {code: 2302,category: DiagnosticCategory.Error,key: "Static members cannot reference class type parameters."},
@@ -455,11 +456,11 @@ module ts {
455
456
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'."},
456
457
Option_noEmit_cannot_be_specified_with_option_declaration: {code: 5041,category: DiagnosticCategory.Error,key: "Option 'noEmit' cannot be specified with option 'declaration'."},
457
458
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."},
458
-
Option_sourceMap_cannot_be_specified_with_option_separateCompilation: {code: 5043,category: DiagnosticCategory.Error,key: "Option 'sourceMap' cannot be specified with option 'separateCompilation'."},
459
-
Option_declaration_cannot_be_specified_with_option_separateCompilation: {code: 5044,category: DiagnosticCategory.Error,key: "Option 'declaration' cannot be specified with option 'separateCompilation'."},
460
-
Option_noEmitOnError_cannot_be_specified_with_option_separateCompilation: {code: 5045,category: DiagnosticCategory.Error,key: "Option 'noEmitOnError' cannot be specified with option 'separateCompilation'."},
461
-
Option_out_cannot_be_specified_with_option_separateCompilation: {code: 5046,category: DiagnosticCategory.Error,key: "Option 'out' cannot be specified with option 'separateCompilation'."},
462
-
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."},
459
+
Option_sourceMap_cannot_be_specified_with_option_isolatedModules: {code: 5043,category: DiagnosticCategory.Error,key: "Option 'sourceMap' cannot be specified with option 'isolatedModules'."},
460
+
Option_declaration_cannot_be_specified_with_option_isolatedModules: {code: 5044,category: DiagnosticCategory.Error,key: "Option 'declaration' cannot be specified with option 'isolatedModules'."},
461
+
Option_noEmitOnError_cannot_be_specified_with_option_isolatedModules: {code: 5045,category: DiagnosticCategory.Error,key: "Option 'noEmitOnError' cannot be specified with option 'isolatedModules'."},
462
+
Option_out_cannot_be_specified_with_option_isolatedModules: {code: 5046,category: DiagnosticCategory.Error,key: "Option 'out' cannot be specified with option 'isolatedModules'."},
463
+
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."},
463
464
Option_sourceMap_cannot_be_specified_with_option_inlineSourceMap: {code: 5048,category: DiagnosticCategory.Error,key: "Option 'sourceMap' cannot be specified with option 'inlineSourceMap'."},
464
465
Option_sourceRoot_cannot_be_specified_with_option_inlineSourceMap: {code: 5049,category: DiagnosticCategory.Error,key: "Option 'sourceRoot' cannot be specified with option 'inlineSourceMap'."},
465
466
Option_mapRoot_cannot_be_specified_with_option_inlineSourceMap: {code: 5050,category: DiagnosticCategory.Error,key: "Option 'mapRoot' cannot be specified with option 'inlineSourceMap'."},
@@ -513,6 +514,9 @@ module ts {
513
514
Specifies_the_end_of_line_sequence_to_be_used_when_emitting_files_Colon_CRLF_dos_or_LF_unix: {code: 6060,category: DiagnosticCategory.Message,key: "Specifies the end of line sequence to be used when emitting files: 'CRLF' (dos) or 'LF' (unix)."},
Argument_for_newLine_option_must_be_CRLF_or_LF: {code: 6062,category: DiagnosticCategory.Error,key: "Argument for '--newLine' option must be 'CRLF' or 'LF'."},
517
+
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."},
518
+
Enables_experimental_support_for_ES7_decorators: {code: 6065,category: DiagnosticCategory.Message,key: "Enables experimental support for ES7 decorators."},
519
+
Enables_experimental_support_for_emitting_type_metadata_for_decorators: {code: 6066,category: DiagnosticCategory.Message,key: "Enables experimental support for emitting type metadata for decorators."},
516
520
Variable_0_implicitly_has_an_1_type: {code: 7005,category: DiagnosticCategory.Error,key: "Variable '{0}' implicitly has an '{1}' type."},
517
521
Parameter_0_implicitly_has_an_1_type: {code: 7006,category: DiagnosticCategory.Error,key: "Parameter '{0}' implicitly has an '{1}' type."},
518
522
Member_0_implicitly_has_an_1_type: {code: 7008,category: DiagnosticCategory.Error,key: "Member '{0}' implicitly has an '{1}' type."},
0 commit comments