first commit
This commit is contained in:
commit
eb2f504652
32490 changed files with 5731109 additions and 0 deletions
11
node_modules/core-js/modules/esnext.async-iterator.map.js
generated
vendored
Normal file
11
node_modules/core-js/modules/esnext.async-iterator.map.js
generated
vendored
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
'use strict';
|
||||
var $ = require('../internals/export');
|
||||
var map = require('../internals/async-iterator-map');
|
||||
var IS_PURE = require('../internals/is-pure');
|
||||
|
||||
// `AsyncIterator.prototype.map` method
|
||||
// https://github.com/tc39/proposal-async-iterator-helpers
|
||||
$({ target: 'AsyncIterator', proto: true, real: true, forced: IS_PURE }, {
|
||||
map: map
|
||||
});
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue