Files
meteor/packages/ecmascript-runtime-client
Lukas Strassel 612ff48c8f Polyfill Array.prototype.{flatten,flatMap} in modern bundle (#9883)
With the split of modern/legacy bundles, we no longer polyfill native features.

While Array.prototype.includes is available in modern browsers, flatten and flatMap are not.

This PR re-adds those polyfills to the modern bundle, for consistency with the legacy bundle.
2018-05-12 14:45:46 -04:00
..

ecmascript-runtime-client

Source code of released version | Source code of development version


Build Status Polyfills for new ECMAScript 2015 APIs like Map and Set