From 6de8ed445ce58ecfad5c40804ec512af3a4f5085 Mon Sep 17 00:00:00 2001 From: Mohamed Akram Date: Tue, 19 Sep 2023 03:38:06 +0400 Subject: [PATCH] Fix JSON.stringify polyfill name --- .../babel-plugin-polyfill-corejs3/src/built-in-definitions.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/babel-plugin-polyfill-corejs3/src/built-in-definitions.ts b/packages/babel-plugin-polyfill-corejs3/src/built-in-definitions.ts index 351db63b..df2fb070 100644 --- a/packages/babel-plugin-polyfill-corejs3/src/built-in-definitions.ts +++ b/packages/babel-plugin-polyfill-corejs3/src/built-in-definitions.ts @@ -385,7 +385,7 @@ export const StaticProperties: ObjectMap2 = { "es.object.create", "es.object.freeze", ]), - stringify: define("json/stringify", ["es.json.stringify"], "es.symbol"), + stringify: define("json/stringify", ["es.json.stringify"]), }, Math: {