Skip to content

Commit

Permalink
Fix JSON.stringify polyfill name
Browse files Browse the repository at this point in the history
  • Loading branch information
mohd-akram committed Sep 18, 2023
1 parent 8999c65 commit 6de8ed4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ export const StaticProperties: ObjectMap2<CoreJSPolyfillDescriptor> = {
"es.object.create",
"es.object.freeze",
]),
stringify: define("json/stringify", ["es.json.stringify"], "es.symbol"),
stringify: define("json/stringify", ["es.json.stringify"]),
},

Math: {
Expand Down

0 comments on commit 6de8ed4

Please sign in to comment.