From a4796c3e6b2b118c273a4395b11df13cf8867ee1 Mon Sep 17 00:00:00 2001 From: zhangchen168 Date: Wed, 1 Mar 2023 11:57:39 +0800 Subject: [PATCH] fixed 5a05952 from https://gitee.com/zhangchen168/arkcompiler_ets_frontend/pulls/893 Support json5 format file parsing Issue: https://gitee.com/openharmony/third_party_typescript/issues/I6INQY Signed-off-by: zhangchen168 Change-Id: Id73a3ed422ca5ed4cd870dd414723316493431e6 --- 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 dde86c9365..09164e6a5b 100644 --- a/ts2panda/package-lock.json +++ b/ts2panda/package-lock.json @@ -4471,7 +4471,7 @@ }, "typescript": { "version": "file:deps/ohos-typescript-4.2.3-r2.tgz", - "integrity": "sha512-EgfQyxAFWaYxjuDw26Ub4al9+ihVhymnE7fp84C5AoTfyclZLFeRVv7Duv20Pgku7+euJ8vBeh3oFgHl7jhbEg==", + "integrity": "sha512-s5WjQzmeNTRob9XTIYyCc0iOXW8a5xbN7Hnd0ZTjFOAeP8RUCOZGM2Il0c57fIclmaRKhwSkVQI2aAqws/TH/g==", "dev": true }, "typical": { -- Gitee