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
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -565,6 +565,7 @@ namespace ts {
565
565
Enables_experimental_support_for_emitting_type_metadata_for_decorators: {code: 6066,category: DiagnosticCategory.Message,key: "Enables experimental support for emitting type metadata for decorators."},
566
566
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."},
567
567
Enables_experimental_support_for_ES7_async_functions: {code: 6068,category: DiagnosticCategory.Message,key: "Enables experimental support for ES7 async functions."},
568
+
Specifies_module_resolution_strategy_Colon_node_Node_or_classic_TypeScript_pre_1_6: {code: 6069,category: DiagnosticCategory.Message,key: "Specifies module resolution strategy: 'node' (Node) or 'classic' (TypeScript pre 1.6) ."},
568
569
Variable_0_implicitly_has_an_1_type: {code: 7005,category: DiagnosticCategory.Error,key: "Variable '{0}' implicitly has an '{1}' type."},
569
570
Parameter_0_implicitly_has_an_1_type: {code: 7006,category: DiagnosticCategory.Error,key: "Parameter '{0}' implicitly has an '{1}' type."},
570
571
Member_0_implicitly_has_an_1_type: {code: 7008,category: DiagnosticCategory.Error,key: "Member '{0}' implicitly has an '{1}' type."},
0 commit comments