Skip to content

Commit

Permalink
Missed two polyfills from babel-runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolo-ribaudo committed Mar 20, 2024
1 parent 41258f9 commit f1254bd
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ export const stable = new Set([
"array/is-array",
"array/of",
"clear-immediate",
"code-point-at",
"date/now",
"instance/bind",
"instance/code-point-at",
"instance/concat",
"instance/copy-within",
"instance/ends-with",
Expand All @@ -27,6 +27,7 @@ export const stable = new Set([
"instance/includes",
"instance/index-of",
"instance/keys",
"instance/last-index-of",
"instance/map",
"instance/pad-end",
"instance/pad-start",
Expand All @@ -46,7 +47,6 @@ export const stable = new Set([
"instance/trim-start",
"instance/values",
"json/stringify",
"last-index-of",
"map",
"math/acosh",
"math/asinh",
Expand Down

0 comments on commit f1254bd

Please sign in to comment.