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: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -161,7 +161,6 @@ namespace ts {
161
161
Import_assignment_cannot_be_used_when_targeting_ECMAScript_6_or_higher_Consider_using_import_Asterisk_as_ns_from_mod_import_a_from_mod_or_import_d_from_mod_instead: {code: 1202,category: DiagnosticCategory.Error,key: "Import assignment cannot be used when targeting ECMAScript 6 or higher. Consider using 'import * as ns from \"mod\"', 'import {a} from \"mod\"' or 'import d from \"mod\"' instead."},
162
162
Export_assignment_cannot_be_used_when_targeting_ECMAScript_6_or_higher_Consider_using_export_default_instead: {code: 1203,category: DiagnosticCategory.Error,key: "Export assignment cannot be used when targeting ECMAScript 6 or higher. Consider using 'export default' instead."},
163
163
Cannot_compile_modules_into_commonjs_amd_system_or_umd_when_targeting_ES6_or_higher: {code: 1204,category: DiagnosticCategory.Error,key: "Cannot compile modules into 'commonjs', 'amd', 'system' or 'umd' when targeting 'ES6' or higher."},
164
-
Decorators_are_only_available_when_targeting_ECMAScript_5_and_higher: {code: 1205,category: DiagnosticCategory.Error,key: "Decorators are only available when targeting ECMAScript 5 and higher."},
165
164
Decorators_are_not_valid_here: {code: 1206,category: DiagnosticCategory.Error,key: "Decorators are not valid here."},
166
165
Decorators_cannot_be_applied_to_multiple_get_Slashset_accessors_of_the_same_name: {code: 1207,category: DiagnosticCategory.Error,key: "Decorators cannot be applied to multiple get/set accessors of the same name."},
167
166
Cannot_compile_namespaces_when_the_isolatedModules_flag_is_provided: {code: 1208,category: DiagnosticCategory.Error,key: "Cannot compile namespaces when the '--isolatedModules' flag is provided."},
0 commit comments