From a85a2dcec366503b669f3416b597e0c93e63e716 Mon Sep 17 00:00:00 2001 From: xucheng46 Date: Sat, 14 Oct 2023 20:51:23 +0800 Subject: [PATCH] fix Boolean problem in another case Issue: https://gitee.com/openharmony/third_party_typescript/issues/I87UPQ Test: tsc test Signed-off-by: xucheng46 Change-Id: I9d352fc60e1ac04b1c4ed0bc94da5d6d79018d59 --- compiler/package-lock.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/package-lock.json b/compiler/package-lock.json index f9da5ee87..10690a56f 100644 --- a/compiler/package-lock.json +++ b/compiler/package-lock.json @@ -4148,7 +4148,7 @@ }, "typescript": { "version": "file:deps/ohos-typescript-4.2.3-r2.tgz", - "integrity": "sha512-gXEQNp7qZgph/d8sjg/JLDVxpC4V1Fwe7XoIw5LJZPuhNgfEljjj4/UTFSdQJecfY49PkQQJlzX3QhAsSOWKww==", + "integrity": "sha512-84CRN9+C2BZ0XfayYCOab8Fp9Ra6WUTHJZ9yutNh5vu/LiyZ5+fE93OEUQ10sUlFzKO52ttvl3F8tdFAVfAgaQ==", "requires": { "json5": "^2.2.3" } -- Gitee