拿掉 build files

This commit is contained in:
2022-07-18 16:33:23 +08:00
parent 41e2287bcb
commit 3707f158a3
31953 changed files with 0 additions and 4411796 deletions
-8
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);
};
-8
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;
-8
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);
};