UNPKG

430 BJavaScriptView Raw
1'use strict';
2var parent = require('./1');
3
4require('../proposals/efficient-64-bit-arithmetic');
5require('../proposals/function-demethodize');
6require('../proposals/function-is-callable-is-constructor');
7require('../proposals/string-at');
8require('../proposals/url');
9// TODO: Obsolete versions, remove from `core-js@4`:
10require('../proposals/array-filtering');
11require('../proposals/function-un-this');
12
13module.exports = parent;