mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
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.