UNPKG

816 BJavaScriptView Raw
1'use strict';
2// TODO: Remove this entry from `core-js@4`
3require('../proposals/accessible-object-hasownproperty');
4require('../proposals/array-buffer-transfer');
5require('../proposals/array-find-from-last');
6require('../proposals/array-grouping-v2');
7require('../proposals/change-array-by-copy-stage-4');
8// require('../proposals/error-cause');
9require('../proposals/global-this');
10require('../proposals/promise-all-settled');
11require('../proposals/promise-any');
12require('../proposals/promise-with-resolvers');
13require('../proposals/relative-indexing-method');
14require('../proposals/set-methods-v2');
15require('../proposals/string-match-all');
16require('../proposals/string-replace-all-stage-4');
17require('../proposals/well-formed-unicode-strings');
18
19var path = require('../internals/path');
20
21module.exports = path;