main
Last change
on this file was d24f17c, checked in by Aleksandar Panovski <apano77@…>, 15 months ago |
Initial commit
|
-
Property mode
set to
100644
|
File size:
748 bytes
|
Rev | Line | |
---|
[d24f17c] | 1 | 'use strict';
|
---|
| 2 | var parent = require('../../stable/array');
|
---|
| 3 | require('../../modules/es.promise');
|
---|
| 4 | require('../../modules/es.object.to-string');
|
---|
| 5 | require('../../modules/esnext.array.from-async');
|
---|
| 6 | require('../../modules/esnext.array.group');
|
---|
| 7 | require('../../modules/esnext.array.group-to-map');
|
---|
| 8 | // TODO: Remove from `core-js@4`
|
---|
| 9 | require('../../modules/esnext.array.find-last');
|
---|
| 10 | require('../../modules/esnext.array.find-last-index');
|
---|
| 11 | require('../../modules/esnext.array.group-by');
|
---|
| 12 | require('../../modules/esnext.array.group-by-to-map');
|
---|
| 13 | require('../../modules/esnext.array.to-reversed');
|
---|
| 14 | require('../../modules/esnext.array.to-sorted');
|
---|
| 15 | require('../../modules/esnext.array.to-spliced');
|
---|
| 16 | require('../../modules/esnext.array.with');
|
---|
| 17 |
|
---|
| 18 | module.exports = parent;
|
---|
Note:
See
TracBrowser
for help on using the repository browser.