diff --git a/crates/stc_ts_type_checker/tests/conformance/types/keyof/keyofAndIndexedAccess.error-diff.json b/crates/stc_ts_type_checker/tests/conformance/types/keyof/keyofAndIndexedAccess.error-diff.json index 8666cf5c88..a9cd44536f 100644 --- a/crates/stc_ts_type_checker/tests/conformance/types/keyof/keyofAndIndexedAccess.error-diff.json +++ b/crates/stc_ts_type_checker/tests/conformance/types/keyof/keyofAndIndexedAccess.error-diff.json @@ -3,7 +3,6 @@ "required_error_lines": {}, "extra_errors": { "TS2345": 9, - "TS2345": 10, "TS2339": 2, "TS0": 2, "TS2322": 8 @@ -12,7 +11,6 @@ "TS2345": [ 96, 132, - 157, 162, 291, 295, diff --git a/crates/stc_ts_type_checker/tests/conformance/types/keyof/keyofAndIndexedAccess.stats.rust-debug b/crates/stc_ts_type_checker/tests/conformance/types/keyof/keyofAndIndexedAccess.stats.rust-debug index 4f0736a120..d60ce13a49 100644 --- a/crates/stc_ts_type_checker/tests/conformance/types/keyof/keyofAndIndexedAccess.stats.rust-debug +++ b/crates/stc_ts_type_checker/tests/conformance/types/keyof/keyofAndIndexedAccess.stats.rust-debug @@ -1,6 +1,6 @@ Stats { required_error: 0, matched_error: 5, - extra_error: 22, + extra_error: 21, panic: 0, } \ No newline at end of file diff --git a/crates/stc_ts_type_checker/tests/conformance/types/mapped/mappedTypeRelationships.error-diff.json b/crates/stc_ts_type_checker/tests/conformance/types/mapped/mappedTypeRelationships.error-diff.json index 0e5424b3de..6b08fadb57 100644 --- a/crates/stc_ts_type_checker/tests/conformance/types/mapped/mappedTypeRelationships.error-diff.json +++ b/crates/stc_ts_type_checker/tests/conformance/types/mapped/mappedTypeRelationships.error-diff.json @@ -1,29 +1,10 @@ { "required_errors": { - "TS2322": 16, "TS2536": 4, "TS2542": 4, "TS2322": 10 }, "required_error_lines": { - "TS2322": [ - 14, - 19, - 33, - 43, - 44, - 64, - 75, - 81, - 91, - 130, - 146, - 151, - 156, - 161, - 166, - 171 - ], "TS2536": [ 23, 24, @@ -51,7 +32,6 @@ }, "extra_errors": { "TS2322": 11 - "TS2322": 4 }, "extra_error_lines": { "TS2322": [ @@ -64,6 +44,7 @@ 39, 58, 59, + 63, 68 ] } diff --git a/crates/stc_ts_type_checker/tests/conformance/types/mapped/mappedTypeRelationships.stats.rust-debug b/crates/stc_ts_type_checker/tests/conformance/types/mapped/mappedTypeRelationships.stats.rust-debug index a9d0d0834f..506bd6808c 100644 --- a/crates/stc_ts_type_checker/tests/conformance/types/mapped/mappedTypeRelationships.stats.rust-debug +++ b/crates/stc_ts_type_checker/tests/conformance/types/mapped/mappedTypeRelationships.stats.rust-debug @@ -1,6 +1,6 @@ Stats { - required_error: 24, - matched_error: 4, - extra_error: 4, + required_error: 18, + matched_error: 10, + extra_error: 11, panic: 0, } \ No newline at end of file diff --git a/crates/stc_ts_type_checker/tests/conformance/types/nonPrimitive/nonPrimitiveConstraintOfIndexAccessType.error-diff.json b/crates/stc_ts_type_checker/tests/conformance/types/nonPrimitive/nonPrimitiveConstraintOfIndexAccessType.error-diff.json deleted file mode 100644 index 64b648aa72..0000000000 --- a/crates/stc_ts_type_checker/tests/conformance/types/nonPrimitive/nonPrimitiveConstraintOfIndexAccessType.error-diff.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "required_errors": { - "TS2322": 1 - }, - "required_error_lines": { - "TS2322": [ - 25 - ] - }, - "extra_errors": { - "TS2322": 4 - }, - "extra_error_lines": { - "TS2322": [ - 4, - 4, - 4, - 4 - ] - } -} \ No newline at end of file diff --git a/crates/stc_ts_type_checker/tests/conformance/types/nonPrimitive/nonPrimitiveConstraintOfIndexAccessType.stats.rust-debug b/crates/stc_ts_type_checker/tests/conformance/types/nonPrimitive/nonPrimitiveConstraintOfIndexAccessType.stats.rust-debug index 4074730ba8..5fd5d2127d 100644 --- a/crates/stc_ts_type_checker/tests/conformance/types/nonPrimitive/nonPrimitiveConstraintOfIndexAccessType.stats.rust-debug +++ b/crates/stc_ts_type_checker/tests/conformance/types/nonPrimitive/nonPrimitiveConstraintOfIndexAccessType.stats.rust-debug @@ -1,6 +1,6 @@ Stats { - required_error: 1, - matched_error: 9, + required_error: 0, + matched_error: 10, extra_error: 0, panic: 0, } \ No newline at end of file diff --git a/crates/stc_ts_type_checker/tests/tsc-stats.rust-debug b/crates/stc_ts_type_checker/tests/tsc-stats.rust-debug index b6743ed803..6d787fad13 100644 --- a/crates/stc_ts_type_checker/tests/tsc-stats.rust-debug +++ b/crates/stc_ts_type_checker/tests/tsc-stats.rust-debug @@ -1,6 +1,6 @@ Stats { - required_error: 3502, - matched_error: 6533, - extra_error: 769, + required_error: 3495, + matched_error: 6540, + extra_error: 770, panic: 73, } \ No newline at end of file