Skip to content

Commit 186c04c

Browse files
committed
Remove now unused diagnostics keys
1 parent e69573b commit 186c04c

2 files changed

Lines changed: 0 additions & 14 deletions

File tree

src/services/resources/diagnosticCode.generated.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -402,19 +402,13 @@ module TypeScript {
402402
Option_0_specified_without_1: "Option '{0}' specified without '{1}'",
403403
codepage_option_not_supported_on_current_platform: "'codepage' option not supported on current platform.",
404404
Concatenate_and_emit_output_to_single_file: "Concatenate and emit output to single file.",
405-
Generates_corresponding_0_file: "Generates corresponding {0} file.",
406405
Specifies_the_location_where_debugger_should_locate_map_files_instead_of_generated_locations: "Specifies the location where debugger should locate map files instead of generated locations.",
407406
Specifies_the_location_where_debugger_should_locate_TypeScript_files_instead_of_source_locations: "Specifies the location where debugger should locate TypeScript files instead of source locations.",
408407
Watch_input_files: "Watch input files.",
409408
Redirect_output_structure_to_the_directory: "Redirect output structure to the directory.",
410409
Do_not_emit_comments_to_output: "Do not emit comments to output.",
411-
Skip_resolution_and_preprocessing: "Skip resolution and preprocessing.",
412-
Specify_ECMAScript_target_version_0_default_or_1: "Specify ECMAScript target version: '{0}' (default), or '{1}'",
413-
Specify_module_code_generation_0_or_1: "Specify module code generation: '{0}' or '{1}'",
414410
Print_this_message: "Print this message.",
415-
Print_the_compiler_s_version_0: "Print the compiler's version: {0}",
416411
Allow_use_of_deprecated_0_keyword_when_referencing_an_external_module: "Allow use of deprecated '{0}' keyword when referencing an external module.",
417-
Specify_locale_for_errors_and_messages_For_example_0_or_1: "Specify locale for errors and messages. For example '{0}' or '{1}'",
418412
Syntax_0: "Syntax: {0}",
419413
options: "options",
420414
file1: "file",
@@ -431,7 +425,6 @@ module TypeScript {
431425
LOCATION: "LOCATION",
432426
DIRECTORY: "DIRECTORY",
433427
NUMBER: "NUMBER",
434-
Specify_the_codepage_to_use_when_opening_source_files: "Specify the codepage to use when opening source files.",
435428
Additional_locations: "Additional locations:",
436429
This_version_of_the_Javascript_runtime_does_not_support_the_0_function: "This version of the Javascript runtime does not support the '{0}' function.",
437430
Unknown_rule: "Unknown rule.",

src/services/syntax/SyntaxGenerator.d.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -383,19 +383,13 @@ declare module TypeScript {
383383
Option_0_specified_without_1: string;
384384
codepage_option_not_supported_on_current_platform: string;
385385
Concatenate_and_emit_output_to_single_file: string;
386-
Generates_corresponding_0_file: string;
387386
Specifies_the_location_where_debugger_should_locate_map_files_instead_of_generated_locations: string;
388387
Specifies_the_location_where_debugger_should_locate_TypeScript_files_instead_of_source_locations: string;
389388
Watch_input_files: string;
390389
Redirect_output_structure_to_the_directory: string;
391390
Do_not_emit_comments_to_output: string;
392-
Skip_resolution_and_preprocessing: string;
393-
Specify_ECMAScript_target_version_0_default_or_1: string;
394-
Specify_module_code_generation_0_or_1: string;
395391
Print_this_message: string;
396-
Print_the_compiler_s_version_0: string;
397392
Allow_use_of_deprecated_0_keyword_when_referencing_an_external_module: string;
398-
Specify_locale_for_errors_and_messages_For_example_0_or_1: string;
399393
Syntax_0: string;
400394
options: string;
401395
file1: string;
@@ -412,7 +406,6 @@ declare module TypeScript {
412406
LOCATION: string;
413407
DIRECTORY: string;
414408
NUMBER: string;
415-
Specify_the_codepage_to_use_when_opening_source_files: string;
416409
Additional_locations: string;
417410
This_version_of_the_Javascript_runtime_does_not_support_the_0_function: string;
418411
Unknown_rule: string;

0 commit comments

Comments
 (0)