UNPKG

415 BJavaScriptView Raw
1'use strict';
2
3// Object.values/Object.entries are stage 4, in ES2017
4require('object.values/shim')();
5require('object.entries/shim')();
6
7// String#padStart/String#padEnd are stage 4, in ES2017
8require('string.prototype.padstart/shim')();
9require('string.prototype.padend/shim')();
10
11// Object.getOwnPropertyDescriptors is stage 4, in ES2017
12require('object.getownpropertydescriptors/shim')();
13
14require('./es2018');