-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Closed
Labels
i: needs triageoutdatedA closed issue/PR that is archived due to age. Recommended to make a new issueA closed issue/PR that is archived due to age. Recommended to make a new issue
Description
Bug Report
Current Behavior
there is a definition(reverse: ["es.string.reverse"]) in babel-preset-env/corejs3/built-in-definitions
Expected behavior/code
it seems that there is no polyfill named String.prototype.reverse, but there should be a Array.prototype.reverse
referer:
Environment
- master branch
Possible Solution
change reverse: ["es.string.reverse"], to reverse: ["es.array.reverse"],
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
i: needs triageoutdatedA closed issue/PR that is archived due to age. Recommended to make a new issueA closed issue/PR that is archived due to age. Recommended to make a new issue