Skip to content

Commit

Permalink
fix: String#italics is incorrectly defined in babel-preset-env (#10563)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerald authored and JLHwung committed Oct 16, 2019
1 parent 272d85d commit cd5d3ab
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -197,7 +197,7 @@ export const InstanceProperties: ObjectMap<string[]> = {
forEach: ["es.array.for-each", "web.dom-collections.for-each"],
includes: ["es.array.includes", "es.string.includes"],
indexOf: ["es.array.index-of"],
italic: ["es.string.italics"],
italics: ["es.string.italics"],
join: ["es.array.join"],
keys: ArrayNatureIteratorsWithTag,
lastIndex: ["esnext.array.last-index"],
Expand Down

0 comments on commit cd5d3ab

Please sign in to comment.