From 67dce3a7b4e14110f178e681a23ba07bdb610cd7 Mon Sep 17 00:00:00 2001 From: Pixel998 Date: Sun, 21 Sep 2025 11:19:02 +0300 Subject: [PATCH] fix: remove `ecmaFeatures.globalReturn` from playground --- src/playground/utils/constants.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/playground/utils/constants.js b/src/playground/utils/constants.js index 5307452541..1b4648131b 100644 --- a/src/playground/utils/constants.js +++ b/src/playground/utils/constants.js @@ -1,4 +1,4 @@ -export const ECMA_FEATURES = ["jsx", "globalReturn", "impliedStrict"]; +export const ECMA_FEATURES = ["jsx", "impliedStrict"]; export const ECMA_VERSIONS = [ "3",