From 4f7b405cf9fc6501fb00c3a70093edf630a41e85 Mon Sep 17 00:00:00 2001 From: gavin1012_hw Date: Thu, 13 Mar 2025 15:36:58 +0800 Subject: [PATCH] test sts->ets https://gitee.com/openharmony/arkcompiler_ets_frontend/issues/IBT3TC Signed-off-by: gavin1012_hw --- static_core/plugins/ets/stdlib/escompat/{Array.sts => Array.ets} | 0 static_core/plugins/ets/stdlib/escompat/{Date.sts => Date.ets} | 0 static_core/plugins/ets/stdlib/escompat/{json.sts => json.ets} | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename static_core/plugins/ets/stdlib/escompat/{Array.sts => Array.ets} (100%) rename static_core/plugins/ets/stdlib/escompat/{Date.sts => Date.ets} (100%) rename static_core/plugins/ets/stdlib/escompat/{json.sts => json.ets} (100%) diff --git a/static_core/plugins/ets/stdlib/escompat/Array.sts b/static_core/plugins/ets/stdlib/escompat/Array.ets similarity index 100% rename from static_core/plugins/ets/stdlib/escompat/Array.sts rename to static_core/plugins/ets/stdlib/escompat/Array.ets diff --git a/static_core/plugins/ets/stdlib/escompat/Date.sts b/static_core/plugins/ets/stdlib/escompat/Date.ets similarity index 100% rename from static_core/plugins/ets/stdlib/escompat/Date.sts rename to static_core/plugins/ets/stdlib/escompat/Date.ets diff --git a/static_core/plugins/ets/stdlib/escompat/json.sts b/static_core/plugins/ets/stdlib/escompat/json.ets similarity index 100% rename from static_core/plugins/ets/stdlib/escompat/json.sts rename to static_core/plugins/ets/stdlib/escompat/json.ets -- Gitee