From b86f178886256589eb6ba362f0905a33119664aa Mon Sep 17 00:00:00 2001 From: xucheng46 Date: Thu, 20 Apr 2023 20:32:45 +0800 Subject: [PATCH] Ignore error when module's name end with '.so' Issue: https://gitee.com/openharmony/third_party_typescript/issues/I6XGRH Test: typescript test, IDE test Signed-off-by: xucheng46 Change-Id: Ie05f2a03e84b67723a6bb8d6159bc2fd03bf5340 --- 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 08ba3790ca..cf29de3f88 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-pgtKXHd+ki7fnFg4TLZpxXpyAwCpP/s/8TEBpvpmq1XZlOcGPWMfzjl/ZxAkftT/wwxDAGXnV+SXnXVeENS/ng==", + "integrity": "sha512-BlPygoDr0lLl353j9E3hJ+536Spp9rQgZxgnxURAJhkrSurwqP6pgBzYg0NEP23qwyvMBSQS+Aq8SY5gcY4c3A==", "dev": true }, "typical": { -- Gitee