From 5175bf652e287faa6e6354696d3df5f541f0de46 Mon Sep 17 00:00:00 2001 From: zhangchen168 Date: Fri, 17 Mar 2023 15:51:50 +0800 Subject: [PATCH] Support struct as identifier in standard ts/js Issue: https://gitee.com/openharmony/third_party_typescript/issues/I6NNKS Signed-off-by: zhangchen168 Change-Id: Ibba8d27709a33e8a2f0d3442847531638ef6d697 --- 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 8f65302cf9..f2237e54de 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-fjVWVnO0IFPP8gmU+w+vDNSocGQHaW4JSwp5RZ87Acm6bW44x6g8So4SeYA3gtWz5xyz+WxLz2g9O0jN4EyzzA==", + "integrity": "sha512-UU0Wt4sEfoW0N7yhk3WXyq+VyBQTiopnv/X75yL06Ke9eOBs4SnlMRCCT1G8QEkxQ6foLxqvIyIWbWlKxLN3CA==", "dev": true }, "typical": { -- Gitee