Skip to content

Commit 6de8ed4

Browse files
committed
Fix JSON.stringify polyfill name
1 parent 8999c65 commit 6de8ed4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/babel-plugin-polyfill-corejs3/src/built-in-definitions.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ export const StaticProperties: ObjectMap2<CoreJSPolyfillDescriptor> = {
385385
"es.object.create",
386386
"es.object.freeze",
387387
]),
388-
stringify: define("json/stringify", ["es.json.stringify"], "es.symbol"),
388+
stringify: define("json/stringify", ["es.json.stringify"]),
389389
},
390390

391391
Math: {

0 commit comments

Comments
 (0)