From 3658c857b2cdeda37ca982faa5f05caf68231c9f Mon Sep 17 00:00:00 2001 From: xucheng46 Date: Sun, 2 Apr 2023 17:23:39 +0800 Subject: [PATCH] Fix export @Extned function problem Issue: https://gitee.com/openharmony/third_party_typescript/issues/I6SAPA Test: typescript test, IDE test Signed-off-by: xucheng46 Change-Id: Ic61ca36a2dead9d5263757b8e8cba9aacee84544 --- ts2panda/package-lock.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ts2panda/package-lock.json b/ts2panda/package-lock.json index bc49f64041..d21aabcc5b 100644 --- a/ts2panda/package-lock.json +++ b/ts2panda/package-lock.json @@ -4470,7 +4470,7 @@ }, "typescript": { "version": "file:deps/ohos-typescript-4.2.3-r2.tgz", - "integrity": "sha512-C38jufs/xdpjy+1YyFTsnFLIOB6Xjd8UcnoS7Iad8YyeA7xjoU6XJegVb33A2+jjpJHAYkWnipsD1OigtfLyAA==", + "integrity": "sha512-o67DZ5JRW5sTss3P2VHuNBIDa8J+EEW6VYV+AZS/WJdtGgx7E+m21MU9VY8Xt/AbR/29r/BrqISjwgEoS+PUEA==", "dev": true }, "typical": { -- Gitee