From 8288fac642fbf002166814e7fd64de4a32bb5e4f Mon Sep 17 00:00:00 2001 From: sunrabbit123 Date: Thu, 16 Nov 2023 23:31:12 +0900 Subject: [PATCH] f --- crates/stc_ts_type_checker/tests/conformance.pass.txt | 1 + crates/stc_ts_type_checker/tests/tsc-stats.rust-debug | 2 +- package.json | 2 +- yarn.lock | 10 +++++----- 4 files changed, 8 insertions(+), 7 deletions(-) diff --git a/crates/stc_ts_type_checker/tests/conformance.pass.txt b/crates/stc_ts_type_checker/tests/conformance.pass.txt index e13517914a..ec5c739ba3 100644 --- a/crates/stc_ts_type_checker/tests/conformance.pass.txt +++ b/crates/stc_ts_type_checker/tests/conformance.pass.txt @@ -493,6 +493,7 @@ es2021/logicalAssignment/logicalAssignment2.ts es2021/logicalAssignment/logicalAssignment3.ts es2021/logicalAssignment/logicalAssignment8.ts es2021/logicalAssignment/logicalAssignment9.ts +es2022/es2022IntlAPIs.ts es2022/es2022SharedMemory.ts es6/Symbols/symbolDeclarationEmit1.ts es6/Symbols/symbolDeclarationEmit10.ts 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 61d4808634..0aefe9a23f 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: 2861, matched_error: 7174, - extra_error: 1085, + extra_error: 1084, panic: 3, } \ No newline at end of file diff --git a/package.json b/package.json index 48b1005d32..007eefdb21 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "husky": "^6.0.0", "lint-staged": "^13.0.3", "rxjs": "^6.6.3", - "typescript": "^5.1.3" + "typescript": "5.1.3" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", diff --git a/yarn.lock b/yarn.lock index 36ea464aec..4871313252 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1775,16 +1775,16 @@ typedarray-to-buffer@^3.1.5: dependencies: is-typedarray "^1.0.0" +typescript@5.1.3: + version "5.1.3" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.1.3.tgz#8d84219244a6b40b6fb2b33cc1c062f715b9e826" + integrity sha512-XH627E9vkeqhlZFQuL+UsyAXEnibT0kWR2FWONlr4sTjvxyJYnyefgrkyECLzM5NenmKzRAy2rR/OlYLA1HkZw== + typescript@^4.4.2: version "4.8.4" resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.8.4.tgz#c464abca159669597be5f96b8943500b238e60e6" integrity sha512-QCh+85mCy+h0IGff8r5XWzOVSbBO+KfeYrMQh7NJ58QujwcE22u+NUSmUxqF+un70P9GXKxa2HCNiTTMJknyjQ== -typescript@^5.1.3: - version "5.2.2" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.2.2.tgz#5ebb5e5a5b75f085f22bc3f8460fba308310fa78" - integrity sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w== - unique-string@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/unique-string/-/unique-string-2.0.0.tgz#39c6451f81afb2749de2b233e3f7c5e8843bd89d"