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
Specify_module_code_generation_Colon_commonjs_or_amd:{code:6016,category:DiagnosticCategory.Message,key:"Specify module code generation: 'commonjs' or 'amd'"},
362
362
Print_this_message:{code:6017,category:DiagnosticCategory.Message,key:"Print this message."},
363
363
Print_the_compiler_s_version:{code:6019,category:DiagnosticCategory.Message,key:"Print the compiler's version."},
@@ -379,7 +379,7 @@ module ts {
379
379
Compiler_option_0_expects_an_argument:{code:6044,category:DiagnosticCategory.Error,key:"Compiler option '{0}' expects an argument."},
380
380
Unterminated_quoted_string_in_response_file_0:{code:6045,category:DiagnosticCategory.Error,key:"Unterminated quoted string in response file '{0}'."},
381
381
Argument_for_module_option_must_be_commonjs_or_amd:{code:6046,category:DiagnosticCategory.Error,key:"Argument for '--module' option must be 'commonjs' or 'amd'."},
382
-
Argument_for_target_option_must_be_es3_or_es5:{code:6047,category:DiagnosticCategory.Error,key:"Argument for '--target' option must be 'es3'or 'es5'."},
382
+
Argument_for_target_option_must_be_es3_es5_or_es6:{code:6047,category:DiagnosticCategory.Error,key:"Argument for '--target' option must be 'es3', 'es5',or 'es6'."},
383
383
Locale_must_be_of_the_form_language_or_language_territory_For_example_0_or_1:{code:6048,category:DiagnosticCategory.Error,key:"Locale must be of the form <language> or <language>-<territory>. For example '{0}' or '{1}'."},