diff --git a/crates/stc_ts_type_checker/tests/conformance/es2022/es2022IntlAPIs.error-diff.json b/crates/stc_ts_type_checker/tests/conformance/es2022/es2022IntlAPIs.error-diff.json new file mode 100644 index 0000000000..b22aa03fb5 --- /dev/null +++ b/crates/stc_ts_type_checker/tests/conformance/es2022/es2022IntlAPIs.error-diff.json @@ -0,0 +1,12 @@ +{ + "required_errors": {}, + "required_error_lines": {}, + "extra_errors": { + "TS2339": 1 + }, + "extra_error_lines": { + "TS2339": [ + 14 + ] + } +} \ No newline at end of file diff --git a/crates/stc_ts_type_checker/tests/conformance/types/tuple/arityAndOrderCompatibility02.stats.rust-debug b/crates/stc_ts_type_checker/tests/conformance/types/tuple/arityAndOrderCompatibility02.stats.rust-debug new file mode 100644 index 0000000000..780225267c --- /dev/null +++ b/crates/stc_ts_type_checker/tests/conformance/types/tuple/arityAndOrderCompatibility02.stats.rust-debug @@ -0,0 +1,6 @@ +Stats { + required_error: 0, + matched_error: 2, + extra_error: 0, + panic: 0, +} \ No newline at end of file