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
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -560,13 +560,14 @@ namespace ts {
560
560
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'."},
563
+
Argument_for_moduleResolution_option_must_be_node_or_classic: {code: 6063,category: DiagnosticCategory.Error,key: "Argument for '--moduleResolution' option must be 'node' or 'classic'."},
Argument_for_jsx_must_be_preserve_or_react: {code: 6081,category: DiagnosticCategory.Message,key: "Argument for '--jsx' must be 'preserve' or 'react'."},
565
566
Enables_experimental_support_for_ES7_decorators: {code: 6065,category: DiagnosticCategory.Message,key: "Enables experimental support for ES7 decorators."},
566
567
Enables_experimental_support_for_emitting_type_metadata_for_decorators: {code: 6066,category: DiagnosticCategory.Message,key: "Enables experimental support for emitting type metadata for decorators."},
567
568
Option_experimentalAsyncFunctions_cannot_be_specified_when_targeting_ES5_or_lower: {code: 6067,category: DiagnosticCategory.Message,key: "Option 'experimentalAsyncFunctions' cannot be specified when targeting ES5 or lower."},
568
569
Enables_experimental_support_for_ES7_async_functions: {code: 6068,category: DiagnosticCategory.Message,key: "Enables experimental support for ES7 async functions."},
Initializes_a_TypeScript_project_and_creates_a_tsconfig_json_file: {code: 6070,category: DiagnosticCategory.Message,key: "Initializes a TypeScript project and creates a tsconfig.json file."},
571
572
Successfully_created_a_tsconfig_json_file: {code: 6071,category: DiagnosticCategory.Message,key: "Successfully created a tsconfig.json file."},
0 commit comments