mirror of
https://github.com/S2-/minifyfromhtml.git
synced 2025-08-04 04:40:05 +02:00
add some packages
This commit is contained in:
7
node_modules/core-js/modules/_add-to-unscopables.js
generated
vendored
Normal file
7
node_modules/core-js/modules/_add-to-unscopables.js
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
// 22.1.3.31 Array.prototype[@@unscopables]
|
||||
var UNSCOPABLES = require('./_wks')('unscopables');
|
||||
var ArrayProto = Array.prototype;
|
||||
if (ArrayProto[UNSCOPABLES] == undefined) require('./_hide')(ArrayProto, UNSCOPABLES, {});
|
||||
module.exports = function (key) {
|
||||
ArrayProto[UNSCOPABLES][key] = true;
|
||||
};
|
Reference in New Issue
Block a user