This repository was archived by the owner on May 11, 2018. It is now read-only.
FYI we are moving this repo/package into https://github.com/babel/babel
🐛 Bug Fix
ES2015 destructuring is not fully supported in Edge 15 and the polyfill required again. es6.math.imul is supported on Android as of version 4.4
Functions such as Object.keys, Object.freeze, ... do already exist in ES5, but their behaviour changed in ES2015. babel-preset-env with builtIns: true now adds the core-js polyfills for this methods if the browser only supports the ES5 variant of the method (like IE11 for example)