mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
As far as I can tell, object.entries and object.values were already supported on all browsers supporting native async/await. This is the current cutoff between modern/legacy ref: https://github.com/meteor/babel-preset-meteor/blob/master/modern.js https://caniuse.com/#search=object.entries https://caniuse.com/#search=object.values Furthermore I added following new ES2018/2019 features: Object.fromEntries / String.prototype.trimStart / String.prototype.trimEnd
670 B
670 B