From ed10347a4900c6cb9c0f20094f2e230694d5b601 Mon Sep 17 00:00:00 2001 From: henry Date: Thu, 25 Jan 2024 23:29:59 +0900 Subject: [PATCH] chore: add test log --- .../es2022/es2022IntlAPIs.error-diff.json | 12 ++++++++++++ .../arityAndOrderCompatibility02.stats.rust-debug | 6 ++++++ 2 files changed, 18 insertions(+) create mode 100644 crates/stc_ts_type_checker/tests/conformance/es2022/es2022IntlAPIs.error-diff.json create mode 100644 crates/stc_ts_type_checker/tests/conformance/types/tuple/arityAndOrderCompatibility02.stats.rust-debug 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