We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 688bd58 commit 36b419bCopy full SHA for 36b419b
packages/babel-plugin-polyfill-corejs3/src/built-in-definitions.ts
@@ -915,7 +915,7 @@ export const InstanceProperties = {
915
]),
916
indexOf: define("instance/index-of", ["es.array.index-of"]),
917
isWellFormed: define("instance/is-well-formed", ["es.string.is-well-formed"]),
918
- italic: define(null, ["es.string.italics"]),
+ italics: define(null, ["es.string.italics"]),
919
join: define(null, ["es.array.join"]),
920
keys: define("instance/keys", ArrayNatureIteratorsWithTag),
921
lastIndex: define(null, ["esnext.array.last-index"]),
0 commit comments