This commit is contained in:
hatuhn
2019-09-13 09:45:04 +07:00
parent f14a34ba19
commit 558fb07261
16790 changed files with 0 additions and 1642370 deletions

View File

@@ -1,8 +0,0 @@
'use strict';
require('../../modules/es6.map');
require('../../modules/es7.map.from');
var $Map = require('../../modules/_core').Map;
var $from = $Map.from;
module.exports = function from(source, mapFn, thisArg) {
return $from.call(typeof this === 'function' ? this : $Map, source, mapFn, thisArg);
};

View File

@@ -1,8 +0,0 @@
require('../../modules/es6.object.to-string');
require('../../modules/es6.string.iterator');
require('../../modules/web.dom.iterable');
require('../../modules/es6.map');
require('../../modules/es7.map.to-json');
require('../../modules/es7.map.of');
require('../../modules/es7.map.from');
module.exports = require('../../modules/_core').Map;

View File

@@ -1,8 +0,0 @@
'use strict';
require('../../modules/es6.map');
require('../../modules/es7.map.of');
var $Map = require('../../modules/_core').Map;
var $of = $Map.of;
module.exports = function of() {
return $of.apply(typeof this === 'function' ? this : $Map, arguments);
};