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
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -144,7 +144,7 @@ module ts {
144
144
Named_properties_0_of_types_1_and_2_are_not_identical: {code: 2319,category: DiagnosticCategory.Error,key: "Named properties '{0}' of types '{1}' and '{2}' are not identical."},
Type_0_is_not_assignable_to_type_1: {code: 2323,category: DiagnosticCategory.Error,key: "Type '{0}' is not assignable to type '{1}'."},
147
+
Type_0_is_not_assignable_to_type_1: {code: 2322,category: DiagnosticCategory.Error,key: "Type '{0}' is not assignable to type '{1}'."},
148
148
Property_0_is_missing_in_type_1: {code: 2324,category: DiagnosticCategory.Error,key: "Property '{0}' is missing in type '{1}'."},
149
149
Property_0_is_private_in_type_1_but_not_in_type_2: {code: 2325,category: DiagnosticCategory.Error,key: "Property '{0}' is private in type '{1}' but not in type '{2}'."},
150
150
Types_of_property_0_are_incompatible: {code: 2326,category: DiagnosticCategory.Error,key: "Types of property '{0}' are incompatible."},
tests/cases/compiler/accessors_spec_section-4.5_error-cases.ts(9,16): error TS1056: Accessors are only available when targeting ECMAScript 5 and higher.
7
7
tests/cases/compiler/accessors_spec_section-4.5_error-cases.ts(11,16): error TS1056: Accessors are only available when targeting ECMAScript 5 and higher.
8
8
tests/cases/compiler/accessors_spec_section-4.5_error-cases.ts(12,16): error TS1056: Accessors are only available when targeting ECMAScript 5 and higher.
9
-
tests/cases/compiler/accessors_spec_section-4.5_error-cases.ts(3,55): error TS2323: Type 'string' is not assignable to type 'number'.
10
-
tests/cases/compiler/accessors_spec_section-4.5_error-cases.ts(5,54): error TS2323: Type 'string' is not assignable to type 'number'.
11
-
tests/cases/compiler/accessors_spec_section-4.5_error-cases.ts(9,52): error TS2323: Type 'number' is not assignable to type 'string'.
12
-
tests/cases/compiler/accessors_spec_section-4.5_error-cases.ts(11,51): error TS2323: Type 'number' is not assignable to type 'string'.
9
+
tests/cases/compiler/accessors_spec_section-4.5_error-cases.ts(3,55): error TS2322: Type 'string' is not assignable to type 'number'.
10
+
tests/cases/compiler/accessors_spec_section-4.5_error-cases.ts(5,54): error TS2322: Type 'string' is not assignable to type 'number'.
11
+
tests/cases/compiler/accessors_spec_section-4.5_error-cases.ts(9,52): error TS2322: Type 'number' is not assignable to type 'string'.
12
+
tests/cases/compiler/accessors_spec_section-4.5_error-cases.ts(11,51): error TS2322: Type 'number' is not assignable to type 'string'.
Copy file name to clipboardExpand all lines: tests/baselines/reference/aliasAssignments.errors.txt
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1,19 +1,19 @@
1
-
tests/cases/compiler/aliasAssignments_1.ts(3,1): error TS2323: Type 'number' is not assignable to type 'typeof "tests/cases/compiler/aliasAssignments_moduleA"'.
1
+
tests/cases/compiler/aliasAssignments_1.ts(3,1): error TS2322: Type 'number' is not assignable to type 'typeof "tests/cases/compiler/aliasAssignments_moduleA"'.
2
2
Property 'someClass' is missing in type 'Number'.
3
-
tests/cases/compiler/aliasAssignments_1.ts(5,1): error TS2323: Type 'typeof "tests/cases/compiler/aliasAssignments_moduleA"' is not assignable to type 'number'.
3
+
tests/cases/compiler/aliasAssignments_1.ts(5,1): error TS2322: Type 'typeof "tests/cases/compiler/aliasAssignments_moduleA"' is not assignable to type 'number'.
0 commit comments