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
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."},
222
222
Specifies_the_location_where_debugger_should_locate_TypeScript_files_instead_of_source_locations: {code: 6004,category: DiagnosticCategory.Message,key: "Specifies the location where debugger should locate TypeScript files instead of source locations."},
Print_this_message: {code: 6017,category: DiagnosticCategory.Message,key: "Print this message."},
230
-
Print_the_compiler_s_version_Colon_0: {code: 6019,category: DiagnosticCategory.Message,key: "Print the compiler's version: {0}"},
230
+
Print_the_compiler_s_version: {code: 6019,category: DiagnosticCategory.Message,key: "Print the compiler's version."},
231
231
Allow_use_of_deprecated_0_keyword_when_referencing_an_external_module: {code: 6021,category: DiagnosticCategory.Message,key: "Allow use of deprecated '{0}' keyword when referencing an external module."},
232
232
Specify_locale_for_errors_and_messages_For_example_0_or_1: {code: 6022,category: DiagnosticCategory.Message,key: "Specify locale for errors and messages. For example '{0}' or '{1}'"},
Insert_command_line_options_and_files_from_a_file: {code: 6030,category: DiagnosticCategory.Message,key: "Insert command line options and files from a file."},
Specify_the_codepage_to_use_when_opening_source_files: {code: 6040,category: DiagnosticCategory.Message,key: "Specify the codepage to use when opening source files."},
Argument_for_module_option_must_be_commonjs_or_amd: {code: 6045,category: DiagnosticCategory.Error,key: "Argument for '--module' option must be 'commonjs' or 'amd'."},
256
+
Argument_for_target_option_must_be_es3_or_es5: {code: 6046,category: DiagnosticCategory.Error,key: "Argument for '--target' option must be 'es3' or 'es5'."},
257
+
Locale_must_be_of_the_form_language_or_language_territory_For_example_0_or_1: {code: 6047,category: DiagnosticCategory.Error,key: "Locale must be of the form <language> or <language>-<territory>. For example '{0}' or '{1}'."},
No_input_files_specified: {code: 6051,category: DiagnosticCategory.Error,key: "No input files specified."},
262
+
Warn_on_expressions_and_declarations_with_an_implied_any_type: {code: 7004,category: DiagnosticCategory.Message,key: "Warn on expressions and declarations with an implied 'any' type."},
252
263
Variable_0_implicitly_has_an_1_type: {code: 7005,category: DiagnosticCategory.Error,key: "Variable '{0}' implicitly has an '{1}' type."},
253
264
Parameter_0_implicitly_has_an_1_type: {code: 7006,category: DiagnosticCategory.Error,key: "Parameter '{0}' implicitly has an '{1}' type."},
254
265
Member_0_implicitly_has_an_1_type: {code: 7008,category: DiagnosticCategory.Error,key: "Member '{0}' implicitly has an '{1}' type."},
@@ -334,14 +345,5 @@ module ts {
334
345
Import_declaration_conflicts_with_local_declaration_of_0: {code: -9999999,category: DiagnosticCategory.Error,key: "Import declaration conflicts with local declaration of '{0}'"},
335
346
Module_0_is_hidden_by_a_local_declaration_with_the_same_name: {code: -9999999,category: DiagnosticCategory.Error,key: "Module '{0}' is hidden by a local declaration with the same name"},
336
347
Filename_0_differs_from_already_included_filename_1_only_in_casing: {code: -9999999,category: DiagnosticCategory.Error,key: "Filename '{0}' differs from already included filename '{1}' only in casing"},
337
-
Argument_for_module_option_must_be_commonjs_or_amd: {code: -9999999,category: DiagnosticCategory.Error,key: "Argument for '--module' option must be 'commonjs' or 'amd'."},
338
-
Argument_for_target_option_must_be_es3_or_es5: {code: -9999999,category: DiagnosticCategory.Error,key: "Argument for '--target' option must be 'es3' or 'es5'."},
339
-
Compiler_option_0_expects_an_argument: {code: -9999999,category: DiagnosticCategory.Error,key: "Compiler option '{0}' expects an argument."},
Locale_must_be_of_the_form_language_or_language_territory_For_example_0_or_1: {code: -9999999,category: DiagnosticCategory.Error,key: "Locale must be of the form <language> or <language>-<territory>. For example '{0}' or '{1}'."},
0 commit comments