| Current Path : /home/emeraadmin/public_html/4d695/ |
| Current File : /home/emeraadmin/public_html/4d695/es.tar |
escape.js 0000644 00000000167 15167732033 0006355 0 ustar 00 'use strict';
require('../modules/es.escape');
var path = require('../internals/path');
module.exports = path.escape;
get-iterator-method.js 0000644 00000000313 15167732033 0010772 0 ustar 00 'use strict';
require('../modules/es.array.iterator');
require('../modules/es.string.iterator');
var getIteratorMethod = require('../internals/get-iterator-method');
module.exports = getIteratorMethod;
array-buffer/constructor.js 0000644 00000000633 15167732033 0012065 0 ustar 00 'use strict';
require('../../modules/es.array-buffer.constructor');
require('../../modules/es.array-buffer.slice');
require('../../modules/es.array-buffer.detached');
require('../../modules/es.array-buffer.transfer');
require('../../modules/es.array-buffer.transfer-to-fixed-length');
require('../../modules/es.object.to-string');
var path = require('../../internals/path');
module.exports = path.ArrayBuffer;
array-buffer/slice.js 0000644 00000000076 15167732033 0010600 0 ustar 00 'use strict';
require('../../modules/es.array-buffer.slice');
array-buffer/transfer.js 0000644 00000000316 15167732033 0011322 0 ustar 00 'use strict';
require('../../modules/es.array-buffer.constructor');
require('../../modules/es.array-buffer.slice');
require('../../modules/es.data-view');
require('../../modules/es.array-buffer.transfer');
array-buffer/is-view.js 0000644 00000000227 15167732033 0011062 0 ustar 00 'use strict';
require('../../modules/es.array-buffer.is-view');
var path = require('../../internals/path');
module.exports = path.ArrayBuffer.isView;
array-buffer/index.js 0000644 00000000764 15167732033 0010614 0 ustar 00 'use strict';
require('../../modules/es.array-buffer.constructor');
require('../../modules/es.array-buffer.is-view');
require('../../modules/es.array-buffer.slice');
require('../../modules/es.data-view');
require('../../modules/es.array-buffer.detached');
require('../../modules/es.array-buffer.transfer');
require('../../modules/es.array-buffer.transfer-to-fixed-length');
require('../../modules/es.object.to-string');
var path = require('../../internals/path');
module.exports = path.ArrayBuffer;
array-buffer/detached.js 0000644 00000000247 15167732033 0011242 0 ustar 00 'use strict';
require('../../modules/es.array-buffer.constructor');
require('../../modules/es.array-buffer.slice');
require('../../modules/es.array-buffer.detached');
array-buffer/transfer-to-fixed-length.js 0000644 00000000336 15167732033 0014320 0 ustar 00 'use strict';
require('../../modules/es.array-buffer.constructor');
require('../../modules/es.array-buffer.slice');
require('../../modules/es.data-view');
require('../../modules/es.array-buffer.transfer-to-fixed-length');
json/stringify.js 0000644 00000000754 15167732033 0010106 0 ustar 00 'use strict';
require('../../modules/es.date.to-json');
require('../../modules/es.json.stringify');
var path = require('../../internals/path');
var apply = require('../../internals/function-apply');
// eslint-disable-next-line es/no-json -- safe
if (!path.JSON) path.JSON = { stringify: JSON.stringify };
// eslint-disable-next-line no-unused-vars -- required for `.length`
module.exports = function stringify(it, replacer, space) {
return apply(path.JSON.stringify, null, arguments);
};
json/index.js 0000644 00000000473 15167732033 0007175 0 ustar 00 'use strict';
require('../../modules/es.date.to-json');
require('../../modules/es.json.stringify');
require('../../modules/es.json.to-string-tag');
var path = require('../../internals/path');
// eslint-disable-next-line es/no-json -- safe
module.exports = path.JSON || (path.JSON = { stringify: JSON.stringify });
json/to-string-tag.js 0000644 00000000130 15167732033 0010553 0 ustar 00 'use strict';
require('../../modules/es.json.to-string-tag');
module.exports = 'JSON';
array/find-index.js 0000644 00000000254 15167732033 0010255 0 ustar 00 'use strict';
require('../../modules/es.array.find-index');
var entryUnbind = require('../../internals/entry-unbind');
module.exports = entryUnbind('Array', 'findIndex');
array/find-last-index.js 0000644 00000000265 15167732033 0011220 0 ustar 00 'use strict';
require('../../modules/es.array.find-last-index');
var entryUnbind = require('../../internals/entry-unbind');
module.exports = entryUnbind('Array', 'findLastIndex');
array/copy-within.js 0000644 00000000256 15167732033 0010504 0 ustar 00 'use strict';
require('../../modules/es.array.copy-within');
var entryUnbind = require('../../internals/entry-unbind');
module.exports = entryUnbind('Array', 'copyWithin');
array/to-spliced.js 0000644 00000000254 15167732033 0010273 0 ustar 00 'use strict';
require('../../modules/es.array.to-spliced');
var entryUnbind = require('../../internals/entry-unbind');
module.exports = entryUnbind('Array', 'toSpliced');
array/flat.js 0000644 00000000325 15167732033 0007155 0 ustar 00 'use strict';
require('../../modules/es.array.flat');
require('../../modules/es.array.unscopables.flat');
var entryUnbind = require('../../internals/entry-unbind');
module.exports = entryUnbind('Array', 'flat');
array/fill.js 0000644 00000000241 15167732033 0007152 0 ustar 00 'use strict';
require('../../modules/es.array.fill');
var entryUnbind = require('../../internals/entry-unbind');
module.exports = entryUnbind('Array', 'fill');
array/map.js 0000644 00000000237 15167732033 0007006 0 ustar 00 'use strict';
require('../../modules/es.array.map');
var entryUnbind = require('../../internals/entry-unbind');
module.exports = entryUnbind('Array', 'map');
array/to-reversed.js 0000644 00000000256 15167732033 0010471 0 ustar 00 'use strict';
require('../../modules/es.array.to-reversed');
var entryUnbind = require('../../internals/entry-unbind');
module.exports = entryUnbind('Array', 'toReversed');
array/at.js 0000644 00000000235 15167732033 0006633 0 ustar 00 'use strict';
require('../../modules/es.array.at');
var entryUnbind = require('../../internals/entry-unbind');
module.exports = entryUnbind('Array', 'at');
array/unshift.js 0000644 00000000247 15167732033 0007712 0 ustar 00 'use strict';
require('../../modules/es.array.unshift');
var entryUnbind = require('../../internals/entry-unbind');
module.exports = entryUnbind('Array', 'unshift');
array/reduce-right.js 0000644 00000000260 15167732033 0010607 0 ustar 00 'use strict';
require('../../modules/es.array.reduce-right');
var entryUnbind = require('../../internals/entry-unbind');
module.exports = entryUnbind('Array', 'reduceRight');
array/push.js 0000644 00000000241 15167732033 0007203 0 ustar 00 'use strict';
require('../../modules/es.array.push');
var entryUnbind = require('../../internals/entry-unbind');
module.exports = entryUnbind('Array', 'push');
array/filter.js 0000644 00000000245 15167732033 0007515 0 ustar 00 'use strict';
require('../../modules/es.array.filter');
var entryUnbind = require('../../internals/entry-unbind');
module.exports = entryUnbind('Array', 'filter');
array/concat.js 0000644 00000000245 15167732033 0007477 0 ustar 00 'use strict';
require('../../modules/es.array.concat');
var entryUnbind = require('../../internals/entry-unbind');
module.exports = entryUnbind('Array', 'concat');
array/keys.js 0000644 00000000323 15167732033 0007200 0 ustar 00 'use strict';
require('../../modules/es.array.iterator');
require('../../modules/es.object.to-string');
var entryUnbind = require('../../internals/entry-unbind');
module.exports = entryUnbind('Array', 'keys');
array/some.js 0000644 00000000241 15167732033 0007167 0 ustar 00 'use strict';
require('../../modules/es.array.some');
var entryUnbind = require('../../internals/entry-unbind');
module.exports = entryUnbind('Array', 'some');
array/values.js 0000644 00000000325 15167732033 0007526 0 ustar 00 'use strict';
require('../../modules/es.array.iterator');
require('../../modules/es.object.to-string');
var entryUnbind = require('../../internals/entry-unbind');
module.exports = entryUnbind('Array', 'values');
array/is-array.js 0000644 00000000214 15167732033 0007753 0 ustar 00 'use strict';
require('../../modules/es.array.is-array');
var path = require('../../internals/path');
module.exports = path.Array.isArray;
array/includes.js 0000644 00000000251 15167732033 0010033 0 ustar 00 'use strict';
require('../../modules/es.array.includes');
var entryUnbind = require('../../internals/entry-unbind');
module.exports = entryUnbind('Array', 'includes');
array/slice.js 0000644 00000000243 15167732033 0007325 0 ustar 00 'use strict';
require('../../modules/es.array.slice');
var entryUnbind = require('../../internals/entry-unbind');
module.exports = entryUnbind('Array', 'slice');
array/every.js 0000644 00000000243 15167732033 0007360 0 ustar 00 'use strict';
require('../../modules/es.array.every');
var entryUnbind = require('../../internals/entry-unbind');
module.exports = entryUnbind('Array', 'every');
array/join.js 0000644 00000000241 15167732033 0007163 0 ustar 00 'use strict';
require('../../modules/es.array.join');
var entryUnbind = require('../../internals/entry-unbind');
module.exports = entryUnbind('Array', 'join');
array/with.js 0000644 00000000241 15167732033 0007177 0 ustar 00 'use strict';
require('../../modules/es.array.with');
var entryUnbind = require('../../internals/entry-unbind');
module.exports = entryUnbind('Array', 'with');
array/index.js 0000644 00000003445 15167732033 0007344 0 ustar 00 'use strict';
require('../../modules/es.array.from');
require('../../modules/es.array.is-array');
require('../../modules/es.array.of');
require('../../modules/es.array.at');
require('../../modules/es.array.concat');
require('../../modules/es.array.copy-within');
require('../../modules/es.array.every');
require('../../modules/es.array.fill');
require('../../modules/es.array.filter');
require('../../modules/es.array.find');
require('../../modules/es.array.find-index');
require('../../modules/es.array.find-last');
require('../../modules/es.array.find-last-index');
require('../../modules/es.array.flat');
require('../../modules/es.array.flat-map');
require('../../modules/es.array.for-each');
require('../../modules/es.array.includes');
require('../../modules/es.array.index-of');
require('../../modules/es.array.iterator');
require('../../modules/es.array.join');
require('../../modules/es.array.last-index-of');
require('../../modules/es.array.map');
require('../../modules/es.array.push');
require('../../modules/es.array.reduce');
require('../../modules/es.array.reduce-right');
require('../../modules/es.array.reverse');
require('../../modules/es.array.slice');
require('../../modules/es.array.some');
require('../../modules/es.array.sort');
require('../../modules/es.array.species');
require('../../modules/es.array.splice');
require('../../modules/es.array.to-reversed');
require('../../modules/es.array.to-sorted');
require('../../modules/es.array.to-spliced');
require('../../modules/es.array.unscopables.flat');
require('../../modules/es.array.unscopables.flat-map');
require('../../modules/es.array.unshift');
require('../../modules/es.array.with');
require('../../modules/es.object.to-string');
require('../../modules/es.string.iterator');
var path = require('../../internals/path');
module.exports = path.Array;
array/entries.js 0000644 00000000326 15167732033 0007701 0 ustar 00 'use strict';
require('../../modules/es.array.iterator');
require('../../modules/es.object.to-string');
var entryUnbind = require('../../internals/entry-unbind');
module.exports = entryUnbind('Array', 'entries');
array/last-index-of.js 0000644 00000000261 15167732033 0010700 0 ustar 00 'use strict';
require('../../modules/es.array.last-index-of');
var entryUnbind = require('../../internals/entry-unbind');
module.exports = entryUnbind('Array', 'lastIndexOf');
array/sort.js 0000644 00000000241 15167732033 0007213 0 ustar 00 'use strict';
require('../../modules/es.array.sort');
var entryUnbind = require('../../internals/entry-unbind');
module.exports = entryUnbind('Array', 'sort');
array/reduce.js 0000644 00000000245 15167732033 0007477 0 ustar 00 'use strict';
require('../../modules/es.array.reduce');
var entryUnbind = require('../../internals/entry-unbind');
module.exports = entryUnbind('Array', 'reduce');
array/flat-map.js 0000644 00000000340 15167732033 0007725 0 ustar 00 'use strict';
require('../../modules/es.array.flat-map');
require('../../modules/es.array.unscopables.flat-map');
var entryUnbind = require('../../internals/entry-unbind');
module.exports = entryUnbind('Array', 'flatMap');
array/for-each.js 0000644 00000000250 15167732033 0007710 0 ustar 00 'use strict';
require('../../modules/es.array.for-each');
var entryUnbind = require('../../internals/entry-unbind');
module.exports = entryUnbind('Array', 'forEach');
array/index-of.js 0000644 00000000250 15167732033 0007735 0 ustar 00 'use strict';
require('../../modules/es.array.index-of');
var entryUnbind = require('../../internals/entry-unbind');
module.exports = entryUnbind('Array', 'indexOf');
array/from.js 0000644 00000000262 15167732033 0007172 0 ustar 00 'use strict';
require('../../modules/es.string.iterator');
require('../../modules/es.array.from');
var path = require('../../internals/path');
module.exports = path.Array.from;
array/splice.js 0000644 00000000245 15167732033 0007507 0 ustar 00 'use strict';
require('../../modules/es.array.splice');
var entryUnbind = require('../../internals/entry-unbind');
module.exports = entryUnbind('Array', 'splice');
array/virtual/find-index.js 0000644 00000000337 15167732033 0011745 0 ustar 00 'use strict';
require('../../../modules/es.array.find-index');
var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method');
module.exports = getBuiltInPrototypeMethod('Array', 'findIndex');
array/virtual/find-last-index.js 0000644 00000000350 15167732033 0012701 0 ustar 00 'use strict';
require('../../../modules/es.array.find-last-index');
var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method');
module.exports = getBuiltInPrototypeMethod('Array', 'findLastIndex');
array/virtual/copy-within.js 0000644 00000000341 15167732033 0012165 0 ustar 00 'use strict';
require('../../../modules/es.array.copy-within');
var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method');
module.exports = getBuiltInPrototypeMethod('Array', 'copyWithin');
array/virtual/to-spliced.js 0000644 00000000337 15167732033 0011763 0 ustar 00 'use strict';
require('../../../modules/es.array.to-spliced');
var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method');
module.exports = getBuiltInPrototypeMethod('Array', 'toSpliced');
array/virtual/flat.js 0000644 00000000413 15167732033 0010641 0 ustar 00 'use strict';
require('../../../modules/es.array.flat');
require('../../../modules/es.array.unscopables.flat');
var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method');
module.exports = getBuiltInPrototypeMethod('Array', 'flat');
array/virtual/fill.js 0000644 00000000324 15167732033 0010642 0 ustar 00 'use strict';
require('../../../modules/es.array.fill');
var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method');
module.exports = getBuiltInPrototypeMethod('Array', 'fill');
array/virtual/map.js 0000644 00000000322 15167732033 0010467 0 ustar 00 'use strict';
require('../../../modules/es.array.map');
var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method');
module.exports = getBuiltInPrototypeMethod('Array', 'map');
array/virtual/to-reversed.js 0000644 00000000341 15167732033 0012152 0 ustar 00 'use strict';
require('../../../modules/es.array.to-reversed');
var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method');
module.exports = getBuiltInPrototypeMethod('Array', 'toReversed');
array/virtual/at.js 0000644 00000000320 15167732033 0010314 0 ustar 00 'use strict';
require('../../../modules/es.array.at');
var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method');
module.exports = getBuiltInPrototypeMethod('Array', 'at');
array/virtual/unshift.js 0000644 00000000332 15167732033 0011373 0 ustar 00 'use strict';
require('../../../modules/es.array.unshift');
var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method');
module.exports = getBuiltInPrototypeMethod('Array', 'unshift');
array/virtual/reduce-right.js 0000644 00000000343 15167732033 0012277 0 ustar 00 'use strict';
require('../../../modules/es.array.reduce-right');
var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method');
module.exports = getBuiltInPrototypeMethod('Array', 'reduceRight');
array/virtual/push.js 0000644 00000000324 15167732033 0010673 0 ustar 00 'use strict';
require('../../../modules/es.array.push');
var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method');
module.exports = getBuiltInPrototypeMethod('Array', 'push');
array/virtual/filter.js 0000644 00000000330 15167732033 0011176 0 ustar 00 'use strict';
require('../../../modules/es.array.filter');
var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method');
module.exports = getBuiltInPrototypeMethod('Array', 'filter');
array/virtual/concat.js 0000644 00000000330 15167732033 0011160 0 ustar 00 'use strict';
require('../../../modules/es.array.concat');
var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method');
module.exports = getBuiltInPrototypeMethod('Array', 'concat');
array/virtual/keys.js 0000644 00000000411 15167732033 0010664 0 ustar 00 'use strict';
require('../../../modules/es.array.iterator');
require('../../../modules/es.object.to-string');
var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method');
module.exports = getBuiltInPrototypeMethod('Array', 'keys');
array/virtual/some.js 0000644 00000000324 15167732033 0010657 0 ustar 00 'use strict';
require('../../../modules/es.array.some');
var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method');
module.exports = getBuiltInPrototypeMethod('Array', 'some');
array/virtual/values.js 0000644 00000000413 15167732033 0011212 0 ustar 00 'use strict';
require('../../../modules/es.array.iterator');
require('../../../modules/es.object.to-string');
var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method');
module.exports = getBuiltInPrototypeMethod('Array', 'values');
array/virtual/includes.js 0000644 00000000334 15167732033 0011523 0 ustar 00 'use strict';
require('../../../modules/es.array.includes');
var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method');
module.exports = getBuiltInPrototypeMethod('Array', 'includes');
array/virtual/slice.js 0000644 00000000326 15167732033 0011015 0 ustar 00 'use strict';
require('../../../modules/es.array.slice');
var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method');
module.exports = getBuiltInPrototypeMethod('Array', 'slice');
array/virtual/every.js 0000644 00000000326 15167732033 0011050 0 ustar 00 'use strict';
require('../../../modules/es.array.every');
var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method');
module.exports = getBuiltInPrototypeMethod('Array', 'every');
array/virtual/join.js 0000644 00000000324 15167732033 0010653 0 ustar 00 'use strict';
require('../../../modules/es.array.join');
var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method');
module.exports = getBuiltInPrototypeMethod('Array', 'join');
array/virtual/with.js 0000644 00000000324 15167732033 0010667 0 ustar 00 'use strict';
require('../../../modules/es.array.with');
var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method');
module.exports = getBuiltInPrototypeMethod('Array', 'with');
array/virtual/index.js 0000644 00000003411 15167732033 0011023 0 ustar 00 'use strict';
require('../../../modules/es.array.at');
require('../../../modules/es.array.concat');
require('../../../modules/es.array.copy-within');
require('../../../modules/es.array.every');
require('../../../modules/es.array.fill');
require('../../../modules/es.array.filter');
require('../../../modules/es.array.find');
require('../../../modules/es.array.find-index');
require('../../../modules/es.array.find-last');
require('../../../modules/es.array.find-last-index');
require('../../../modules/es.array.flat');
require('../../../modules/es.array.flat-map');
require('../../../modules/es.array.for-each');
require('../../../modules/es.array.includes');
require('../../../modules/es.array.index-of');
require('../../../modules/es.array.iterator');
require('../../../modules/es.array.join');
require('../../../modules/es.array.last-index-of');
require('../../../modules/es.array.map');
require('../../../modules/es.array.push');
require('../../../modules/es.array.reduce');
require('../../../modules/es.array.reduce-right');
require('../../../modules/es.array.reverse');
require('../../../modules/es.array.slice');
require('../../../modules/es.array.some');
require('../../../modules/es.array.sort');
require('../../../modules/es.array.species');
require('../../../modules/es.array.splice');
require('../../../modules/es.array.to-reversed');
require('../../../modules/es.array.to-sorted');
require('../../../modules/es.array.to-spliced');
require('../../../modules/es.array.unscopables.flat');
require('../../../modules/es.array.unscopables.flat-map');
require('../../../modules/es.array.unshift');
require('../../../modules/es.array.with');
require('../../../modules/es.object.to-string');
var entryVirtual = require('../../../internals/entry-virtual');
module.exports = entryVirtual('Array');
array/virtual/entries.js 0000644 00000000414 15167732033 0011365 0 ustar 00 'use strict';
require('../../../modules/es.array.iterator');
require('../../../modules/es.object.to-string');
var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method');
module.exports = getBuiltInPrototypeMethod('Array', 'entries');
array/virtual/last-index-of.js 0000644 00000000344 15167732033 0012370 0 ustar 00 'use strict';
require('../../../modules/es.array.last-index-of');
var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method');
module.exports = getBuiltInPrototypeMethod('Array', 'lastIndexOf');
array/virtual/sort.js 0000644 00000000324 15167732033 0010703 0 ustar 00 'use strict';
require('../../../modules/es.array.sort');
var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method');
module.exports = getBuiltInPrototypeMethod('Array', 'sort');
array/virtual/reduce.js 0000644 00000000330 15167732033 0011160 0 ustar 00 'use strict';
require('../../../modules/es.array.reduce');
var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method');
module.exports = getBuiltInPrototypeMethod('Array', 'reduce');
array/virtual/flat-map.js 0000644 00000000426 15167732033 0011420 0 ustar 00 'use strict';
require('../../../modules/es.array.flat-map');
require('../../../modules/es.array.unscopables.flat-map');
var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method');
module.exports = getBuiltInPrototypeMethod('Array', 'flatMap');
array/virtual/for-each.js 0000644 00000000333 15167732033 0011400 0 ustar 00 'use strict';
require('../../../modules/es.array.for-each');
var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method');
module.exports = getBuiltInPrototypeMethod('Array', 'forEach');
array/virtual/index-of.js 0000644 00000000333 15167732033 0011425 0 ustar 00 'use strict';
require('../../../modules/es.array.index-of');
var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method');
module.exports = getBuiltInPrototypeMethod('Array', 'indexOf');
array/virtual/splice.js 0000644 00000000330 15167732033 0011170 0 ustar 00 'use strict';
require('../../../modules/es.array.splice');
var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method');
module.exports = getBuiltInPrototypeMethod('Array', 'splice');
array/virtual/to-sorted.js 0000644 00000000410 15167732033 0011630 0 ustar 00 'use strict';
require('../../../modules/es.array.sort');
require('../../../modules/es.array.to-sorted');
var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method');
module.exports = getBuiltInPrototypeMethod('Array', 'toSorted');
array/virtual/find-last.js 0000644 00000000335 15167732033 0011577 0 ustar 00 'use strict';
require('../../../modules/es.array.find-last');
var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method');
module.exports = getBuiltInPrototypeMethod('Array', 'findLast');
array/virtual/reverse.js 0000644 00000000332 15167732033 0011366 0 ustar 00 'use strict';
require('../../../modules/es.array.reverse');
var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method');
module.exports = getBuiltInPrototypeMethod('Array', 'reverse');
array/virtual/find.js 0000644 00000000324 15167732033 0010634 0 ustar 00 'use strict';
require('../../../modules/es.array.find');
var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method');
module.exports = getBuiltInPrototypeMethod('Array', 'find');
array/virtual/iterator.js 0000644 00000000413 15167732033 0011544 0 ustar 00 'use strict';
require('../../../modules/es.array.iterator');
require('../../../modules/es.object.to-string');
var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method');
module.exports = getBuiltInPrototypeMethod('Array', 'values');
array/to-sorted.js 0000644 00000000322 15167732033 0010144 0 ustar 00 'use strict';
require('../../modules/es.array.sort');
require('../../modules/es.array.to-sorted');
var entryUnbind = require('../../internals/entry-unbind');
module.exports = entryUnbind('Array', 'toSorted');
array/find-last.js 0000644 00000000252 15167732033 0010107 0 ustar 00 'use strict';
require('../../modules/es.array.find-last');
var entryUnbind = require('../../internals/entry-unbind');
module.exports = entryUnbind('Array', 'findLast');
array/reverse.js 0000644 00000000247 15167732033 0007705 0 ustar 00 'use strict';
require('../../modules/es.array.reverse');
var entryUnbind = require('../../internals/entry-unbind');
module.exports = entryUnbind('Array', 'reverse');
array/of.js 0000644 00000000201 15167732033 0006624 0 ustar 00 'use strict';
require('../../modules/es.array.of');
var path = require('../../internals/path');
module.exports = path.Array.of;
array/find.js 0000644 00000000241 15167732033 0007144 0 ustar 00 'use strict';
require('../../modules/es.array.find');
var entryUnbind = require('../../internals/entry-unbind');
module.exports = entryUnbind('Array', 'find');
array/iterator.js 0000644 00000000325 15167732033 0010060 0 ustar 00 'use strict';
require('../../modules/es.array.iterator');
require('../../modules/es.object.to-string');
var entryUnbind = require('../../internals/entry-unbind');
module.exports = entryUnbind('Array', 'values');
symbol/has-instance.js 0000644 00000000414 15167732033 0010772 0 ustar 00 'use strict';
require('../../modules/es.symbol.has-instance');
require('../../modules/es.function.has-instance');
var WrappedWellKnownSymbolModule = require('../../internals/well-known-symbol-wrapped');
module.exports = WrappedWellKnownSymbolModule.f('hasInstance');
symbol/async-iterator.js 0000644 00000000335 15167732033 0011363 0 ustar 00 'use strict';
require('../../modules/es.symbol.async-iterator');
var WrappedWellKnownSymbolModule = require('../../internals/well-known-symbol-wrapped');
module.exports = WrappedWellKnownSymbolModule.f('asyncIterator');
symbol/is-concat-spreadable.js 0000644 00000000422 15167732033 0012374 0 ustar 00 'use strict';
require('../../modules/es.array.concat');
require('../../modules/es.symbol.is-concat-spreadable');
var WrappedWellKnownSymbolModule = require('../../internals/well-known-symbol-wrapped');
module.exports = WrappedWellKnownSymbolModule.f('isConcatSpreadable');
symbol/split.js 0000644 00000000437 15167732033 0007555 0 ustar 00 'use strict';
require('../../modules/es.regexp.exec');
require('../../modules/es.symbol.split');
require('../../modules/es.string.split');
var WrappedWellKnownSymbolModule = require('../../internals/well-known-symbol-wrapped');
module.exports = WrappedWellKnownSymbolModule.f('split');
symbol/to-primitive.js 0000644 00000000410 15167732033 0011041 0 ustar 00 'use strict';
require('../../modules/es.date.to-primitive');
require('../../modules/es.symbol.to-primitive');
var WrappedWellKnownSymbolModule = require('../../internals/well-known-symbol-wrapped');
module.exports = WrappedWellKnownSymbolModule.f('toPrimitive');
symbol/search.js 0000644 00000000442 15167732033 0007663 0 ustar 00 'use strict';
require('../../modules/es.regexp.exec');
require('../../modules/es.symbol.search');
require('../../modules/es.string.search');
var WrappedWellKnownSymbolModule = require('../../internals/well-known-symbol-wrapped');
module.exports = WrappedWellKnownSymbolModule.f('search');
symbol/for.js 0000644 00000000204 15167732033 0007200 0 ustar 00 'use strict';
require('../../modules/es.symbol');
var path = require('../../internals/path');
module.exports = path.Symbol['for'];
symbol/key-for.js 0000644 00000000204 15167732033 0007766 0 ustar 00 'use strict';
require('../../modules/es.symbol');
var path = require('../../internals/path');
module.exports = path.Symbol.keyFor;
symbol/match-all.js 0000644 00000000530 15167732033 0010256 0 ustar 00 'use strict';
require('../../modules/es.object.to-string');
require('../../modules/es.regexp.exec');
require('../../modules/es.symbol.match-all');
require('../../modules/es.string.match-all');
var WrappedWellKnownSymbolModule = require('../../internals/well-known-symbol-wrapped');
module.exports = WrappedWellKnownSymbolModule.f('matchAll');
symbol/description.js 0000644 00000000076 15167732033 0010744 0 ustar 00 'use strict';
require('../../modules/es.symbol.description');
symbol/index.js 0000644 00000001772 15167732033 0007534 0 ustar 00 'use strict';
require('../../modules/es.array.concat');
require('../../modules/es.object.to-string');
require('../../modules/es.symbol');
require('../../modules/es.symbol.async-iterator');
require('../../modules/es.symbol.description');
require('../../modules/es.symbol.has-instance');
require('../../modules/es.symbol.is-concat-spreadable');
require('../../modules/es.symbol.iterator');
require('../../modules/es.symbol.match');
require('../../modules/es.symbol.match-all');
require('../../modules/es.symbol.replace');
require('../../modules/es.symbol.search');
require('../../modules/es.symbol.species');
require('../../modules/es.symbol.split');
require('../../modules/es.symbol.to-primitive');
require('../../modules/es.symbol.to-string-tag');
require('../../modules/es.symbol.unscopables');
require('../../modules/es.json.to-string-tag');
require('../../modules/es.math.to-string-tag');
require('../../modules/es.reflect.to-string-tag');
var path = require('../../internals/path');
module.exports = path.Symbol;
symbol/match.js 0000644 00000000437 15167732033 0007516 0 ustar 00 'use strict';
require('../../modules/es.regexp.exec');
require('../../modules/es.symbol.match');
require('../../modules/es.string.match');
var WrappedWellKnownSymbolModule = require('../../internals/well-known-symbol-wrapped');
module.exports = WrappedWellKnownSymbolModule.f('match');
symbol/species.js 0000644 00000000320 15167732033 0010044 0 ustar 00 'use strict';
require('../../modules/es.symbol.species');
var WrappedWellKnownSymbolModule = require('../../internals/well-known-symbol-wrapped');
module.exports = WrappedWellKnownSymbolModule.f('species');
symbol/unscopables.js 0000644 00000000330 15167732033 0010730 0 ustar 00 'use strict';
require('../../modules/es.symbol.unscopables');
var WrappedWellKnownSymbolModule = require('../../internals/well-known-symbol-wrapped');
module.exports = WrappedWellKnownSymbolModule.f('unscopables');
symbol/replace.js 0000644 00000000445 15167732033 0010034 0 ustar 00 'use strict';
require('../../modules/es.regexp.exec');
require('../../modules/es.symbol.replace');
require('../../modules/es.string.replace');
var WrappedWellKnownSymbolModule = require('../../internals/well-known-symbol-wrapped');
module.exports = WrappedWellKnownSymbolModule.f('replace');
symbol/to-string-tag.js 0000644 00000000633 15167732033 0011117 0 ustar 00 'use strict';
require('../../modules/es.json.to-string-tag');
require('../../modules/es.math.to-string-tag');
require('../../modules/es.object.to-string');
require('../../modules/es.reflect.to-string-tag');
require('../../modules/es.symbol.to-string-tag');
var WrappedWellKnownSymbolModule = require('../../internals/well-known-symbol-wrapped');
module.exports = WrappedWellKnownSymbolModule.f('toStringTag');
symbol/iterator.js 0000644 00000000531 15167732033 0010246 0 ustar 00 'use strict';
require('../../modules/es.array.iterator');
require('../../modules/es.object.to-string');
require('../../modules/es.string.iterator');
require('../../modules/es.symbol.iterator');
var WrappedWellKnownSymbolModule = require('../../internals/well-known-symbol-wrapped');
module.exports = WrappedWellKnownSymbolModule.f('iterator');
data-view/index.js 0000644 00000000426 15167732033 0010103 0 ustar 00 'use strict';
require('../../modules/es.array-buffer.constructor');
require('../../modules/es.array-buffer.slice');
require('../../modules/es.data-view');
require('../../modules/es.object.to-string');
var path = require('../../internals/path');
module.exports = path.DataView;
error/constructor.js 0000644 00000000173 15167732033 0010630 0 ustar 00 'use strict';
require('../../modules/es.error.cause');
var path = require('../../internals/path');
module.exports = path;
error/index.js 0000644 00000000250 15167732033 0007346 0 ustar 00 'use strict';
require('../../modules/es.error.cause');
require('../../modules/es.error.to-string');
var path = require('../../internals/path');
module.exports = path;
error/to-string.js 0000644 00000000222 15167732033 0010164 0 ustar 00 'use strict';
require('../../modules/es.error.to-string');
var toString = require('../../internals/error-to-string');
module.exports = toString;
get-iterator.js 0000644 00000000270 15167732033 0007516 0 ustar 00 'use strict';
require('../modules/es.array.iterator');
require('../modules/es.string.iterator');
var getIterator = require('../internals/get-iterator');
module.exports = getIterator;
parse-float.js 0000644 00000000200 15167732033 0007316 0 ustar 00 'use strict';
require('../modules/es.parse-float');
var path = require('../internals/path');
module.exports = path.parseFloat;
unescape.js 0000644 00000000173 15167732033 0006715 0 ustar 00 'use strict';
require('../modules/es.unescape');
var path = require('../internals/path');
module.exports = path.unescape;
object/get-own-property-descriptors.js 0000644 00000000264 15167732033 0014162 0 ustar 00 'use strict';
require('../../modules/es.object.get-own-property-descriptors');
var path = require('../../internals/path');
module.exports = path.Object.getOwnPropertyDescriptors;
object/lookup-setter.js 0000644 00000000270 15167732033 0011173 0 ustar 00 'use strict';
require('../../modules/es.object.lookup-setter');
var entryUnbind = require('../../internals/entry-unbind');
module.exports = entryUnbind('Object', '__lookupSetter__');
object/freeze.js 0000644 00000000213 15167732033 0007633 0 ustar 00 'use strict';
require('../../modules/es.object.freeze');
var path = require('../../internals/path');
module.exports = path.Object.freeze;
object/from-entries.js 0000644 00000000302 15167732033 0010764 0 ustar 00 'use strict';
require('../../modules/es.array.iterator');
require('../../modules/es.object.from-entries');
var path = require('../../internals/path');
module.exports = path.Object.fromEntries;
object/lookup-getter.js 0000644 00000000270 15167732033 0011157 0 ustar 00 'use strict';
require('../../modules/es.object.lookup-getter');
var entryUnbind = require('../../internals/entry-unbind');
module.exports = entryUnbind('Object', '__lookupGetter__');
object/define-property.js 0000644 00000000510 15167732033 0011467 0 ustar 00 'use strict';
require('../../modules/es.object.define-property');
var path = require('../../internals/path');
var Object = path.Object;
var defineProperty = module.exports = function defineProperty(it, key, desc) {
return Object.defineProperty(it, key, desc);
};
if (Object.defineProperty.sham) defineProperty.sham = true;
object/set-prototype-of.js 0000644 00000000235 15167732033 0011617 0 ustar 00 'use strict';
require('../../modules/es.object.set-prototype-of');
var path = require('../../internals/path');
module.exports = path.Object.setPrototypeOf;
object/keys.js 0000644 00000000207 15167732033 0007331 0 ustar 00 'use strict';
require('../../modules/es.object.keys');
var path = require('../../internals/path');
module.exports = path.Object.keys;
object/get-own-property-names.js 0000644 00000000361 15167732033 0012722 0 ustar 00 'use strict';
require('../../modules/es.object.get-own-property-names');
var path = require('../../internals/path');
var Object = path.Object;
module.exports = function getOwnPropertyNames(it) {
return Object.getOwnPropertyNames(it);
};
object/values.js 0000644 00000000213 15167732033 0007652 0 ustar 00 'use strict';
require('../../modules/es.object.values');
var path = require('../../internals/path');
module.exports = path.Object.values;
object/is.js 0000644 00000000203 15167732033 0006765 0 ustar 00 'use strict';
require('../../modules/es.object.is');
var path = require('../../internals/path');
module.exports = path.Object.is;
object/is-frozen.js 0000644 00000000220 15167732033 0010265 0 ustar 00 'use strict';
require('../../modules/es.object.is-frozen');
var path = require('../../internals/path');
module.exports = path.Object.isFrozen;
object/assign.js 0000644 00000000213 15167732033 0007637 0 ustar 00 'use strict';
require('../../modules/es.object.assign');
var path = require('../../internals/path');
module.exports = path.Object.assign;
object/group-by.js 0000644 00000000272 15167732033 0010124 0 ustar 00 'use strict';
require('../../modules/es.object.create');
require('../../modules/es.object.group-by');
var path = require('../../internals/path');
module.exports = path.Object.groupBy;
object/get-own-property-symbols.js 0000644 00000000223 15167732033 0013304 0 ustar 00 'use strict';
require('../../modules/es.symbol');
var path = require('../../internals/path');
module.exports = path.Object.getOwnPropertySymbols;
object/has-own.js 0000644 00000000214 15167732033 0007730 0 ustar 00 'use strict';
require('../../modules/es.object.has-own');
var path = require('../../internals/path');
module.exports = path.Object.hasOwn;
object/get-own-property-descriptor.js 0000644 00000000572 15167732033 0014001 0 ustar 00 'use strict';
require('../../modules/es.object.get-own-property-descriptor');
var path = require('../../internals/path');
var Object = path.Object;
var getOwnPropertyDescriptor = module.exports = function getOwnPropertyDescriptor(it, key) {
return Object.getOwnPropertyDescriptor(it, key);
};
if (Object.getOwnPropertyDescriptor.sham) getOwnPropertyDescriptor.sham = true;
object/index.js 0000644 00000003140 15167732033 0007464 0 ustar 00 'use strict';
require('../../modules/es.symbol');
require('../../modules/es.object.assign');
require('../../modules/es.object.create');
require('../../modules/es.object.define-property');
require('../../modules/es.object.define-properties');
require('../../modules/es.object.entries');
require('../../modules/es.object.freeze');
require('../../modules/es.object.from-entries');
require('../../modules/es.object.get-own-property-descriptor');
require('../../modules/es.object.get-own-property-descriptors');
require('../../modules/es.object.get-own-property-names');
require('../../modules/es.object.get-prototype-of');
require('../../modules/es.object.group-by');
require('../../modules/es.object.has-own');
require('../../modules/es.object.is');
require('../../modules/es.object.is-extensible');
require('../../modules/es.object.is-frozen');
require('../../modules/es.object.is-sealed');
require('../../modules/es.object.keys');
require('../../modules/es.object.prevent-extensions');
require('../../modules/es.object.proto');
require('../../modules/es.object.seal');
require('../../modules/es.object.set-prototype-of');
require('../../modules/es.object.values');
require('../../modules/es.object.to-string');
require('../../modules/es.object.define-getter');
require('../../modules/es.object.define-setter');
require('../../modules/es.object.lookup-getter');
require('../../modules/es.object.lookup-setter');
require('../../modules/es.json.to-string-tag');
require('../../modules/es.math.to-string-tag');
require('../../modules/es.reflect.to-string-tag');
var path = require('../../internals/path');
module.exports = path.Object;
object/seal.js 0000644 00000000207 15167732033 0007302 0 ustar 00 'use strict';
require('../../modules/es.object.seal');
var path = require('../../internals/path');
module.exports = path.Object.seal;
object/proto.js 0000644 00000000070 15167732033 0007517 0 ustar 00 'use strict';
require('../../modules/es.object.proto');
object/entries.js 0000644 00000000215 15167732033 0010026 0 ustar 00 'use strict';
require('../../modules/es.object.entries');
var path = require('../../internals/path');
module.exports = path.Object.entries;
object/define-setter.js 0000644 00000000270 15167732033 0011114 0 ustar 00 'use strict';
require('../../modules/es.object.define-setter');
var entryUnbind = require('../../internals/entry-unbind');
module.exports = entryUnbind('Object', '__defineSetter__');
object/is-extensible.js 0000644 00000000230 15167732033 0011125 0 ustar 00 'use strict';
require('../../modules/es.object.is-extensible');
var path = require('../../internals/path');
module.exports = path.Object.isExtensible;
object/get-prototype-of.js 0000644 00000000235 15167732033 0011603 0 ustar 00 'use strict';
require('../../modules/es.object.get-prototype-of');
var path = require('../../internals/path');
module.exports = path.Object.getPrototypeOf;
object/prevent-extensions.js 0000644 00000000242 15167732033 0012235 0 ustar 00 'use strict';
require('../../modules/es.object.prevent-extensions');
var path = require('../../internals/path');
module.exports = path.Object.preventExtensions;
object/define-properties.js 0000644 00000000502 15167732033 0012000 0 ustar 00 'use strict';
require('../../modules/es.object.define-properties');
var path = require('../../internals/path');
var Object = path.Object;
var defineProperties = module.exports = function defineProperties(T, D) {
return Object.defineProperties(T, D);
};
if (Object.defineProperties.sham) defineProperties.sham = true;
object/is-sealed.js 0000644 00000000220 15167732033 0010217 0 ustar 00 'use strict';
require('../../modules/es.object.is-sealed');
var path = require('../../internals/path');
module.exports = path.Object.isSealed;
object/to-string.js 0000644 00000000517 15167732033 0010310 0 ustar 00 'use strict';
require('../../modules/es.json.to-string-tag');
require('../../modules/es.math.to-string-tag');
require('../../modules/es.object.to-string');
require('../../modules/es.reflect.to-string-tag');
var classof = require('../../internals/classof');
module.exports = function (it) {
return '[object ' + classof(it) + ']';
};
object/define-getter.js 0000644 00000000270 15167732033 0011100 0 ustar 00 'use strict';
require('../../modules/es.object.define-getter');
var entryUnbind = require('../../internals/entry-unbind');
module.exports = entryUnbind('Object', '__defineGetter__');
object/create.js 0000644 00000000313 15167732033 0007617 0 ustar 00 'use strict';
require('../../modules/es.object.create');
var path = require('../../internals/path');
var Object = path.Object;
module.exports = function create(P, D) {
return Object.create(P, D);
};
index.js 0000644 00000025440 15167732033 0006225 0 ustar 00 'use strict';
require('../modules/es.symbol');
require('../modules/es.symbol.description');
require('../modules/es.symbol.async-iterator');
require('../modules/es.symbol.has-instance');
require('../modules/es.symbol.is-concat-spreadable');
require('../modules/es.symbol.iterator');
require('../modules/es.symbol.match');
require('../modules/es.symbol.match-all');
require('../modules/es.symbol.replace');
require('../modules/es.symbol.search');
require('../modules/es.symbol.species');
require('../modules/es.symbol.split');
require('../modules/es.symbol.to-primitive');
require('../modules/es.symbol.to-string-tag');
require('../modules/es.symbol.unscopables');
require('../modules/es.error.cause');
require('../modules/es.error.to-string');
require('../modules/es.aggregate-error');
require('../modules/es.aggregate-error.cause');
require('../modules/es.array.at');
require('../modules/es.array.concat');
require('../modules/es.array.copy-within');
require('../modules/es.array.every');
require('../modules/es.array.fill');
require('../modules/es.array.filter');
require('../modules/es.array.find');
require('../modules/es.array.find-index');
require('../modules/es.array.find-last');
require('../modules/es.array.find-last-index');
require('../modules/es.array.flat');
require('../modules/es.array.flat-map');
require('../modules/es.array.for-each');
require('../modules/es.array.from');
require('../modules/es.array.includes');
require('../modules/es.array.index-of');
require('../modules/es.array.is-array');
require('../modules/es.array.iterator');
require('../modules/es.array.join');
require('../modules/es.array.last-index-of');
require('../modules/es.array.map');
require('../modules/es.array.of');
require('../modules/es.array.push');
require('../modules/es.array.reduce');
require('../modules/es.array.reduce-right');
require('../modules/es.array.reverse');
require('../modules/es.array.slice');
require('../modules/es.array.some');
require('../modules/es.array.sort');
require('../modules/es.array.species');
require('../modules/es.array.splice');
require('../modules/es.array.to-reversed');
require('../modules/es.array.to-sorted');
require('../modules/es.array.to-spliced');
require('../modules/es.array.unscopables.flat');
require('../modules/es.array.unscopables.flat-map');
require('../modules/es.array.unshift');
require('../modules/es.array.with');
require('../modules/es.array-buffer.constructor');
require('../modules/es.array-buffer.is-view');
require('../modules/es.array-buffer.slice');
require('../modules/es.data-view');
require('../modules/es.array-buffer.detached');
require('../modules/es.array-buffer.transfer');
require('../modules/es.array-buffer.transfer-to-fixed-length');
require('../modules/es.date.get-year');
require('../modules/es.date.now');
require('../modules/es.date.set-year');
require('../modules/es.date.to-gmt-string');
require('../modules/es.date.to-iso-string');
require('../modules/es.date.to-json');
require('../modules/es.date.to-primitive');
require('../modules/es.date.to-string');
require('../modules/es.escape');
require('../modules/es.function.bind');
require('../modules/es.function.has-instance');
require('../modules/es.function.name');
require('../modules/es.global-this');
require('../modules/es.json.stringify');
require('../modules/es.json.to-string-tag');
require('../modules/es.map');
require('../modules/es.map.group-by');
require('../modules/es.math.acosh');
require('../modules/es.math.asinh');
require('../modules/es.math.atanh');
require('../modules/es.math.cbrt');
require('../modules/es.math.clz32');
require('../modules/es.math.cosh');
require('../modules/es.math.expm1');
require('../modules/es.math.fround');
require('../modules/es.math.hypot');
require('../modules/es.math.imul');
require('../modules/es.math.log10');
require('../modules/es.math.log1p');
require('../modules/es.math.log2');
require('../modules/es.math.sign');
require('../modules/es.math.sinh');
require('../modules/es.math.tanh');
require('../modules/es.math.to-string-tag');
require('../modules/es.math.trunc');
require('../modules/es.number.constructor');
require('../modules/es.number.epsilon');
require('../modules/es.number.is-finite');
require('../modules/es.number.is-integer');
require('../modules/es.number.is-nan');
require('../modules/es.number.is-safe-integer');
require('../modules/es.number.max-safe-integer');
require('../modules/es.number.min-safe-integer');
require('../modules/es.number.parse-float');
require('../modules/es.number.parse-int');
require('../modules/es.number.to-exponential');
require('../modules/es.number.to-fixed');
require('../modules/es.number.to-precision');
require('../modules/es.object.assign');
require('../modules/es.object.create');
require('../modules/es.object.define-getter');
require('../modules/es.object.define-properties');
require('../modules/es.object.define-property');
require('../modules/es.object.define-setter');
require('../modules/es.object.entries');
require('../modules/es.object.freeze');
require('../modules/es.object.from-entries');
require('../modules/es.object.get-own-property-descriptor');
require('../modules/es.object.get-own-property-descriptors');
require('../modules/es.object.get-own-property-names');
require('../modules/es.object.get-prototype-of');
require('../modules/es.object.group-by');
require('../modules/es.object.has-own');
require('../modules/es.object.is');
require('../modules/es.object.is-extensible');
require('../modules/es.object.is-frozen');
require('../modules/es.object.is-sealed');
require('../modules/es.object.keys');
require('../modules/es.object.lookup-getter');
require('../modules/es.object.lookup-setter');
require('../modules/es.object.prevent-extensions');
require('../modules/es.object.proto');
require('../modules/es.object.seal');
require('../modules/es.object.set-prototype-of');
require('../modules/es.object.to-string');
require('../modules/es.object.values');
require('../modules/es.parse-float');
require('../modules/es.parse-int');
require('../modules/es.promise');
require('../modules/es.promise.all-settled');
require('../modules/es.promise.any');
require('../modules/es.promise.finally');
require('../modules/es.promise.with-resolvers');
require('../modules/es.reflect.apply');
require('../modules/es.reflect.construct');
require('../modules/es.reflect.define-property');
require('../modules/es.reflect.delete-property');
require('../modules/es.reflect.get');
require('../modules/es.reflect.get-own-property-descriptor');
require('../modules/es.reflect.get-prototype-of');
require('../modules/es.reflect.has');
require('../modules/es.reflect.is-extensible');
require('../modules/es.reflect.own-keys');
require('../modules/es.reflect.prevent-extensions');
require('../modules/es.reflect.set');
require('../modules/es.reflect.set-prototype-of');
require('../modules/es.reflect.to-string-tag');
require('../modules/es.regexp.constructor');
require('../modules/es.regexp.dot-all');
require('../modules/es.regexp.exec');
require('../modules/es.regexp.flags');
require('../modules/es.regexp.sticky');
require('../modules/es.regexp.test');
require('../modules/es.regexp.to-string');
require('../modules/es.set');
require('../modules/es.set.difference.v2');
require('../modules/es.set.intersection.v2');
require('../modules/es.set.is-disjoint-from.v2');
require('../modules/es.set.is-subset-of.v2');
require('../modules/es.set.is-superset-of.v2');
require('../modules/es.set.symmetric-difference.v2');
require('../modules/es.set.union.v2');
require('../modules/es.string.at-alternative');
require('../modules/es.string.code-point-at');
require('../modules/es.string.ends-with');
require('../modules/es.string.from-code-point');
require('../modules/es.string.includes');
require('../modules/es.string.is-well-formed');
require('../modules/es.string.iterator');
require('../modules/es.string.match');
require('../modules/es.string.match-all');
require('../modules/es.string.pad-end');
require('../modules/es.string.pad-start');
require('../modules/es.string.raw');
require('../modules/es.string.repeat');
require('../modules/es.string.replace');
require('../modules/es.string.replace-all');
require('../modules/es.string.search');
require('../modules/es.string.split');
require('../modules/es.string.starts-with');
require('../modules/es.string.substr');
require('../modules/es.string.to-well-formed');
require('../modules/es.string.trim');
require('../modules/es.string.trim-end');
require('../modules/es.string.trim-start');
require('../modules/es.string.anchor');
require('../modules/es.string.big');
require('../modules/es.string.blink');
require('../modules/es.string.bold');
require('../modules/es.string.fixed');
require('../modules/es.string.fontcolor');
require('../modules/es.string.fontsize');
require('../modules/es.string.italics');
require('../modules/es.string.link');
require('../modules/es.string.small');
require('../modules/es.string.strike');
require('../modules/es.string.sub');
require('../modules/es.string.sup');
require('../modules/es.typed-array.float32-array');
require('../modules/es.typed-array.float64-array');
require('../modules/es.typed-array.int8-array');
require('../modules/es.typed-array.int16-array');
require('../modules/es.typed-array.int32-array');
require('../modules/es.typed-array.uint8-array');
require('../modules/es.typed-array.uint8-clamped-array');
require('../modules/es.typed-array.uint16-array');
require('../modules/es.typed-array.uint32-array');
require('../modules/es.typed-array.at');
require('../modules/es.typed-array.copy-within');
require('../modules/es.typed-array.every');
require('../modules/es.typed-array.fill');
require('../modules/es.typed-array.filter');
require('../modules/es.typed-array.find');
require('../modules/es.typed-array.find-index');
require('../modules/es.typed-array.find-last');
require('../modules/es.typed-array.find-last-index');
require('../modules/es.typed-array.for-each');
require('../modules/es.typed-array.from');
require('../modules/es.typed-array.includes');
require('../modules/es.typed-array.index-of');
require('../modules/es.typed-array.iterator');
require('../modules/es.typed-array.join');
require('../modules/es.typed-array.last-index-of');
require('../modules/es.typed-array.map');
require('../modules/es.typed-array.of');
require('../modules/es.typed-array.reduce');
require('../modules/es.typed-array.reduce-right');
require('../modules/es.typed-array.reverse');
require('../modules/es.typed-array.set');
require('../modules/es.typed-array.slice');
require('../modules/es.typed-array.some');
require('../modules/es.typed-array.sort');
require('../modules/es.typed-array.subarray');
require('../modules/es.typed-array.to-locale-string');
require('../modules/es.typed-array.to-reversed');
require('../modules/es.typed-array.to-sorted');
require('../modules/es.typed-array.to-string');
require('../modules/es.typed-array.with');
require('../modules/es.unescape');
require('../modules/es.weak-map');
require('../modules/es.weak-set');
module.exports = require('../internals/path');
global-this.js 0000644 00000000146 15167732033 0007317 0 ustar 00 'use strict';
require('../modules/es.global-this');
module.exports = require('../internals/global');
map/group-by.js 0000644 00000000327 15167732033 0007434 0 ustar 00 'use strict';
require('../../modules/es.object.to-string');
require('../../modules/es.map');
require('../../modules/es.map.group-by');
var path = require('../../internals/path');
module.exports = path.Map.groupBy;
map/index.js 0000644 00000000450 15167732033 0006774 0 ustar 00 'use strict';
require('../../modules/es.array.iterator');
require('../../modules/es.map');
require('../../modules/es.map.group-by');
require('../../modules/es.object.to-string');
require('../../modules/es.string.iterator');
var path = require('../../internals/path');
module.exports = path.Map;
typed-array/find-index.js 0000644 00000000102 15167732033 0011370 0 ustar 00 'use strict';
require('../../modules/es.typed-array.find-index');
typed-array/find-last-index.js 0000644 00000000107 15167732033 0012336 0 ustar 00 'use strict';
require('../../modules/es.typed-array.find-last-index');
typed-array/copy-within.js 0000644 00000000103 15167732033 0011616 0 ustar 00 'use strict';
require('../../modules/es.typed-array.copy-within');
typed-array/int8-array.js 0000644 00000000422 15167732033 0011346 0 ustar 00 'use strict';
require('../../modules/es.array-buffer.constructor');
require('../../modules/es.array-buffer.slice');
require('../../modules/es.typed-array.int8-array');
require('./methods');
var global = require('../../internals/global');
module.exports = global.Int8Array;
typed-array/fill.js 0000644 00000000074 15167732033 0010301 0 ustar 00 'use strict';
require('../../modules/es.typed-array.fill');
typed-array/map.js 0000644 00000000073 15167732033 0010127 0 ustar 00 'use strict';
require('../../modules/es.typed-array.map');
typed-array/to-reversed.js 0000644 00000000103 15167732033 0011603 0 ustar 00 'use strict';
require('../../modules/es.typed-array.to-reversed');
typed-array/at.js 0000644 00000000072 15167732033 0007755 0 ustar 00 'use strict';
require('../../modules/es.typed-array.at');
typed-array/reduce-right.js 0000644 00000000104 15167732033 0011727 0 ustar 00 'use strict';
require('../../modules/es.typed-array.reduce-right');
typed-array/filter.js 0000644 00000000076 15167732033 0010642 0 ustar 00 'use strict';
require('../../modules/es.typed-array.filter');
typed-array/keys.js 0000644 00000000156 15167732033 0010327 0 ustar 00 'use strict';
require('../../modules/es.object.to-string');
require('../../modules/es.typed-array.iterator');
typed-array/some.js 0000644 00000000074 15167732033 0010316 0 ustar 00 'use strict';
require('../../modules/es.typed-array.some');
typed-array/values.js 0000644 00000000156 15167732033 0010653 0 ustar 00 'use strict';
require('../../modules/es.object.to-string');
require('../../modules/es.typed-array.iterator');
typed-array/methods.js 0000644 00000003135 15167732033 0011017 0 ustar 00 'use strict';
require('../../modules/es.object.to-string');
require('../../modules/es.string.iterator');
require('../../modules/es.typed-array.from');
require('../../modules/es.typed-array.of');
require('../../modules/es.typed-array.at');
require('../../modules/es.typed-array.copy-within');
require('../../modules/es.typed-array.every');
require('../../modules/es.typed-array.fill');
require('../../modules/es.typed-array.filter');
require('../../modules/es.typed-array.find');
require('../../modules/es.typed-array.find-index');
require('../../modules/es.typed-array.find-last');
require('../../modules/es.typed-array.find-last-index');
require('../../modules/es.typed-array.for-each');
require('../../modules/es.typed-array.includes');
require('../../modules/es.typed-array.index-of');
require('../../modules/es.typed-array.join');
require('../../modules/es.typed-array.last-index-of');
require('../../modules/es.typed-array.map');
require('../../modules/es.typed-array.reduce');
require('../../modules/es.typed-array.reduce-right');
require('../../modules/es.typed-array.reverse');
require('../../modules/es.typed-array.set');
require('../../modules/es.typed-array.slice');
require('../../modules/es.typed-array.some');
require('../../modules/es.typed-array.sort');
require('../../modules/es.typed-array.subarray');
require('../../modules/es.typed-array.to-locale-string');
require('../../modules/es.typed-array.to-string');
require('../../modules/es.typed-array.to-reversed');
require('../../modules/es.typed-array.to-sorted');
require('../../modules/es.typed-array.with');
require('../../modules/es.typed-array.iterator');
typed-array/includes.js 0000644 00000000100 15167732033 0011147 0 ustar 00 'use strict';
require('../../modules/es.typed-array.includes');
typed-array/slice.js 0000644 00000000075 15167732033 0010453 0 ustar 00 'use strict';
require('../../modules/es.typed-array.slice');
typed-array/int32-array.js 0000644 00000000424 15167732033 0011425 0 ustar 00 'use strict';
require('../../modules/es.array-buffer.constructor');
require('../../modules/es.array-buffer.slice');
require('../../modules/es.typed-array.int32-array');
require('./methods');
var global = require('../../internals/global');
module.exports = global.Int32Array;
typed-array/every.js 0000644 00000000075 15167732033 0010506 0 ustar 00 'use strict';
require('../../modules/es.typed-array.every');
typed-array/join.js 0000644 00000000074 15167732033 0010312 0 ustar 00 'use strict';
require('../../modules/es.typed-array.join');
typed-array/uint8-array.js 0000644 00000000424 15167732033 0011535 0 ustar 00 'use strict';
require('../../modules/es.array-buffer.constructor');
require('../../modules/es.array-buffer.slice');
require('../../modules/es.typed-array.uint8-array');
require('./methods');
var global = require('../../internals/global');
module.exports = global.Uint8Array;
typed-array/subarray.js 0000644 00000000100 15167732033 0011171 0 ustar 00 'use strict';
require('../../modules/es.typed-array.subarray');
typed-array/set.js 0000644 00000000073 15167732033 0010145 0 ustar 00 'use strict';
require('../../modules/es.typed-array.set');
typed-array/with.js 0000644 00000000074 15167732033 0010326 0 ustar 00 'use strict';
require('../../modules/es.typed-array.with');
typed-array/uint32-array.js 0000644 00000000426 15167732033 0011614 0 ustar 00 'use strict';
require('../../modules/es.array-buffer.constructor');
require('../../modules/es.array-buffer.slice');
require('../../modules/es.typed-array.uint32-array');
require('./methods');
var global = require('../../internals/global');
module.exports = global.Uint32Array;
typed-array/to-locale-string.js 0000644 00000000110 15167732033 0012525 0 ustar 00 'use strict';
require('../../modules/es.typed-array.to-locale-string');
typed-array/index.js 0000644 00000001103 15167732033 0010454 0 ustar 00 'use strict';
require('../../modules/es.typed-array.int8-array');
require('../../modules/es.typed-array.uint8-array');
require('../../modules/es.typed-array.uint8-clamped-array');
require('../../modules/es.typed-array.int16-array');
require('../../modules/es.typed-array.uint16-array');
require('../../modules/es.typed-array.int32-array');
require('../../modules/es.typed-array.uint32-array');
require('../../modules/es.typed-array.float32-array');
require('../../modules/es.typed-array.float64-array');
require('./methods');
module.exports = require('../../internals/global');
typed-array/entries.js 0000644 00000000156 15167732033 0011025 0 ustar 00 'use strict';
require('../../modules/es.object.to-string');
require('../../modules/es.typed-array.iterator');
typed-array/last-index-of.js 0000644 00000000105 15167732033 0012020 0 ustar 00 'use strict';
require('../../modules/es.typed-array.last-index-of');
typed-array/sort.js 0000644 00000000074 15167732033 0010342 0 ustar 00 'use strict';
require('../../modules/es.typed-array.sort');
typed-array/reduce.js 0000644 00000000076 15167732033 0010624 0 ustar 00 'use strict';
require('../../modules/es.typed-array.reduce');
typed-array/uint16-array.js 0000644 00000000426 15167732033 0011616 0 ustar 00 'use strict';
require('../../modules/es.array-buffer.constructor');
require('../../modules/es.array-buffer.slice');
require('../../modules/es.typed-array.uint16-array');
require('./methods');
var global = require('../../internals/global');
module.exports = global.Uint16Array;
typed-array/float64-array.js 0000644 00000000430 15167732033 0011742 0 ustar 00 'use strict';
require('../../modules/es.array-buffer.constructor');
require('../../modules/es.array-buffer.slice');
require('../../modules/es.typed-array.float64-array');
require('./methods');
var global = require('../../internals/global');
module.exports = global.Float64Array;
typed-array/int16-array.js 0000644 00000000424 15167732033 0011427 0 ustar 00 'use strict';
require('../../modules/es.array-buffer.constructor');
require('../../modules/es.array-buffer.slice');
require('../../modules/es.typed-array.int16-array');
require('./methods');
var global = require('../../internals/global');
module.exports = global.Int16Array;
typed-array/uint8-clamped-array.js 0000644 00000000443 15167732033 0013141 0 ustar 00 'use strict';
require('../../modules/es.array-buffer.constructor');
require('../../modules/es.array-buffer.slice');
require('../../modules/es.typed-array.uint8-clamped-array');
require('./methods');
var global = require('../../internals/global');
module.exports = global.Uint8ClampedArray;
typed-array/for-each.js 0000644 00000000100 15167732033 0011025 0 ustar 00 'use strict';
require('../../modules/es.typed-array.for-each');
typed-array/index-of.js 0000644 00000000100 15167732033 0011052 0 ustar 00 'use strict';
require('../../modules/es.typed-array.index-of');
typed-array/float32-array.js 0000644 00000000430 15167732033 0011735 0 ustar 00 'use strict';
require('../../modules/es.array-buffer.constructor');
require('../../modules/es.array-buffer.slice');
require('../../modules/es.typed-array.float32-array');
require('./methods');
var global = require('../../internals/global');
module.exports = global.Float32Array;
typed-array/from.js 0000644 00000000074 15167732033 0010316 0 ustar 00 'use strict';
require('../../modules/es.typed-array.from');
typed-array/to-sorted.js 0000644 00000000157 15167732033 0011275 0 ustar 00 'use strict';
require('../../modules/es.typed-array.sort');
require('../../modules/es.typed-array.to-sorted');
typed-array/find-last.js 0000644 00000000101 15167732033 0011223 0 ustar 00 'use strict';
require('../../modules/es.typed-array.find-last');
typed-array/to-string.js 0000644 00000000101 15167732033 0011270 0 ustar 00 'use strict';
require('../../modules/es.typed-array.to-string');
typed-array/reverse.js 0000644 00000000077 15167732033 0011031 0 ustar 00 'use strict';
require('../../modules/es.typed-array.reverse');
typed-array/of.js 0000644 00000000072 15167732033 0007755 0 ustar 00 'use strict';
require('../../modules/es.typed-array.of');
typed-array/find.js 0000644 00000000074 15167732033 0010273 0 ustar 00 'use strict';
require('../../modules/es.typed-array.find');
typed-array/iterator.js 0000644 00000000156 15167732033 0011205 0 ustar 00 'use strict';
require('../../modules/es.object.to-string');
require('../../modules/es.typed-array.iterator');
reflect/define-property.js 0000644 00000000236 15167732033 0011652 0 ustar 00 'use strict';
require('../../modules/es.reflect.define-property');
var path = require('../../internals/path');
module.exports = path.Reflect.defineProperty;
reflect/set-prototype-of.js 0000644 00000000237 15167732033 0011777 0 ustar 00 'use strict';
require('../../modules/es.reflect.set-prototype-of');
var path = require('../../internals/path');
module.exports = path.Reflect.setPrototypeOf;
reflect/delete-property.js 0000644 00000000236 15167732033 0011662 0 ustar 00 'use strict';
require('../../modules/es.reflect.delete-property');
var path = require('../../internals/path');
module.exports = path.Reflect.deleteProperty;
reflect/get.js 0000644 00000000207 15167732033 0007313 0 ustar 00 'use strict';
require('../../modules/es.reflect.get');
var path = require('../../internals/path');
module.exports = path.Reflect.get;
reflect/set.js 0000644 00000000207 15167732033 0007327 0 ustar 00 'use strict';
require('../../modules/es.reflect.set');
var path = require('../../internals/path');
module.exports = path.Reflect.set;
reflect/own-keys.js 0000644 00000000220 15167732033 0010303 0 ustar 00 'use strict';
require('../../modules/es.reflect.own-keys');
var path = require('../../internals/path');
module.exports = path.Reflect.ownKeys;
reflect/get-own-property-descriptor.js 0000644 00000000264 15167732033 0014155 0 ustar 00 'use strict';
require('../../modules/es.reflect.get-own-property-descriptor');
var path = require('../../internals/path');
module.exports = path.Reflect.getOwnPropertyDescriptor;
reflect/index.js 0000644 00000001500 15167732033 0007640 0 ustar 00 'use strict';
require('../../modules/es.object.to-string');
require('../../modules/es.reflect.apply');
require('../../modules/es.reflect.construct');
require('../../modules/es.reflect.define-property');
require('../../modules/es.reflect.delete-property');
require('../../modules/es.reflect.get');
require('../../modules/es.reflect.get-own-property-descriptor');
require('../../modules/es.reflect.get-prototype-of');
require('../../modules/es.reflect.has');
require('../../modules/es.reflect.is-extensible');
require('../../modules/es.reflect.own-keys');
require('../../modules/es.reflect.prevent-extensions');
require('../../modules/es.reflect.set');
require('../../modules/es.reflect.set-prototype-of');
require('../../modules/es.reflect.to-string-tag');
var path = require('../../internals/path');
module.exports = path.Reflect;
reflect/has.js 0000644 00000000207 15167732033 0007307 0 ustar 00 'use strict';
require('../../modules/es.reflect.has');
var path = require('../../internals/path');
module.exports = path.Reflect.has;
reflect/is-extensible.js 0000644 00000000232 15167732033 0011305 0 ustar 00 'use strict';
require('../../modules/es.reflect.is-extensible');
var path = require('../../internals/path');
module.exports = path.Reflect.isExtensible;
reflect/get-prototype-of.js 0000644 00000000237 15167732033 0011763 0 ustar 00 'use strict';
require('../../modules/es.reflect.get-prototype-of');
var path = require('../../internals/path');
module.exports = path.Reflect.getPrototypeOf;
reflect/prevent-extensions.js 0000644 00000000244 15167732033 0012415 0 ustar 00 'use strict';
require('../../modules/es.reflect.prevent-extensions');
var path = require('../../internals/path');
module.exports = path.Reflect.preventExtensions;
reflect/construct.js 0000644 00000000223 15167732033 0010556 0 ustar 00 'use strict';
require('../../modules/es.reflect.construct');
var path = require('../../internals/path');
module.exports = path.Reflect.construct;
reflect/to-string-tag.js 0000644 00000000214 15167732033 0011231 0 ustar 00 'use strict';
require('../../modules/es.object.to-string');
require('../../modules/es.reflect.to-string-tag');
module.exports = 'Reflect';
reflect/apply.js 0000644 00000000213 15167732033 0007656 0 ustar 00 'use strict';
require('../../modules/es.reflect.apply');
var path = require('../../internals/path');
module.exports = path.Reflect.apply;
promise/any.js 0000644 00000001117 15167732033 0007356 0 ustar 00 'use strict';
require('../../modules/es.aggregate-error');
require('../../modules/es.array.iterator');
require('../../modules/es.object.to-string');
require('../../modules/es.promise');
require('../../modules/es.promise.any');
require('../../modules/es.string.iterator');
var call = require('../../internals/function-call');
var isCallable = require('../../internals/is-callable');
var path = require('../../internals/path');
var Promise = path.Promise;
var $any = Promise.any;
module.exports = function any(iterable) {
return call($any, isCallable(this) ? this : Promise, iterable);
};
promise/all-settled.js 0000644 00000001106 15167732033 0010777 0 ustar 00 'use strict';
require('../../modules/es.array.iterator');
require('../../modules/es.object.to-string');
require('../../modules/es.promise');
require('../../modules/es.promise.all-settled');
require('../../modules/es.string.iterator');
var call = require('../../internals/function-call');
var isCallable = require('../../internals/is-callable');
var path = require('../../internals/path');
var Promise = path.Promise;
var $allSettled = Promise.allSettled;
module.exports = function allSettled(iterable) {
return call($allSettled, isCallable(this) ? this : Promise, iterable);
};
promise/index.js 0000644 00000000756 15167732033 0007706 0 ustar 00 'use strict';
require('../../modules/es.aggregate-error');
require('../../modules/es.array.iterator');
require('../../modules/es.object.to-string');
require('../../modules/es.promise');
require('../../modules/es.promise.all-settled');
require('../../modules/es.promise.any');
require('../../modules/es.promise.with-resolvers');
require('../../modules/es.promise.finally');
require('../../modules/es.string.iterator');
var path = require('../../internals/path');
module.exports = path.Promise;
promise/with-resolvers.js 0000644 00000000710 15167732033 0011562 0 ustar 00 'use strict';
require('../../modules/es.promise');
require('../../modules/es.promise.with-resolvers');
var call = require('../../internals/function-call');
var isCallable = require('../../internals/is-callable');
var path = require('../../internals/path');
var Promise = path.Promise;
var promiseWithResolvers = Promise.withResolvers;
module.exports = function withResolvers() {
return call(promiseWithResolvers, isCallable(this) ? this : Promise);
};
promise/finally.js 0000644 00000000376 15167732033 0010233 0 ustar 00 'use strict';
require('../../modules/es.object.to-string');
require('../../modules/es.promise');
require('../../modules/es.promise.finally');
var entryUnbind = require('../../internals/entry-unbind');
module.exports = entryUnbind('Promise', 'finally');
aggregate-error.js 0000644 00000000461 15167732033 0010167 0 ustar 00 'use strict';
require('../modules/es.error.cause');
require('../modules/es.aggregate-error');
require('../modules/es.aggregate-error.cause');
require('../modules/es.array.iterator');
require('../modules/es.string.iterator');
var path = require('../internals/path');
module.exports = path.AggregateError;
is-iterable.js 0000644 00000000265 15167732033 0007314 0 ustar 00 'use strict';
require('../modules/es.array.iterator');
require('../modules/es.string.iterator');
var isIterable = require('../internals/is-iterable');
module.exports = isIterable;
math/log10.js 0000644 00000000205 15167732033 0006761 0 ustar 00 'use strict';
require('../../modules/es.math.log10');
var path = require('../../internals/path');
module.exports = path.Math.log10;
math/sinh.js 0000644 00000000203 15167732033 0006776 0 ustar 00 'use strict';
require('../../modules/es.math.sinh');
var path = require('../../internals/path');
module.exports = path.Math.sinh;
math/atanh.js 0000644 00000000205 15167732033 0007132 0 ustar 00 'use strict';
require('../../modules/es.math.atanh');
var path = require('../../internals/path');
module.exports = path.Math.atanh;
math/log2.js 0000644 00000000203 15167732033 0006700 0 ustar 00 'use strict';
require('../../modules/es.math.log2');
var path = require('../../internals/path');
module.exports = path.Math.log2;
math/hypot.js 0000644 00000000205 15167732033 0007202 0 ustar 00 'use strict';
require('../../modules/es.math.hypot');
var path = require('../../internals/path');
module.exports = path.Math.hypot;
math/acosh.js 0000644 00000000205 15167732033 0007134 0 ustar 00 'use strict';
require('../../modules/es.math.acosh');
var path = require('../../internals/path');
module.exports = path.Math.acosh;
math/tanh.js 0000644 00000000203 15167732033 0006767 0 ustar 00 'use strict';
require('../../modules/es.math.tanh');
var path = require('../../internals/path');
module.exports = path.Math.tanh;
math/index.js 0000644 00000001451 15167732033 0007152 0 ustar 00 'use strict';
require('../../modules/es.math.acosh');
require('../../modules/es.math.asinh');
require('../../modules/es.math.atanh');
require('../../modules/es.math.cbrt');
require('../../modules/es.math.clz32');
require('../../modules/es.math.cosh');
require('../../modules/es.math.expm1');
require('../../modules/es.math.fround');
require('../../modules/es.math.hypot');
require('../../modules/es.math.imul');
require('../../modules/es.math.log10');
require('../../modules/es.math.log1p');
require('../../modules/es.math.log2');
require('../../modules/es.math.sign');
require('../../modules/es.math.sinh');
require('../../modules/es.math.tanh');
require('../../modules/es.math.to-string-tag');
require('../../modules/es.math.trunc');
var path = require('../../internals/path');
module.exports = path.Math;
math/cbrt.js 0000644 00000000203 15167732033 0006767 0 ustar 00 'use strict';
require('../../modules/es.math.cbrt');
var path = require('../../internals/path');
module.exports = path.Math.cbrt;
math/clz32.js 0000644 00000000205 15167732033 0006774 0 ustar 00 'use strict';
require('../../modules/es.math.clz32');
var path = require('../../internals/path');
module.exports = path.Math.clz32;
math/imul.js 0000644 00000000203 15167732033 0007003 0 ustar 00 'use strict';
require('../../modules/es.math.imul');
var path = require('../../internals/path');
module.exports = path.Math.imul;
math/to-string-tag.js 0000644 00000000130 15167732033 0010533 0 ustar 00 'use strict';
require('../../modules/es.math.to-string-tag');
module.exports = 'Math';
math/cosh.js 0000644 00000000203 15167732033 0006771 0 ustar 00 'use strict';
require('../../modules/es.math.cosh');
var path = require('../../internals/path');
module.exports = path.Math.cosh;
math/expm1.js 0000644 00000000205 15167732033 0007071 0 ustar 00 'use strict';
require('../../modules/es.math.expm1');
var path = require('../../internals/path');
module.exports = path.Math.expm1;
math/asinh.js 0000644 00000000205 15167732033 0007141 0 ustar 00 'use strict';
require('../../modules/es.math.asinh');
var path = require('../../internals/path');
module.exports = path.Math.asinh;
math/fround.js 0000644 00000000207 15167732033 0007336 0 ustar 00 'use strict';
require('../../modules/es.math.fround');
var path = require('../../internals/path');
module.exports = path.Math.fround;
math/sign.js 0000644 00000000203 15167732033 0006775 0 ustar 00 'use strict';
require('../../modules/es.math.sign');
var path = require('../../internals/path');
module.exports = path.Math.sign;
math/trunc.js 0000644 00000000205 15167732033 0007172 0 ustar 00 'use strict';
require('../../modules/es.math.trunc');
var path = require('../../internals/path');
module.exports = path.Math.trunc;
math/log1p.js 0000644 00000000205 15167732033 0007061 0 ustar 00 'use strict';
require('../../modules/es.math.log1p');
var path = require('../../internals/path');
module.exports = path.Math.log1p;
set/difference.js 0000644 00000000315 15167732033 0007775 0 ustar 00 'use strict';
require('../../modules/es.set');
require('../../modules/es.set.difference.v2');
var entryUnbind = require('../../internals/entry-unbind');
module.exports = entryUnbind('Set', 'difference');
set/is-subset-of.js 0000644 00000000317 15167732033 0010225 0 ustar 00 'use strict';
require('../../modules/es.set');
require('../../modules/es.set.is-subset-of.v2');
var entryUnbind = require('../../internals/entry-unbind');
module.exports = entryUnbind('Set', 'isSubsetOf');
set/intersection.js 0000644 00000000321 15167732033 0010406 0 ustar 00 'use strict';
require('../../modules/es.set');
require('../../modules/es.set.intersection.v2');
var entryUnbind = require('../../internals/entry-unbind');
module.exports = entryUnbind('Set', 'intersection');
set/symmetric-difference.js 0000644 00000000340 15167732033 0012005 0 ustar 00 'use strict';
require('../../modules/es.set');
require('../../modules/es.set.symmetric-difference.v2');
var entryUnbind = require('../../internals/entry-unbind');
module.exports = entryUnbind('Set', 'symmetricDifference');
set/index.js 0000644 00000001132 15167732033 0007010 0 ustar 00 'use strict';
require('../../modules/es.array.iterator');
require('../../modules/es.object.to-string');
require('../../modules/es.set');
require('../../modules/es.set.difference.v2');
require('../../modules/es.set.intersection.v2');
require('../../modules/es.set.is-disjoint-from.v2');
require('../../modules/es.set.is-subset-of.v2');
require('../../modules/es.set.is-superset-of.v2');
require('../../modules/es.set.symmetric-difference.v2');
require('../../modules/es.set.union.v2');
require('../../modules/es.string.iterator');
var path = require('../../internals/path');
module.exports = path.Set;
set/is-disjoint-from.js 0000644 00000000327 15167732033 0011103 0 ustar 00 'use strict';
require('../../modules/es.set');
require('../../modules/es.set.is-disjoint-from.v2');
var entryUnbind = require('../../internals/entry-unbind');
module.exports = entryUnbind('Set', 'isDisjointFrom');
set/union.js 0000644 00000000303 15167732033 0007030 0 ustar 00 'use strict';
require('../../modules/es.set');
require('../../modules/es.set.union.v2');
var entryUnbind = require('../../internals/entry-unbind');
module.exports = entryUnbind('Set', 'union');
set/is-superset-of.js 0000644 00000000323 15167732033 0010567 0 ustar 00 'use strict';
require('../../modules/es.set');
require('../../modules/es.set.is-superset-of.v2');
var entryUnbind = require('../../internals/entry-unbind');
module.exports = entryUnbind('Set', 'isSupersetOf');
parse-int.js 0000644 00000000174 15167732033 0007015 0 ustar 00 'use strict';
require('../modules/es.parse-int');
var path = require('../internals/path');
module.exports = path.parseInt;
number/constructor.js 0000644 00000000211 15167732033 0010760 0 ustar 00 'use strict';
require('../../modules/es.number.constructor');
var path = require('../../internals/path');
module.exports = path.Number;
number/is-finite.js 0000644 00000000220 15167732033 0010262 0 ustar 00 'use strict';
require('../../modules/es.number.is-finite');
var path = require('../../internals/path');
module.exports = path.Number.isFinite;
number/to-exponential.js 0000644 00000000266 15167732033 0011353 0 ustar 00 'use strict';
require('../../modules/es.number.to-exponential');
var entryUnbind = require('../../internals/entry-unbind');
module.exports = entryUnbind('Number', 'toExponential');
number/to-precision.js 0000644 00000000262 15167732033 0011014 0 ustar 00 'use strict';
require('../../modules/es.number.to-precision');
var entryUnbind = require('../../internals/entry-unbind');
module.exports = entryUnbind('Number', 'toPrecision');
number/max-safe-integer.js 0000644 00000000147 15167732033 0011537 0 ustar 00 'use strict';
require('../../modules/es.number.max-safe-integer');
module.exports = 0x1FFFFFFFFFFFFF;
number/parse-float.js 0000644 00000000224 15167732033 0010614 0 ustar 00 'use strict';
require('../../modules/es.number.parse-float');
var path = require('../../internals/path');
module.exports = path.Number.parseFloat;
number/index.js 0000644 00000001312 15167732033 0007505 0 ustar 00 'use strict';
require('../../modules/es.number.constructor');
require('../../modules/es.number.epsilon');
require('../../modules/es.number.is-finite');
require('../../modules/es.number.is-integer');
require('../../modules/es.number.is-nan');
require('../../modules/es.number.is-safe-integer');
require('../../modules/es.number.max-safe-integer');
require('../../modules/es.number.min-safe-integer');
require('../../modules/es.number.parse-float');
require('../../modules/es.number.parse-int');
require('../../modules/es.number.to-exponential');
require('../../modules/es.number.to-fixed');
require('../../modules/es.number.to-precision');
var path = require('../../internals/path');
module.exports = path.Number;
number/epsilon.js 0000644 00000000136 15167732033 0010052 0 ustar 00 'use strict';
require('../../modules/es.number.epsilon');
module.exports = Math.pow(2, -52);
number/parse-int.js 0000644 00000000220 15167732033 0010275 0 ustar 00 'use strict';
require('../../modules/es.number.parse-int');
var path = require('../../internals/path');
module.exports = path.Number.parseInt;
number/min-safe-integer.js 0000644 00000000150 15167732033 0011527 0 ustar 00 'use strict';
require('../../modules/es.number.min-safe-integer');
module.exports = -0x1FFFFFFFFFFFFF;
number/is-integer.js 0000644 00000000222 15167732033 0010443 0 ustar 00 'use strict';
require('../../modules/es.number.is-integer');
var path = require('../../internals/path');
module.exports = path.Number.isInteger;
number/virtual/to-exponential.js 0000644 00000000351 15167732033 0013034 0 ustar 00 'use strict';
require('../../../modules/es.number.to-exponential');
var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method');
module.exports = getBuiltInPrototypeMethod('Number', 'toExponential');
number/virtual/to-precision.js 0000644 00000000345 15167732033 0012504 0 ustar 00 'use strict';
require('../../../modules/es.number.to-precision');
var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method');
module.exports = getBuiltInPrototypeMethod('Number', 'toPrecision');
number/virtual/index.js 0000644 00000000422 15167732033 0011174 0 ustar 00 'use strict';
require('../../../modules/es.number.to-exponential');
require('../../../modules/es.number.to-fixed');
require('../../../modules/es.number.to-precision');
var entryVirtual = require('../../../internals/entry-virtual');
module.exports = entryVirtual('Number');
number/virtual/to-fixed.js 0000644 00000000335 15167732033 0011607 0 ustar 00 'use strict';
require('../../../modules/es.number.to-fixed');
var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method');
module.exports = getBuiltInPrototypeMethod('Number', 'toFixed');
number/is-nan.js 0000644 00000000212 15167732033 0007561 0 ustar 00 'use strict';
require('../../modules/es.number.is-nan');
var path = require('../../internals/path');
module.exports = path.Number.isNaN;
number/is-safe-integer.js 0000644 00000000233 15167732033 0011361 0 ustar 00 'use strict';
require('../../modules/es.number.is-safe-integer');
var path = require('../../internals/path');
module.exports = path.Number.isSafeInteger;
number/to-fixed.js 0000644 00000000252 15167732033 0010117 0 ustar 00 'use strict';
require('../../modules/es.number.to-fixed');
var entryUnbind = require('../../internals/entry-unbind');
module.exports = entryUnbind('Number', 'toFixed');
README.md 0000644 00000000207 15167732033 0006031 0 ustar 00 This folder contains entry points for [stable ECMAScript features](https://github.com/zloirock/core-js/#ecmascript) with dependencies.
date/to-primitive.js 0000644 00000000355 15167732033 0010461 0 ustar 00 'use strict';
require('../../modules/es.date.to-primitive');
var uncurryThis = require('../../internals/function-uncurry-this');
var toPrimitive = require('../../internals/date-to-primitive');
module.exports = uncurryThis(toPrimitive);
date/get-year.js 0000644 00000000246 15167732033 0007545 0 ustar 00 'use strict';
require('../../modules/es.date.get-year');
var entryUnbind = require('../../internals/entry-unbind');
module.exports = entryUnbind('Date', 'getYear');
date/index.js 0000644 00000000670 15167732033 0007140 0 ustar 00 'use strict';
require('../../modules/es.date.get-year');
require('../../modules/es.date.now');
require('../../modules/es.date.set-year');
require('../../modules/es.date.to-gmt-string');
require('../../modules/es.date.to-iso-string');
require('../../modules/es.date.to-json');
require('../../modules/es.date.to-string');
require('../../modules/es.date.to-primitive');
var path = require('../../internals/path');
module.exports = path.Date;
date/to-gmt-string.js 0000644 00000000257 15167732033 0010545 0 ustar 00 'use strict';
require('../../modules/es.date.to-gmt-string');
var entryUnbind = require('../../internals/entry-unbind');
module.exports = entryUnbind('Date', 'toGMTString');
date/to-json.js 0000644 00000000244 15167732033 0007417 0 ustar 00 'use strict';
require('../../modules/es.date.to-json');
var entryUnbind = require('../../internals/entry-unbind');
module.exports = entryUnbind('Date', 'toJSON');
date/to-iso-string.js 0000644 00000000331 15167732033 0010541 0 ustar 00 'use strict';
require('../../modules/es.date.to-iso-string');
require('../../modules/es.date.to-json');
var entryUnbind = require('../../internals/entry-unbind');
module.exports = entryUnbind('Date', 'toISOString');
date/set-year.js 0000644 00000000246 15167732033 0007561 0 ustar 00 'use strict';
require('../../modules/es.date.set-year');
var entryUnbind = require('../../internals/entry-unbind');
module.exports = entryUnbind('Date', 'setYear');
date/now.js 0000644 00000000201 15167732033 0006622 0 ustar 00 'use strict';
require('../../modules/es.date.now');
var path = require('../../internals/path');
module.exports = path.Date.now;
date/to-string.js 0000644 00000000266 15167732033 0007760 0 ustar 00 'use strict';
require('../../modules/es.date.to-string');
var uncurryThis = require('../../internals/function-uncurry-this');
module.exports = uncurryThis(Date.prototype.toString);
instance/find-index.js 0000644 00000000552 15167732033 0010744 0 ustar 00 'use strict';
var isPrototypeOf = require('../../internals/object-is-prototype-of');
var method = require('../array/virtual/find-index');
var ArrayPrototype = Array.prototype;
module.exports = function (it) {
var own = it.findIndex;
return it === ArrayPrototype || (isPrototypeOf(ArrayPrototype, it) && own === ArrayPrototype.findIndex) ? method : own;
};
instance/find-last-index.js 0000644 00000000567 15167732033 0011713 0 ustar 00 'use strict';
var isPrototypeOf = require('../../internals/object-is-prototype-of');
var method = require('../array/virtual/find-last-index');
var ArrayPrototype = Array.prototype;
module.exports = function (it) {
var own = it.findLastIndex;
return it === ArrayPrototype || (isPrototypeOf(ArrayPrototype, it) && own === ArrayPrototype.findLastIndex) ? method : own;
};
instance/copy-within.js 0000644 00000000555 15167732033 0011174 0 ustar 00 'use strict';
var isPrototypeOf = require('../../internals/object-is-prototype-of');
var method = require('../array/virtual/copy-within');
var ArrayPrototype = Array.prototype;
module.exports = function (it) {
var own = it.copyWithin;
return it === ArrayPrototype || (isPrototypeOf(ArrayPrototype, it) && own === ArrayPrototype.copyWithin) ? method : own;
};
instance/to-spliced.js 0000644 00000000554 15167732033 0010764 0 ustar 00 'use strict';
var isPrototypeOf = require('../../internals/object-is-prototype-of');
var method = require('../array/virtual/to-spliced');
var ArrayPrototype = Array.prototype;
module.exports = function (it) {
var own = it.toSpliced;
return (it === ArrayPrototype || (isPrototypeOf(ArrayPrototype, it) && own === ArrayPrototype.toSpliced)) ? method : own;
};
instance/flat.js 0000644 00000000532 15167732033 0007643 0 ustar 00 'use strict';
var isPrototypeOf = require('../../internals/object-is-prototype-of');
var method = require('../array/virtual/flat');
var ArrayPrototype = Array.prototype;
module.exports = function (it) {
var own = it.flat;
return it === ArrayPrototype || (isPrototypeOf(ArrayPrototype, it) && own === ArrayPrototype.flat) ? method : own;
};
instance/code-point-at.js 0000644 00000000624 15167732033 0011362 0 ustar 00 'use strict';
var isPrototypeOf = require('../../internals/object-is-prototype-of');
var method = require('../string/virtual/code-point-at');
var StringPrototype = String.prototype;
module.exports = function (it) {
var own = it.codePointAt;
return typeof it == 'string' || it === StringPrototype
|| (isPrototypeOf(StringPrototype, it) && own === StringPrototype.codePointAt) ? method : own;
};
instance/fill.js 0000644 00000000532 15167732033 0007643 0 ustar 00 'use strict';
var isPrototypeOf = require('../../internals/object-is-prototype-of');
var method = require('../array/virtual/fill');
var ArrayPrototype = Array.prototype;
module.exports = function (it) {
var own = it.fill;
return it === ArrayPrototype || (isPrototypeOf(ArrayPrototype, it) && own === ArrayPrototype.fill) ? method : own;
};
instance/map.js 0000644 00000000527 15167732033 0007476 0 ustar 00 'use strict';
var isPrototypeOf = require('../../internals/object-is-prototype-of');
var method = require('../array/virtual/map');
var ArrayPrototype = Array.prototype;
module.exports = function (it) {
var own = it.map;
return it === ArrayPrototype || (isPrototypeOf(ArrayPrototype, it) && own === ArrayPrototype.map) ? method : own;
};
instance/to-reversed.js 0000644 00000000557 15167732033 0011163 0 ustar 00 'use strict';
var isPrototypeOf = require('../../internals/object-is-prototype-of');
var method = require('../array/virtual/to-reversed');
var ArrayPrototype = Array.prototype;
module.exports = function (it) {
var own = it.toReversed;
return (it === ArrayPrototype || (isPrototypeOf(ArrayPrototype, it) && own === ArrayPrototype.toReversed)) ? method : own;
};
instance/at.js 0000644 00000001137 15167732033 0007323 0 ustar 00 'use strict';
var isPrototypeOf = require('../../internals/object-is-prototype-of');
var arrayMethod = require('../array/virtual/at');
var stringMethod = require('../string/virtual/at');
var ArrayPrototype = Array.prototype;
var StringPrototype = String.prototype;
module.exports = function (it) {
var own = it.at;
if (it === ArrayPrototype || (isPrototypeOf(ArrayPrototype, it) && own === ArrayPrototype.at)) return arrayMethod;
if (typeof it == 'string' || it === StringPrototype || (isPrototypeOf(StringPrototype, it) && own === StringPrototype.at)) {
return stringMethod;
} return own;
};
instance/is-well-formed.js 0000644 00000000627 15167732033 0011550 0 ustar 00 'use strict';
var isPrototypeOf = require('../../internals/object-is-prototype-of');
var method = require('../string/virtual/is-well-formed');
var StringPrototype = String.prototype;
module.exports = function (it) {
var own = it.isWellFormed;
return typeof it == 'string' || it === StringPrototype
|| (isPrototypeOf(StringPrototype, it) && own === StringPrototype.isWellFormed) ? method : own;
};
instance/unshift.js 0000644 00000000543 15167732033 0010377 0 ustar 00 'use strict';
var isPrototypeOf = require('../../internals/object-is-prototype-of');
var method = require('../array/virtual/unshift');
var ArrayPrototype = Array.prototype;
module.exports = function (it) {
var own = it.unshift;
return it === ArrayPrototype || (isPrototypeOf(ArrayPrototype, it) && own === ArrayPrototype.unshift) ? method : own;
};
instance/reduce-right.js 0000644 00000000560 15167732033 0011300 0 ustar 00 'use strict';
var isPrototypeOf = require('../../internals/object-is-prototype-of');
var method = require('../array/virtual/reduce-right');
var ArrayPrototype = Array.prototype;
module.exports = function (it) {
var own = it.reduceRight;
return it === ArrayPrototype || (isPrototypeOf(ArrayPrototype, it) && own === ArrayPrototype.reduceRight) ? method : own;
};
instance/push.js 0000644 00000000532 15167732033 0007674 0 ustar 00 'use strict';
var isPrototypeOf = require('../../internals/object-is-prototype-of');
var method = require('../array/virtual/push');
var ArrayPrototype = Array.prototype;
module.exports = function (it) {
var own = it.push;
return it === ArrayPrototype || (isPrototypeOf(ArrayPrototype, it) && own === ArrayPrototype.push) ? method : own;
};
instance/filter.js 0000644 00000000540 15167732033 0010201 0 ustar 00 'use strict';
var isPrototypeOf = require('../../internals/object-is-prototype-of');
var method = require('../array/virtual/filter');
var ArrayPrototype = Array.prototype;
module.exports = function (it) {
var own = it.filter;
return it === ArrayPrototype || (isPrototypeOf(ArrayPrototype, it) && own === ArrayPrototype.filter) ? method : own;
};
instance/concat.js 0000644 00000000540 15167732033 0010163 0 ustar 00 'use strict';
var isPrototypeOf = require('../../internals/object-is-prototype-of');
var method = require('../array/virtual/concat');
var ArrayPrototype = Array.prototype;
module.exports = function (it) {
var own = it.concat;
return it === ArrayPrototype || (isPrototypeOf(ArrayPrototype, it) && own === ArrayPrototype.concat) ? method : own;
};
instance/keys.js 0000644 00000000532 15167732033 0007670 0 ustar 00 'use strict';
var isPrototypeOf = require('../../internals/object-is-prototype-of');
var method = require('../array/virtual/keys');
var ArrayPrototype = Array.prototype;
module.exports = function (it) {
var own = it.keys;
return it === ArrayPrototype || (isPrototypeOf(ArrayPrototype, it) && own === ArrayPrototype.keys) ? method : own;
};
instance/some.js 0000644 00000000532 15167732033 0007660 0 ustar 00 'use strict';
var isPrototypeOf = require('../../internals/object-is-prototype-of');
var method = require('../array/virtual/some');
var ArrayPrototype = Array.prototype;
module.exports = function (it) {
var own = it.some;
return it === ArrayPrototype || (isPrototypeOf(ArrayPrototype, it) && own === ArrayPrototype.some) ? method : own;
};
instance/values.js 0000644 00000000540 15167732033 0010213 0 ustar 00 'use strict';
var isPrototypeOf = require('../../internals/object-is-prototype-of');
var method = require('../array/virtual/values');
var ArrayPrototype = Array.prototype;
module.exports = function (it) {
var own = it.values;
return it === ArrayPrototype || (isPrototypeOf(ArrayPrototype, it) && own === ArrayPrototype.values) ? method : own;
};
instance/starts-with.js 0000644 00000000620 15167732033 0011204 0 ustar 00 'use strict';
var isPrototypeOf = require('../../internals/object-is-prototype-of');
var method = require('../string/virtual/starts-with');
var StringPrototype = String.prototype;
module.exports = function (it) {
var own = it.startsWith;
return typeof it == 'string' || it === StringPrototype
|| (isPrototypeOf(StringPrototype, it) && own === StringPrototype.startsWith) ? method : own;
};
instance/includes.js 0000644 00000001175 15167732033 0010527 0 ustar 00 'use strict';
var isPrototypeOf = require('../../internals/object-is-prototype-of');
var arrayMethod = require('../array/virtual/includes');
var stringMethod = require('../string/virtual/includes');
var ArrayPrototype = Array.prototype;
var StringPrototype = String.prototype;
module.exports = function (it) {
var own = it.includes;
if (it === ArrayPrototype || (isPrototypeOf(ArrayPrototype, it) && own === ArrayPrototype.includes)) return arrayMethod;
if (typeof it == 'string' || it === StringPrototype || (isPrototypeOf(StringPrototype, it) && own === StringPrototype.includes)) {
return stringMethod;
} return own;
};
instance/slice.js 0000644 00000000535 15167732033 0010017 0 ustar 00 'use strict';
var isPrototypeOf = require('../../internals/object-is-prototype-of');
var method = require('../array/virtual/slice');
var ArrayPrototype = Array.prototype;
module.exports = function (it) {
var own = it.slice;
return it === ArrayPrototype || (isPrototypeOf(ArrayPrototype, it) && own === ArrayPrototype.slice) ? method : own;
};
instance/repeat.js 0000644 00000000603 15167732033 0010174 0 ustar 00 'use strict';
var isPrototypeOf = require('../../internals/object-is-prototype-of');
var method = require('../string/virtual/repeat');
var StringPrototype = String.prototype;
module.exports = function (it) {
var own = it.repeat;
return typeof it == 'string' || it === StringPrototype
|| (isPrototypeOf(StringPrototype, it) && own === StringPrototype.repeat) ? method : own;
};
instance/every.js 0000644 00000000535 15167732033 0010052 0 ustar 00 'use strict';
var isPrototypeOf = require('../../internals/object-is-prototype-of');
var method = require('../array/virtual/every');
var ArrayPrototype = Array.prototype;
module.exports = function (it) {
var own = it.every;
return it === ArrayPrototype || (isPrototypeOf(ArrayPrototype, it) && own === ArrayPrototype.every) ? method : own;
};
instance/trim.js 0000644 00000000575 15167732033 0007677 0 ustar 00 'use strict';
var isPrototypeOf = require('../../internals/object-is-prototype-of');
var method = require('../string/virtual/trim');
var StringPrototype = String.prototype;
module.exports = function (it) {
var own = it.trim;
return typeof it == 'string' || it === StringPrototype
|| (isPrototypeOf(StringPrototype, it) && own === StringPrototype.trim) ? method : own;
};
instance/trim-end.js 0000644 00000000607 15167732033 0010437 0 ustar 00 'use strict';
var isPrototypeOf = require('../../internals/object-is-prototype-of');
var method = require('../string/virtual/trim-end');
var StringPrototype = String.prototype;
module.exports = function (it) {
var own = it.trimEnd;
return typeof it == 'string' || it === StringPrototype
|| (isPrototypeOf(StringPrototype, it) && own === StringPrototype.trimEnd) ? method : own;
};
instance/with.js 0000644 00000000542 15167732033 0007671 0 ustar 00 'use strict';
var isPrototypeOf = require('../../internals/object-is-prototype-of');
var method = require('../array/virtual/with');
var ArrayPrototype = Array.prototype;
module.exports = function (it) {
var own = it['with'];
return (it === ArrayPrototype || (isPrototypeOf(ArrayPrototype, it) && own === ArrayPrototype['with'])) ? method : own;
};
instance/match-all.js 0000644 00000000612 15167732033 0010556 0 ustar 00 'use strict';
var isPrototypeOf = require('../../internals/object-is-prototype-of');
var method = require('../string/virtual/match-all');
var StringPrototype = String.prototype;
module.exports = function (it) {
var own = it.matchAll;
return typeof it == 'string' || it === StringPrototype
|| (isPrototypeOf(StringPrototype, it) && own === StringPrototype.matchAll) ? method : own;
};
instance/bind.js 0000644 00000000554 15167732033 0007635 0 ustar 00 'use strict';
var isPrototypeOf = require('../../internals/object-is-prototype-of');
var method = require('../function/virtual/bind');
var FunctionPrototype = Function.prototype;
module.exports = function (it) {
var own = it.bind;
return it === FunctionPrototype || (isPrototypeOf(FunctionPrototype, it) && own === FunctionPrototype.bind) ? method : own;
};
instance/entries.js 0000644 00000000543 15167732033 0010370 0 ustar 00 'use strict';
var isPrototypeOf = require('../../internals/object-is-prototype-of');
var method = require('../array/virtual/entries');
var ArrayPrototype = Array.prototype;
module.exports = function (it) {
var own = it.entries;
return it === ArrayPrototype || (isPrototypeOf(ArrayPrototype, it) && own === ArrayPrototype.entries) ? method : own;
};
instance/last-index-of.js 0000644 00000000561 15167732033 0011371 0 ustar 00 'use strict';
var isPrototypeOf = require('../../internals/object-is-prototype-of');
var method = require('../array/virtual/last-index-of');
var ArrayPrototype = Array.prototype;
module.exports = function (it) {
var own = it.lastIndexOf;
return it === ArrayPrototype || (isPrototypeOf(ArrayPrototype, it) && own === ArrayPrototype.lastIndexOf) ? method : own;
};
instance/flags.js 0000644 00000000453 15167732033 0010013 0 ustar 00 'use strict';
var isPrototypeOf = require('../../internals/object-is-prototype-of');
var flags = require('../regexp/flags');
var RegExpPrototype = RegExp.prototype;
module.exports = function (it) {
return (it === RegExpPrototype || isPrototypeOf(RegExpPrototype, it)) ? flags(it) : it.flags;
};
instance/sort.js 0000644 00000000532 15167732033 0007704 0 ustar 00 'use strict';
var isPrototypeOf = require('../../internals/object-is-prototype-of');
var method = require('../array/virtual/sort');
var ArrayPrototype = Array.prototype;
module.exports = function (it) {
var own = it.sort;
return it === ArrayPrototype || (isPrototypeOf(ArrayPrototype, it) && own === ArrayPrototype.sort) ? method : own;
};
instance/reduce.js 0000644 00000000540 15167732033 0010163 0 ustar 00 'use strict';
var isPrototypeOf = require('../../internals/object-is-prototype-of');
var method = require('../array/virtual/reduce');
var ArrayPrototype = Array.prototype;
module.exports = function (it) {
var own = it.reduce;
return it === ArrayPrototype || (isPrototypeOf(ArrayPrototype, it) && own === ArrayPrototype.reduce) ? method : own;
};
instance/trim-left.js 0000644 00000000612 15167732033 0010617 0 ustar 00 'use strict';
var isPrototypeOf = require('../../internals/object-is-prototype-of');
var method = require('../string/virtual/trim-left');
var StringPrototype = String.prototype;
module.exports = function (it) {
var own = it.trimLeft;
return typeof it == 'string' || it === StringPrototype
|| (isPrototypeOf(StringPrototype, it) && own === StringPrototype.trimLeft) ? method : own;
};
instance/to-well-formed.js 0000644 00000000627 15167732033 0011557 0 ustar 00 'use strict';
var isPrototypeOf = require('../../internals/object-is-prototype-of');
var method = require('../string/virtual/to-well-formed');
var StringPrototype = String.prototype;
module.exports = function (it) {
var own = it.toWellFormed;
return typeof it == 'string' || it === StringPrototype
|| (isPrototypeOf(StringPrototype, it) && own === StringPrototype.toWellFormed) ? method : own;
};
instance/trim-right.js 0000644 00000000615 15167732033 0011005 0 ustar 00 'use strict';
var isPrototypeOf = require('../../internals/object-is-prototype-of');
var method = require('../string/virtual/trim-right');
var StringPrototype = String.prototype;
module.exports = function (it) {
var own = it.trimRight;
return typeof it == 'string' || it === StringPrototype
|| (isPrototypeOf(StringPrototype, it) && own === StringPrototype.trimRight) ? method : own;
};
instance/flat-map.js 0000644 00000000544 15167732033 0010421 0 ustar 00 'use strict';
var isPrototypeOf = require('../../internals/object-is-prototype-of');
var method = require('../array/virtual/flat-map');
var ArrayPrototype = Array.prototype;
module.exports = function (it) {
var own = it.flatMap;
return it === ArrayPrototype || (isPrototypeOf(ArrayPrototype, it) && own === ArrayPrototype.flatMap) ? method : own;
};
instance/for-each.js 0000644 00000000544 15167732033 0010404 0 ustar 00 'use strict';
var isPrototypeOf = require('../../internals/object-is-prototype-of');
var method = require('../array/virtual/for-each');
var ArrayPrototype = Array.prototype;
module.exports = function (it) {
var own = it.forEach;
return it === ArrayPrototype || (isPrototypeOf(ArrayPrototype, it) && own === ArrayPrototype.forEach) ? method : own;
};
instance/pad-end.js 0000644 00000000604 15167732033 0010225 0 ustar 00 'use strict';
var isPrototypeOf = require('../../internals/object-is-prototype-of');
var method = require('../string/virtual/pad-end');
var StringPrototype = String.prototype;
module.exports = function (it) {
var own = it.padEnd;
return typeof it == 'string' || it === StringPrototype
|| (isPrototypeOf(StringPrototype, it) && own === StringPrototype.padEnd) ? method : own;
};
instance/pad-start.js 0000644 00000000612 15167732033 0010613 0 ustar 00 'use strict';
var isPrototypeOf = require('../../internals/object-is-prototype-of');
var method = require('../string/virtual/pad-start');
var StringPrototype = String.prototype;
module.exports = function (it) {
var own = it.padStart;
return typeof it == 'string' || it === StringPrototype
|| (isPrototypeOf(StringPrototype, it) && own === StringPrototype.padStart) ? method : own;
};
instance/trim-start.js 0000644 00000000615 15167732033 0011025 0 ustar 00 'use strict';
var isPrototypeOf = require('../../internals/object-is-prototype-of');
var method = require('../string/virtual/trim-start');
var StringPrototype = String.prototype;
module.exports = function (it) {
var own = it.trimStart;
return typeof it == 'string' || it === StringPrototype
|| (isPrototypeOf(StringPrototype, it) && own === StringPrototype.trimStart) ? method : own;
};
instance/index-of.js 0000644 00000000544 15167732033 0010431 0 ustar 00 'use strict';
var isPrototypeOf = require('../../internals/object-is-prototype-of');
var method = require('../array/virtual/index-of');
var ArrayPrototype = Array.prototype;
module.exports = function (it) {
var own = it.indexOf;
return it === ArrayPrototype || (isPrototypeOf(ArrayPrototype, it) && own === ArrayPrototype.indexOf) ? method : own;
};
instance/splice.js 0000644 00000000540 15167732033 0010173 0 ustar 00 'use strict';
var isPrototypeOf = require('../../internals/object-is-prototype-of');
var method = require('../array/virtual/splice');
var ArrayPrototype = Array.prototype;
module.exports = function (it) {
var own = it.splice;
return it === ArrayPrototype || (isPrototypeOf(ArrayPrototype, it) && own === ArrayPrototype.splice) ? method : own;
};
instance/to-sorted.js 0000644 00000000551 15167732033 0010636 0 ustar 00 'use strict';
var isPrototypeOf = require('../../internals/object-is-prototype-of');
var method = require('../array/virtual/to-sorted');
var ArrayPrototype = Array.prototype;
module.exports = function (it) {
var own = it.toSorted;
return (it === ArrayPrototype || (isPrototypeOf(ArrayPrototype, it) && own === ArrayPrototype.toSorted)) ? method : own;
};
instance/find-last.js 0000644 00000000547 15167732033 0010604 0 ustar 00 'use strict';
var isPrototypeOf = require('../../internals/object-is-prototype-of');
var method = require('../array/virtual/find-last');
var ArrayPrototype = Array.prototype;
module.exports = function (it) {
var own = it.findLast;
return it === ArrayPrototype || (isPrototypeOf(ArrayPrototype, it) && own === ArrayPrototype.findLast) ? method : own;
};
instance/reverse.js 0000644 00000000543 15167732033 0010372 0 ustar 00 'use strict';
var isPrototypeOf = require('../../internals/object-is-prototype-of');
var method = require('../array/virtual/reverse');
var ArrayPrototype = Array.prototype;
module.exports = function (it) {
var own = it.reverse;
return it === ArrayPrototype || (isPrototypeOf(ArrayPrototype, it) && own === ArrayPrototype.reverse) ? method : own;
};
instance/replace-all.js 0000644 00000000620 15167732033 0011074 0 ustar 00 'use strict';
var isPrototypeOf = require('../../internals/object-is-prototype-of');
var method = require('../string/virtual/replace-all');
var StringPrototype = String.prototype;
module.exports = function (it) {
var own = it.replaceAll;
return typeof it == 'string' || it === StringPrototype
|| (isPrototypeOf(StringPrototype, it) && own === StringPrototype.replaceAll) ? method : own;
};
instance/find.js 0000644 00000000532 15167732033 0007635 0 ustar 00 'use strict';
var isPrototypeOf = require('../../internals/object-is-prototype-of');
var method = require('../array/virtual/find');
var ArrayPrototype = Array.prototype;
module.exports = function (it) {
var own = it.find;
return it === ArrayPrototype || (isPrototypeOf(ArrayPrototype, it) && own === ArrayPrototype.find) ? method : own;
};
instance/ends-with.js 0000644 00000000612 15167732033 0010616 0 ustar 00 'use strict';
var isPrototypeOf = require('../../internals/object-is-prototype-of');
var method = require('../string/virtual/ends-with');
var StringPrototype = String.prototype;
module.exports = function (it) {
var own = it.endsWith;
return typeof it == 'string' || it === StringPrototype
|| (isPrototypeOf(StringPrototype, it) && own === StringPrototype.endsWith) ? method : own;
};
regexp/constructor.js 0000644 00000000330 15167732033 0010764 0 ustar 00 'use strict';
require('../../modules/es.regexp.constructor');
require('../../modules/es.regexp.dot-all');
require('../../modules/es.regexp.exec');
require('../../modules/es.regexp.sticky');
module.exports = RegExp;
regexp/dot-all.js 0000644 00000000314 15167732033 0007735 0 ustar 00 'use strict';
require('../../modules/es.regexp.constructor');
require('../../modules/es.regexp.dot-all');
require('../../modules/es.regexp.exec');
module.exports = function (it) {
return it.dotAll;
};
regexp/split.js 0000644 00000000552 15167732033 0007540 0 ustar 00 'use strict';
require('../../modules/es.regexp.exec');
require('../../modules/es.string.split');
var call = require('../../internals/function-call');
var wellKnownSymbol = require('../../internals/well-known-symbol');
var SPLIT = wellKnownSymbol('split');
module.exports = function (it, str, limit) {
return call(RegExp.prototype[SPLIT], it, str, limit);
};
regexp/test.js 0000644 00000000315 15167732033 0007361 0 ustar 00 'use strict';
require('../../modules/es.regexp.exec');
require('../../modules/es.regexp.test');
var uncurryThis = require('../../internals/function-uncurry-this');
module.exports = uncurryThis(/./.test);
regexp/search.js 0000644 00000000540 15167732033 0007647 0 ustar 00 'use strict';
require('../../modules/es.regexp.exec');
require('../../modules/es.string.search');
var call = require('../../internals/function-call');
var wellKnownSymbol = require('../../internals/well-known-symbol');
var SEARCH = wellKnownSymbol('search');
module.exports = function (it, str) {
return call(RegExp.prototype[SEARCH], it, str);
};
regexp/sticky.js 0000644 00000000313 15167732033 0007706 0 ustar 00 'use strict';
require('../../modules/es.regexp.constructor');
require('../../modules/es.regexp.exec');
require('../../modules/es.regexp.sticky');
module.exports = function (it) {
return it.sticky;
};
regexp/index.js 0000644 00000000752 15167732033 0007516 0 ustar 00 'use strict';
require('../../modules/es.regexp.constructor');
require('../../modules/es.regexp.to-string');
require('../../modules/es.regexp.dot-all');
require('../../modules/es.regexp.exec');
require('../../modules/es.regexp.flags');
require('../../modules/es.regexp.sticky');
require('../../modules/es.regexp.test');
require('../../modules/es.string.match');
require('../../modules/es.string.replace');
require('../../modules/es.string.search');
require('../../modules/es.string.split');
regexp/match.js 0000644 00000000534 15167732033 0007501 0 ustar 00 'use strict';
require('../../modules/es.regexp.exec');
require('../../modules/es.string.match');
var call = require('../../internals/function-call');
var wellKnownSymbol = require('../../internals/well-known-symbol');
var MATCH = wellKnownSymbol('match');
module.exports = function (it, str) {
return call(RegExp.prototype[MATCH], it, str);
};
regexp/flags.js 0000644 00000000234 15167732033 0007476 0 ustar 00 'use strict';
require('../../modules/es.regexp.flags');
var getRegExpFlags = require('../../internals/regexp-get-flags');
module.exports = getRegExpFlags;
regexp/replace.js 0000644 00000000570 15167732033 0010020 0 ustar 00 'use strict';
require('../../modules/es.regexp.exec');
require('../../modules/es.string.replace');
var call = require('../../internals/function-call');
var wellKnownSymbol = require('../../internals/well-known-symbol');
var REPLACE = wellKnownSymbol('replace');
module.exports = function (it, str, replacer) {
return call(RegExp.prototype[REPLACE], it, str, replacer);
};
regexp/to-string.js 0000644 00000000255 15167732033 0010333 0 ustar 00 'use strict';
require('../../modules/es.regexp.to-string');
var uncurryThis = require('../../internals/function-uncurry-this');
module.exports = uncurryThis(/./.toString);
weak-set/index.js 0000644 00000000332 15167732033 0007736 0 ustar 00 'use strict';
require('../../modules/es.array.iterator');
require('../../modules/es.object.to-string');
require('../../modules/es.weak-set');
var path = require('../../internals/path');
module.exports = path.WeakSet;
string/anchor.js 0000644 00000000247 15167732033 0007674 0 ustar 00 'use strict';
require('../../modules/es.string.anchor');
var entryUnbind = require('../../internals/entry-unbind');
module.exports = entryUnbind('String', 'anchor');
string/blink.js 0000644 00000000245 15167732033 0007517 0 ustar 00 'use strict';
require('../../modules/es.string.blink');
var entryUnbind = require('../../internals/entry-unbind');
module.exports = entryUnbind('String', 'blink');
string/split.js 0000644 00000000316 15167732033 0007552 0 ustar 00 'use strict';
require('../../modules/es.regexp.exec');
require('../../modules/es.string.split');
var entryUnbind = require('../../internals/entry-unbind');
module.exports = entryUnbind('String', 'split');
string/from-code-point.js 0000644 00000000233 15167732033 0011417 0 ustar 00 'use strict';
require('../../modules/es.string.from-code-point');
var path = require('../../internals/path');
module.exports = path.String.fromCodePoint;
string/code-point-at.js 0000644 00000000263 15167732033 0011063 0 ustar 00 'use strict';
require('../../modules/es.string.code-point-at');
var entryUnbind = require('../../internals/entry-unbind');
module.exports = entryUnbind('String', 'codePointAt');
string/link.js 0000644 00000000243 15167732033 0007353 0 ustar 00 'use strict';
require('../../modules/es.string.link');
var entryUnbind = require('../../internals/entry-unbind');
module.exports = entryUnbind('String', 'link');
string/at.js 0000644 00000000253 15167732033 0007023 0 ustar 00 'use strict';
require('../../modules/es.string.at-alternative');
var entryUnbind = require('../../internals/entry-unbind');
module.exports = entryUnbind('String', 'at');
string/is-well-formed.js 0000644 00000000226 15167732033 0011245 0 ustar 00 'use strict';
require('../../modules/es.string.is-well-formed');
module.exports = require('../../internals/entry-unbind')('String', 'isWellFormed');
string/fixed.js 0000644 00000000245 15167732033 0007517 0 ustar 00 'use strict';
require('../../modules/es.string.fixed');
var entryUnbind = require('../../internals/entry-unbind');
module.exports = entryUnbind('String', 'fixed');
string/starts-with.js 0000644 00000000260 15167732033 0010706 0 ustar 00 'use strict';
require('../../modules/es.string.starts-with');
var entryUnbind = require('../../internals/entry-unbind');
module.exports = entryUnbind('String', 'startsWith');
string/includes.js 0000644 00000000253 15167732033 0010225 0 ustar 00 'use strict';
require('../../modules/es.string.includes');
var entryUnbind = require('../../internals/entry-unbind');
module.exports = entryUnbind('String', 'includes');
string/big.js 0000644 00000000241 15167732033 0007155 0 ustar 00 'use strict';
require('../../modules/es.string.big');
var entryUnbind = require('../../internals/entry-unbind');
module.exports = entryUnbind('String', 'big');
string/repeat.js 0000644 00000000247 15167732033 0007702 0 ustar 00 'use strict';
require('../../modules/es.string.repeat');
var entryUnbind = require('../../internals/entry-unbind');
module.exports = entryUnbind('String', 'repeat');
string/search.js 0000644 00000000320 15167732033 0007657 0 ustar 00 'use strict';
require('../../modules/es.regexp.exec');
require('../../modules/es.string.search');
var entryUnbind = require('../../internals/entry-unbind');
module.exports = entryUnbind('String', 'search');
string/trim.js 0000644 00000000243 15167732033 0007371 0 ustar 00 'use strict';
require('../../modules/es.string.trim');
var entryUnbind = require('../../internals/entry-unbind');
module.exports = entryUnbind('String', 'trim');
string/trim-end.js 0000644 00000000254 15167732033 0010137 0 ustar 00 'use strict';
require('../../modules/es.string.trim-end');
var entryUnbind = require('../../internals/entry-unbind');
module.exports = entryUnbind('String', 'trimRight');
string/match-all.js 0000644 00000000403 15167732033 0010256 0 ustar 00 'use strict';
require('../../modules/es.object.to-string');
require('../../modules/es.regexp.exec');
require('../../modules/es.string.match-all');
var entryUnbind = require('../../internals/entry-unbind');
module.exports = entryUnbind('String', 'matchAll');
string/index.js 0000644 00000003362 15167732033 0007532 0 ustar 00 'use strict';
require('../../modules/es.object.to-string');
require('../../modules/es.regexp.exec');
require('../../modules/es.string.from-code-point');
require('../../modules/es.string.raw');
require('../../modules/es.string.code-point-at');
require('../../modules/es.string.at-alternative');
require('../../modules/es.string.ends-with');
require('../../modules/es.string.includes');
require('../../modules/es.string.is-well-formed');
require('../../modules/es.string.match');
require('../../modules/es.string.match-all');
require('../../modules/es.string.pad-end');
require('../../modules/es.string.pad-start');
require('../../modules/es.string.repeat');
require('../../modules/es.string.replace');
require('../../modules/es.string.replace-all');
require('../../modules/es.string.search');
require('../../modules/es.string.split');
require('../../modules/es.string.starts-with');
require('../../modules/es.string.substr');
require('../../modules/es.string.to-well-formed');
require('../../modules/es.string.trim');
require('../../modules/es.string.trim-start');
require('../../modules/es.string.trim-end');
require('../../modules/es.string.iterator');
require('../../modules/es.string.anchor');
require('../../modules/es.string.big');
require('../../modules/es.string.blink');
require('../../modules/es.string.bold');
require('../../modules/es.string.fixed');
require('../../modules/es.string.fontcolor');
require('../../modules/es.string.fontsize');
require('../../modules/es.string.italics');
require('../../modules/es.string.link');
require('../../modules/es.string.small');
require('../../modules/es.string.strike');
require('../../modules/es.string.sub');
require('../../modules/es.string.sup');
var path = require('../../internals/path');
module.exports = path.String;
string/match.js 0000644 00000000316 15167732033 0007513 0 ustar 00 'use strict';
require('../../modules/es.regexp.exec');
require('../../modules/es.string.match');
var entryUnbind = require('../../internals/entry-unbind');
module.exports = entryUnbind('String', 'match');
string/strike.js 0000644 00000000247 15167732033 0007723 0 ustar 00 'use strict';
require('../../modules/es.string.strike');
var entryUnbind = require('../../internals/entry-unbind');
module.exports = entryUnbind('String', 'strike');
string/fontcolor.js 0000644 00000000255 15167732033 0010426 0 ustar 00 'use strict';
require('../../modules/es.string.fontcolor');
var entryUnbind = require('../../internals/entry-unbind');
module.exports = entryUnbind('String', 'fontcolor');
string/trim-left.js 0000644 00000000255 15167732033 0010324 0 ustar 00 'use strict';
require('../../modules/es.string.trim-start');
var entryUnbind = require('../../internals/entry-unbind');
module.exports = entryUnbind('String', 'trimLeft');
string/to-well-formed.js 0000644 00000000226 15167732033 0011254 0 ustar 00 'use strict';
require('../../modules/es.string.to-well-formed');
module.exports = require('../../internals/entry-unbind')('String', 'toWellFormed');
string/replace.js 0000644 00000000322 15167732033 0010027 0 ustar 00 'use strict';
require('../../modules/es.regexp.exec');
require('../../modules/es.string.replace');
var entryUnbind = require('../../internals/entry-unbind');
module.exports = entryUnbind('String', 'replace');
string/substr.js 0000644 00000000247 15167732033 0007744 0 ustar 00 'use strict';
require('../../modules/es.string.substr');
var entryUnbind = require('../../internals/entry-unbind');
module.exports = entryUnbind('String', 'substr');
string/trim-right.js 0000644 00000000254 15167732033 0010506 0 ustar 00 'use strict';
require('../../modules/es.string.trim-end');
var entryUnbind = require('../../internals/entry-unbind');
module.exports = entryUnbind('String', 'trimRight');
string/sub.js 0000644 00000000241 15167732033 0007205 0 ustar 00 'use strict';
require('../../modules/es.string.sub');
var entryUnbind = require('../../internals/entry-unbind');
module.exports = entryUnbind('String', 'sub');
string/pad-end.js 0000644 00000000250 15167732033 0007724 0 ustar 00 'use strict';
require('../../modules/es.string.pad-end');
var entryUnbind = require('../../internals/entry-unbind');
module.exports = entryUnbind('String', 'padEnd');
string/pad-start.js 0000644 00000000254 15167732033 0010317 0 ustar 00 'use strict';
require('../../modules/es.string.pad-start');
var entryUnbind = require('../../internals/entry-unbind');
module.exports = entryUnbind('String', 'padStart');
string/small.js 0000644 00000000245 15167732033 0007530 0 ustar 00 'use strict';
require('../../modules/es.string.small');
var entryUnbind = require('../../internals/entry-unbind');
module.exports = entryUnbind('String', 'small');
string/trim-start.js 0000644 00000000255 15167732033 0010527 0 ustar 00 'use strict';
require('../../modules/es.string.trim-start');
var entryUnbind = require('../../internals/entry-unbind');
module.exports = entryUnbind('String', 'trimLeft');
string/bold.js 0000644 00000000243 15167732033 0007336 0 ustar 00 'use strict';
require('../../modules/es.string.bold');
var entryUnbind = require('../../internals/entry-unbind');
module.exports = entryUnbind('String', 'bold');
string/fontsize.js 0000644 00000000253 15167732033 0010260 0 ustar 00 'use strict';
require('../../modules/es.string.fontsize');
var entryUnbind = require('../../internals/entry-unbind');
module.exports = entryUnbind('String', 'fontsize');
string/virtual/anchor.js 0000644 00000000332 15167732033 0011355 0 ustar 00 'use strict';
require('../../../modules/es.string.anchor');
var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method');
module.exports = getBuiltInPrototypeMethod('String', 'anchor');
string/virtual/blink.js 0000644 00000000330 15167732033 0011200 0 ustar 00 'use strict';
require('../../../modules/es.string.blink');
var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method');
module.exports = getBuiltInPrototypeMethod('String', 'blink');
string/virtual/code-point-at.js 0000644 00000000346 15167732033 0012553 0 ustar 00 'use strict';
require('../../../modules/es.string.code-point-at');
var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method');
module.exports = getBuiltInPrototypeMethod('String', 'codePointAt');
string/virtual/link.js 0000644 00000000326 15167732033 0011043 0 ustar 00 'use strict';
require('../../../modules/es.string.link');
var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method');
module.exports = getBuiltInPrototypeMethod('String', 'link');
string/virtual/at.js 0000644 00000000336 15167732033 0010513 0 ustar 00 'use strict';
require('../../../modules/es.string.at-alternative');
var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method');
module.exports = getBuiltInPrototypeMethod('String', 'at');
string/virtual/is-well-formed.js 0000644 00000000350 15167732033 0012731 0 ustar 00 'use strict';
require('../../../modules/es.string.is-well-formed');
var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method');
module.exports = getBuiltInPrototypeMethod('String', 'isWellFormed');
string/virtual/fixed.js 0000644 00000000330 15167732033 0011200 0 ustar 00 'use strict';
require('../../../modules/es.string.fixed');
var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method');
module.exports = getBuiltInPrototypeMethod('String', 'fixed');
string/virtual/starts-with.js 0000644 00000000343 15167732033 0012376 0 ustar 00 'use strict';
require('../../../modules/es.string.starts-with');
var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method');
module.exports = getBuiltInPrototypeMethod('String', 'startsWith');
string/virtual/includes.js 0000644 00000000336 15167732033 0011715 0 ustar 00 'use strict';
require('../../../modules/es.string.includes');
var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method');
module.exports = getBuiltInPrototypeMethod('String', 'includes');
string/virtual/big.js 0000644 00000000324 15167732033 0010645 0 ustar 00 'use strict';
require('../../../modules/es.string.big');
var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method');
module.exports = getBuiltInPrototypeMethod('String', 'big');
string/virtual/repeat.js 0000644 00000000332 15167732033 0011363 0 ustar 00 'use strict';
require('../../../modules/es.string.repeat');
var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method');
module.exports = getBuiltInPrototypeMethod('String', 'repeat');
string/virtual/trim.js 0000644 00000000326 15167732033 0011061 0 ustar 00 'use strict';
require('../../../modules/es.string.trim');
var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method');
module.exports = getBuiltInPrototypeMethod('String', 'trim');
string/virtual/trim-end.js 0000644 00000000337 15167732033 0011627 0 ustar 00 'use strict';
require('../../../modules/es.string.trim-end');
var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method');
module.exports = getBuiltInPrototypeMethod('String', 'trimRight');
string/virtual/match-all.js 0000644 00000000474 15167732033 0011754 0 ustar 00 'use strict';
require('../../../modules/es.object.to-string');
require('../../../modules/es.regexp.exec');
require('../../../modules/es.string.match-all');
var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method');
module.exports = getBuiltInPrototypeMethod('String', 'matchAll');
string/virtual/index.js 0000644 00000003265 15167732033 0011222 0 ustar 00 'use strict';
require('../../../modules/es.object.to-string');
require('../../../modules/es.regexp.exec');
require('../../../modules/es.string.at-alternative');
require('../../../modules/es.string.code-point-at');
require('../../../modules/es.string.ends-with');
require('../../../modules/es.string.includes');
require('../../../modules/es.string.match');
require('../../../modules/es.string.match-all');
require('../../../modules/es.string.pad-end');
require('../../../modules/es.string.pad-start');
require('../../../modules/es.string.repeat');
require('../../../modules/es.string.replace');
require('../../../modules/es.string.replace-all');
require('../../../modules/es.string.search');
require('../../../modules/es.string.split');
require('../../../modules/es.string.starts-with');
require('../../../modules/es.string.substr');
require('../../../modules/es.string.trim');
require('../../../modules/es.string.trim-start');
require('../../../modules/es.string.trim-end');
require('../../../modules/es.string.iterator');
require('../../../modules/es.string.anchor');
require('../../../modules/es.string.big');
require('../../../modules/es.string.blink');
require('../../../modules/es.string.bold');
require('../../../modules/es.string.fixed');
require('../../../modules/es.string.fontcolor');
require('../../../modules/es.string.fontsize');
require('../../../modules/es.string.italics');
require('../../../modules/es.string.link');
require('../../../modules/es.string.small');
require('../../../modules/es.string.strike');
require('../../../modules/es.string.sub');
require('../../../modules/es.string.sup');
var entryVirtual = require('../../../internals/entry-virtual');
module.exports = entryVirtual('String');
string/virtual/strike.js 0000644 00000000332 15167732033 0011404 0 ustar 00 'use strict';
require('../../../modules/es.string.strike');
var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method');
module.exports = getBuiltInPrototypeMethod('String', 'strike');
string/virtual/fontcolor.js 0000644 00000000340 15167732033 0012107 0 ustar 00 'use strict';
require('../../../modules/es.string.fontcolor');
var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method');
module.exports = getBuiltInPrototypeMethod('String', 'fontcolor');
string/virtual/trim-left.js 0000644 00000000340 15167732033 0012005 0 ustar 00 'use strict';
require('../../../modules/es.string.trim-start');
var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method');
module.exports = getBuiltInPrototypeMethod('String', 'trimLeft');
string/virtual/to-well-formed.js 0000644 00000000350 15167732033 0012740 0 ustar 00 'use strict';
require('../../../modules/es.string.to-well-formed');
var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method');
module.exports = getBuiltInPrototypeMethod('String', 'toWellFormed');
string/virtual/substr.js 0000644 00000000332 15167732033 0011425 0 ustar 00 'use strict';
require('../../../modules/es.string.substr');
var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method');
module.exports = getBuiltInPrototypeMethod('String', 'substr');
string/virtual/trim-right.js 0000644 00000000337 15167732033 0012176 0 ustar 00 'use strict';
require('../../../modules/es.string.trim-end');
var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method');
module.exports = getBuiltInPrototypeMethod('String', 'trimRight');
string/virtual/sub.js 0000644 00000000324 15167732033 0010675 0 ustar 00 'use strict';
require('../../../modules/es.string.sub');
var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method');
module.exports = getBuiltInPrototypeMethod('String', 'sub');
string/virtual/pad-end.js 0000644 00000000333 15167732033 0011414 0 ustar 00 'use strict';
require('../../../modules/es.string.pad-end');
var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method');
module.exports = getBuiltInPrototypeMethod('String', 'padEnd');
string/virtual/pad-start.js 0000644 00000000337 15167732033 0012007 0 ustar 00 'use strict';
require('../../../modules/es.string.pad-start');
var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method');
module.exports = getBuiltInPrototypeMethod('String', 'padStart');
string/virtual/small.js 0000644 00000000330 15167732033 0011211 0 ustar 00 'use strict';
require('../../../modules/es.string.small');
var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method');
module.exports = getBuiltInPrototypeMethod('String', 'small');
string/virtual/trim-start.js 0000644 00000000340 15167732033 0012210 0 ustar 00 'use strict';
require('../../../modules/es.string.trim-start');
var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method');
module.exports = getBuiltInPrototypeMethod('String', 'trimLeft');
string/virtual/bold.js 0000644 00000000326 15167732033 0011026 0 ustar 00 'use strict';
require('../../../modules/es.string.bold');
var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method');
module.exports = getBuiltInPrototypeMethod('String', 'bold');
string/virtual/fontsize.js 0000644 00000000336 15167732033 0011750 0 ustar 00 'use strict';
require('../../../modules/es.string.fontsize');
var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method');
module.exports = getBuiltInPrototypeMethod('String', 'fontsize');
string/virtual/replace-all.js 0000644 00000000476 15167732033 0012275 0 ustar 00 'use strict';
require('../../../modules/es.regexp.exec');
require('../../../modules/es.string.replace');
require('../../../modules/es.string.replace-all');
var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method');
module.exports = getBuiltInPrototypeMethod('String', 'replaceAll');
string/virtual/italics.js 0000644 00000000334 15167732033 0011535 0 ustar 00 'use strict';
require('../../../modules/es.string.italics');
var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method');
module.exports = getBuiltInPrototypeMethod('String', 'italics');
string/virtual/iterator.js 0000644 00000000314 15167732033 0011734 0 ustar 00 'use strict';
require('../../../modules/es.object.to-string');
require('../../../modules/es.string.iterator');
var Iterators = require('../../../internals/iterators');
module.exports = Iterators.String;
string/virtual/sup.js 0000644 00000000324 15167732033 0010713 0 ustar 00 'use strict';
require('../../../modules/es.string.sup');
var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method');
module.exports = getBuiltInPrototypeMethod('String', 'sup');
string/virtual/ends-with.js 0000644 00000000337 15167732033 0012012 0 ustar 00 'use strict';
require('../../../modules/es.string.ends-with');
var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method');
module.exports = getBuiltInPrototypeMethod('String', 'endsWith');
string/replace-all.js 0000644 00000000405 15167732033 0010577 0 ustar 00 'use strict';
require('../../modules/es.regexp.exec');
require('../../modules/es.string.replace');
require('../../modules/es.string.replace-all');
var entryUnbind = require('../../internals/entry-unbind');
module.exports = entryUnbind('String', 'replaceAll');
string/italics.js 0000644 00000000251 15167732033 0010045 0 ustar 00 'use strict';
require('../../modules/es.string.italics');
var entryUnbind = require('../../internals/entry-unbind');
module.exports = entryUnbind('String', 'italics');
string/iterator.js 0000644 00000000424 15167732033 0010250 0 ustar 00 'use strict';
require('../../modules/es.object.to-string');
require('../../modules/es.string.iterator');
var uncurryThis = require('../../internals/function-uncurry-this');
var Iterators = require('../../internals/iterators');
module.exports = uncurryThis(Iterators.String);
string/raw.js 0000644 00000000205 15167732033 0007205 0 ustar 00 'use strict';
require('../../modules/es.string.raw');
var path = require('../../internals/path');
module.exports = path.String.raw;
string/sup.js 0000644 00000000241 15167732033 0007223 0 ustar 00 'use strict';
require('../../modules/es.string.sup');
var entryUnbind = require('../../internals/entry-unbind');
module.exports = entryUnbind('String', 'sup');
string/ends-with.js 0000644 00000000254 15167732033 0010322 0 ustar 00 'use strict';
require('../../modules/es.string.ends-with');
var entryUnbind = require('../../internals/entry-unbind');
module.exports = entryUnbind('String', 'endsWith');
function/has-instance.js 0000644 00000000301 15167732033 0011305 0 ustar 00 'use strict';
require('../../modules/es.function.has-instance');
var wellKnownSymbol = require('../../internals/well-known-symbol');
module.exports = Function[wellKnownSymbol('hasInstance')];
function/bind.js 0000644 00000000247 15167732033 0007655 0 ustar 00 'use strict';
require('../../modules/es.function.bind');
var entryUnbind = require('../../internals/entry-unbind');
module.exports = entryUnbind('Function', 'bind');
function/index.js 0000644 00000000344 15167732033 0010046 0 ustar 00 'use strict';
require('../../modules/es.function.bind');
require('../../modules/es.function.name');
require('../../modules/es.function.has-instance');
var path = require('../../internals/path');
module.exports = path.Function;
function/name.js 0000644 00000000071 15167732033 0007654 0 ustar 00 'use strict';
require('../../modules/es.function.name');
function/virtual/bind.js 0000644 00000000332 15167732033 0011336 0 ustar 00 'use strict';
require('../../../modules/es.function.bind');
var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method');
module.exports = getBuiltInPrototypeMethod('Function', 'bind');
function/virtual/index.js 0000644 00000000250 15167732033 0011530 0 ustar 00 'use strict';
require('../../../modules/es.function.bind');
var entryVirtual = require('../../../internals/entry-virtual');
module.exports = entryVirtual('Function');
weak-map/index.js 0000644 00000000332 15167732033 0007720 0 ustar 00 'use strict';
require('../../modules/es.array.iterator');
require('../../modules/es.object.to-string');
require('../../modules/es.weak-map');
var path = require('../../internals/path');
module.exports = path.WeakMap;
redux.js 0000644 00000065215 15167732122 0006250 0 ustar 00 import _objectSpread from '@babel/runtime/helpers/esm/objectSpread2';
/**
* Adapted from React: https://github.com/facebook/react/blob/master/packages/shared/formatProdErrorMessage.js
*
* Do not require this module directly! Use normal throw error calls. These messages will be replaced with error codes
* during build.
* @param {number} code
*/
function formatProdErrorMessage(code) {
return "Minified Redux error #" + code + "; visit https://redux.js.org/Errors?code=" + code + " for the full message or " + 'use the non-minified dev environment for full errors. ';
}
// Inlined version of the `symbol-observable` polyfill
var $$observable = (function () {
return typeof Symbol === 'function' && Symbol.observable || '@@observable';
})();
/**
* These are private action types reserved by Redux.
* For any unknown actions, you must return the current state.
* If the current state is undefined, you must return the initial state.
* Do not reference these action types directly in your code.
*/
var randomString = function randomString() {
return Math.random().toString(36).substring(7).split('').join('.');
};
var ActionTypes = {
INIT: "@@redux/INIT" + randomString(),
REPLACE: "@@redux/REPLACE" + randomString(),
PROBE_UNKNOWN_ACTION: function PROBE_UNKNOWN_ACTION() {
return "@@redux/PROBE_UNKNOWN_ACTION" + randomString();
}
};
/**
* @param {any} obj The object to inspect.
* @returns {boolean} True if the argument appears to be a plain object.
*/
function isPlainObject(obj) {
if (typeof obj !== 'object' || obj === null) return false;
var proto = obj;
while (Object.getPrototypeOf(proto) !== null) {
proto = Object.getPrototypeOf(proto);
}
return Object.getPrototypeOf(obj) === proto;
}
// Inlined / shortened version of `kindOf` from https://github.com/jonschlinkert/kind-of
function miniKindOf(val) {
if (val === void 0) return 'undefined';
if (val === null) return 'null';
var type = typeof val;
switch (type) {
case 'boolean':
case 'string':
case 'number':
case 'symbol':
case 'function':
{
return type;
}
}
if (Array.isArray(val)) return 'array';
if (isDate(val)) return 'date';
if (isError(val)) return 'error';
var constructorName = ctorName(val);
switch (constructorName) {
case 'Symbol':
case 'Promise':
case 'WeakMap':
case 'WeakSet':
case 'Map':
case 'Set':
return constructorName;
} // other
return type.slice(8, -1).toLowerCase().replace(/\s/g, '');
}
function ctorName(val) {
return typeof val.constructor === 'function' ? val.constructor.name : null;
}
function isError(val) {
return val instanceof Error || typeof val.message === 'string' && val.constructor && typeof val.constructor.stackTraceLimit === 'number';
}
function isDate(val) {
if (val instanceof Date) return true;
return typeof val.toDateString === 'function' && typeof val.getDate === 'function' && typeof val.setDate === 'function';
}
function kindOf(val) {
var typeOfVal = typeof val;
if (process.env.NODE_ENV !== 'production') {
typeOfVal = miniKindOf(val);
}
return typeOfVal;
}
/**
* @deprecated
*
* **We recommend using the `configureStore` method
* of the `@reduxjs/toolkit` package**, which replaces `createStore`.
*
* Redux Toolkit is our recommended approach for writing Redux logic today,
* including store setup, reducers, data fetching, and more.
*
* **For more details, please read this Redux docs page:**
* **https://redux.js.org/introduction/why-rtk-is-redux-today**
*
* `configureStore` from Redux Toolkit is an improved version of `createStore` that
* simplifies setup and helps avoid common bugs.
*
* You should not be using the `redux` core package by itself today, except for learning purposes.
* The `createStore` method from the core `redux` package will not be removed, but we encourage
* all users to migrate to using Redux Toolkit for all Redux code.
*
* If you want to use `createStore` without this visual deprecation warning, use
* the `legacy_createStore` import instead:
*
* `import { legacy_createStore as createStore} from 'redux'`
*
*/
function createStore(reducer, preloadedState, enhancer) {
var _ref2;
if (typeof preloadedState === 'function' && typeof enhancer === 'function' || typeof enhancer === 'function' && typeof arguments[3] === 'function') {
throw new Error(process.env.NODE_ENV === "production" ? formatProdErrorMessage(0) : 'It looks like you are passing several store enhancers to ' + 'createStore(). This is not supported. Instead, compose them ' + 'together to a single function. See https://redux.js.org/tutorials/fundamentals/part-4-store#creating-a-store-with-enhancers for an example.');
}
if (typeof preloadedState === 'function' && typeof enhancer === 'undefined') {
enhancer = preloadedState;
preloadedState = undefined;
}
if (typeof enhancer !== 'undefined') {
if (typeof enhancer !== 'function') {
throw new Error(process.env.NODE_ENV === "production" ? formatProdErrorMessage(1) : "Expected the enhancer to be a function. Instead, received: '" + kindOf(enhancer) + "'");
}
return enhancer(createStore)(reducer, preloadedState);
}
if (typeof reducer !== 'function') {
throw new Error(process.env.NODE_ENV === "production" ? formatProdErrorMessage(2) : "Expected the root reducer to be a function. Instead, received: '" + kindOf(reducer) + "'");
}
var currentReducer = reducer;
var currentState = preloadedState;
var currentListeners = [];
var nextListeners = currentListeners;
var isDispatching = false;
/**
* This makes a shallow copy of currentListeners so we can use
* nextListeners as a temporary list while dispatching.
*
* This prevents any bugs around consumers calling
* subscribe/unsubscribe in the middle of a dispatch.
*/
function ensureCanMutateNextListeners() {
if (nextListeners === currentListeners) {
nextListeners = currentListeners.slice();
}
}
/**
* Reads the state tree managed by the store.
*
* @returns {any} The current state tree of your application.
*/
function getState() {
if (isDispatching) {
throw new Error(process.env.NODE_ENV === "production" ? formatProdErrorMessage(3) : 'You may not call store.getState() while the reducer is executing. ' + 'The reducer has already received the state as an argument. ' + 'Pass it down from the top reducer instead of reading it from the store.');
}
return currentState;
}
/**
* Adds a change listener. It will be called any time an action is dispatched,
* and some part of the state tree may potentially have changed. You may then
* call `getState()` to read the current state tree inside the callback.
*
* You may call `dispatch()` from a change listener, with the following
* caveats:
*
* 1. The subscriptions are snapshotted just before every `dispatch()` call.
* If you subscribe or unsubscribe while the listeners are being invoked, this
* will not have any effect on the `dispatch()` that is currently in progress.
* However, the next `dispatch()` call, whether nested or not, will use a more
* recent snapshot of the subscription list.
*
* 2. The listener should not expect to see all state changes, as the state
* might have been updated multiple times during a nested `dispatch()` before
* the listener is called. It is, however, guaranteed that all subscribers
* registered before the `dispatch()` started will be called with the latest
* state by the time it exits.
*
* @param {Function} listener A callback to be invoked on every dispatch.
* @returns {Function} A function to remove this change listener.
*/
function subscribe(listener) {
if (typeof listener !== 'function') {
throw new Error(process.env.NODE_ENV === "production" ? formatProdErrorMessage(4) : "Expected the listener to be a function. Instead, received: '" + kindOf(listener) + "'");
}
if (isDispatching) {
throw new Error(process.env.NODE_ENV === "production" ? formatProdErrorMessage(5) : 'You may not call store.subscribe() while the reducer is executing. ' + 'If you would like to be notified after the store has been updated, subscribe from a ' + 'component and invoke store.getState() in the callback to access the latest state. ' + 'See https://redux.js.org/api/store#subscribelistener for more details.');
}
var isSubscribed = true;
ensureCanMutateNextListeners();
nextListeners.push(listener);
return function unsubscribe() {
if (!isSubscribed) {
return;
}
if (isDispatching) {
throw new Error(process.env.NODE_ENV === "production" ? formatProdErrorMessage(6) : 'You may not unsubscribe from a store listener while the reducer is executing. ' + 'See https://redux.js.org/api/store#subscribelistener for more details.');
}
isSubscribed = false;
ensureCanMutateNextListeners();
var index = nextListeners.indexOf(listener);
nextListeners.splice(index, 1);
currentListeners = null;
};
}
/**
* Dispatches an action. It is the only way to trigger a state change.
*
* The `reducer` function, used to create the store, will be called with the
* current state tree and the given `action`. Its return value will
* be considered the **next** state of the tree, and the change listeners
* will be notified.
*
* The base implementation only supports plain object actions. If you want to
* dispatch a Promise, an Observable, a thunk, or something else, you need to
* wrap your store creating function into the corresponding middleware. For
* example, see the documentation for the `redux-thunk` package. Even the
* middleware will eventually dispatch plain object actions using this method.
*
* @param {Object} action A plain object representing “what changed”. It is
* a good idea to keep actions serializable so you can record and replay user
* sessions, or use the time travelling `redux-devtools`. An action must have
* a `type` property which may not be `undefined`. It is a good idea to use
* string constants for action types.
*
* @returns {Object} For convenience, the same action object you dispatched.
*
* Note that, if you use a custom middleware, it may wrap `dispatch()` to
* return something else (for example, a Promise you can await).
*/
function dispatch(action) {
if (!isPlainObject(action)) {
throw new Error(process.env.NODE_ENV === "production" ? formatProdErrorMessage(7) : "Actions must be plain objects. Instead, the actual type was: '" + kindOf(action) + "'. You may need to add middleware to your store setup to handle dispatching other values, such as 'redux-thunk' to handle dispatching functions. See https://redux.js.org/tutorials/fundamentals/part-4-store#middleware and https://redux.js.org/tutorials/fundamentals/part-6-async-logic#using-the-redux-thunk-middleware for examples.");
}
if (typeof action.type === 'undefined') {
throw new Error(process.env.NODE_ENV === "production" ? formatProdErrorMessage(8) : 'Actions may not have an undefined "type" property. You may have misspelled an action type string constant.');
}
if (isDispatching) {
throw new Error(process.env.NODE_ENV === "production" ? formatProdErrorMessage(9) : 'Reducers may not dispatch actions.');
}
try {
isDispatching = true;
currentState = currentReducer(currentState, action);
} finally {
isDispatching = false;
}
var listeners = currentListeners = nextListeners;
for (var i = 0; i < listeners.length; i++) {
var listener = listeners[i];
listener();
}
return action;
}
/**
* Replaces the reducer currently used by the store to calculate the state.
*
* You might need this if your app implements code splitting and you want to
* load some of the reducers dynamically. You might also need this if you
* implement a hot reloading mechanism for Redux.
*
* @param {Function} nextReducer The reducer for the store to use instead.
* @returns {void}
*/
function replaceReducer(nextReducer) {
if (typeof nextReducer !== 'function') {
throw new Error(process.env.NODE_ENV === "production" ? formatProdErrorMessage(10) : "Expected the nextReducer to be a function. Instead, received: '" + kindOf(nextReducer));
}
currentReducer = nextReducer; // This action has a similiar effect to ActionTypes.INIT.
// Any reducers that existed in both the new and old rootReducer
// will receive the previous state. This effectively populates
// the new state tree with any relevant data from the old one.
dispatch({
type: ActionTypes.REPLACE
});
}
/**
* Interoperability point for observable/reactive libraries.
* @returns {observable} A minimal observable of state changes.
* For more information, see the observable proposal:
* https://github.com/tc39/proposal-observable
*/
function observable() {
var _ref;
var outerSubscribe = subscribe;
return _ref = {
/**
* The minimal observable subscription method.
* @param {Object} observer Any object that can be used as an observer.
* The observer object should have a `next` method.
* @returns {subscription} An object with an `unsubscribe` method that can
* be used to unsubscribe the observable from the store, and prevent further
* emission of values from the observable.
*/
subscribe: function subscribe(observer) {
if (typeof observer !== 'object' || observer === null) {
throw new Error(process.env.NODE_ENV === "production" ? formatProdErrorMessage(11) : "Expected the observer to be an object. Instead, received: '" + kindOf(observer) + "'");
}
function observeState() {
if (observer.next) {
observer.next(getState());
}
}
observeState();
var unsubscribe = outerSubscribe(observeState);
return {
unsubscribe: unsubscribe
};
}
}, _ref[$$observable] = function () {
return this;
}, _ref;
} // When a store is created, an "INIT" action is dispatched so that every
// reducer returns their initial state. This effectively populates
// the initial state tree.
dispatch({
type: ActionTypes.INIT
});
return _ref2 = {
dispatch: dispatch,
subscribe: subscribe,
getState: getState,
replaceReducer: replaceReducer
}, _ref2[$$observable] = observable, _ref2;
}
/**
* Creates a Redux store that holds the state tree.
*
* **We recommend using `configureStore` from the
* `@reduxjs/toolkit` package**, which replaces `createStore`:
* **https://redux.js.org/introduction/why-rtk-is-redux-today**
*
* The only way to change the data in the store is to call `dispatch()` on it.
*
* There should only be a single store in your app. To specify how different
* parts of the state tree respond to actions, you may combine several reducers
* into a single reducer function by using `combineReducers`.
*
* @param {Function} reducer A function that returns the next state tree, given
* the current state tree and the action to handle.
*
* @param {any} [preloadedState] The initial state. You may optionally specify it
* to hydrate the state from the server in universal apps, or to restore a
* previously serialized user session.
* If you use `combineReducers` to produce the root reducer function, this must be
* an object with the same shape as `combineReducers` keys.
*
* @param {Function} [enhancer] The store enhancer. You may optionally specify it
* to enhance the store with third-party capabilities such as middleware,
* time travel, persistence, etc. The only store enhancer that ships with Redux
* is `applyMiddleware()`.
*
* @returns {Store} A Redux store that lets you read the state, dispatch actions
* and subscribe to changes.
*/
var legacy_createStore = createStore;
/**
* Prints a warning in the console if it exists.
*
* @param {String} message The warning message.
* @returns {void}
*/
function warning(message) {
/* eslint-disable no-console */
if (typeof console !== 'undefined' && typeof console.error === 'function') {
console.error(message);
}
/* eslint-enable no-console */
try {
// This error was thrown as a convenience so that if you enable
// "break on all exceptions" in your console,
// it would pause the execution at this line.
throw new Error(message);
} catch (e) {} // eslint-disable-line no-empty
}
function getUnexpectedStateShapeWarningMessage(inputState, reducers, action, unexpectedKeyCache) {
var reducerKeys = Object.keys(reducers);
var argumentName = action && action.type === ActionTypes.INIT ? 'preloadedState argument passed to createStore' : 'previous state received by the reducer';
if (reducerKeys.length === 0) {
return 'Store does not have a valid reducer. Make sure the argument passed ' + 'to combineReducers is an object whose values are reducers.';
}
if (!isPlainObject(inputState)) {
return "The " + argumentName + " has unexpected type of \"" + kindOf(inputState) + "\". Expected argument to be an object with the following " + ("keys: \"" + reducerKeys.join('", "') + "\"");
}
var unexpectedKeys = Object.keys(inputState).filter(function (key) {
return !reducers.hasOwnProperty(key) && !unexpectedKeyCache[key];
});
unexpectedKeys.forEach(function (key) {
unexpectedKeyCache[key] = true;
});
if (action && action.type === ActionTypes.REPLACE) return;
if (unexpectedKeys.length > 0) {
return "Unexpected " + (unexpectedKeys.length > 1 ? 'keys' : 'key') + " " + ("\"" + unexpectedKeys.join('", "') + "\" found in " + argumentName + ". ") + "Expected to find one of the known reducer keys instead: " + ("\"" + reducerKeys.join('", "') + "\". Unexpected keys will be ignored.");
}
}
function assertReducerShape(reducers) {
Object.keys(reducers).forEach(function (key) {
var reducer = reducers[key];
var initialState = reducer(undefined, {
type: ActionTypes.INIT
});
if (typeof initialState === 'undefined') {
throw new Error(process.env.NODE_ENV === "production" ? formatProdErrorMessage(12) : "The slice reducer for key \"" + key + "\" returned undefined during initialization. " + "If the state passed to the reducer is undefined, you must " + "explicitly return the initial state. The initial state may " + "not be undefined. If you don't want to set a value for this reducer, " + "you can use null instead of undefined.");
}
if (typeof reducer(undefined, {
type: ActionTypes.PROBE_UNKNOWN_ACTION()
}) === 'undefined') {
throw new Error(process.env.NODE_ENV === "production" ? formatProdErrorMessage(13) : "The slice reducer for key \"" + key + "\" returned undefined when probed with a random type. " + ("Don't try to handle '" + ActionTypes.INIT + "' or other actions in \"redux/*\" ") + "namespace. They are considered private. Instead, you must return the " + "current state for any unknown actions, unless it is undefined, " + "in which case you must return the initial state, regardless of the " + "action type. The initial state may not be undefined, but can be null.");
}
});
}
/**
* Turns an object whose values are different reducer functions, into a single
* reducer function. It will call every child reducer, and gather their results
* into a single state object, whose keys correspond to the keys of the passed
* reducer functions.
*
* @param {Object} reducers An object whose values correspond to different
* reducer functions that need to be combined into one. One handy way to obtain
* it is to use ES6 `import * as reducers` syntax. The reducers may never return
* undefined for any action. Instead, they should return their initial state
* if the state passed to them was undefined, and the current state for any
* unrecognized action.
*
* @returns {Function} A reducer function that invokes every reducer inside the
* passed object, and builds a state object with the same shape.
*/
function combineReducers(reducers) {
var reducerKeys = Object.keys(reducers);
var finalReducers = {};
for (var i = 0; i < reducerKeys.length; i++) {
var key = reducerKeys[i];
if (process.env.NODE_ENV !== 'production') {
if (typeof reducers[key] === 'undefined') {
warning("No reducer provided for key \"" + key + "\"");
}
}
if (typeof reducers[key] === 'function') {
finalReducers[key] = reducers[key];
}
}
var finalReducerKeys = Object.keys(finalReducers); // This is used to make sure we don't warn about the same
// keys multiple times.
var unexpectedKeyCache;
if (process.env.NODE_ENV !== 'production') {
unexpectedKeyCache = {};
}
var shapeAssertionError;
try {
assertReducerShape(finalReducers);
} catch (e) {
shapeAssertionError = e;
}
return function combination(state, action) {
if (state === void 0) {
state = {};
}
if (shapeAssertionError) {
throw shapeAssertionError;
}
if (process.env.NODE_ENV !== 'production') {
var warningMessage = getUnexpectedStateShapeWarningMessage(state, finalReducers, action, unexpectedKeyCache);
if (warningMessage) {
warning(warningMessage);
}
}
var hasChanged = false;
var nextState = {};
for (var _i = 0; _i < finalReducerKeys.length; _i++) {
var _key = finalReducerKeys[_i];
var reducer = finalReducers[_key];
var previousStateForKey = state[_key];
var nextStateForKey = reducer(previousStateForKey, action);
if (typeof nextStateForKey === 'undefined') {
var actionType = action && action.type;
throw new Error(process.env.NODE_ENV === "production" ? formatProdErrorMessage(14) : "When called with an action of type " + (actionType ? "\"" + String(actionType) + "\"" : '(unknown type)') + ", the slice reducer for key \"" + _key + "\" returned undefined. " + "To ignore an action, you must explicitly return the previous state. " + "If you want this reducer to hold no value, you can return null instead of undefined.");
}
nextState[_key] = nextStateForKey;
hasChanged = hasChanged || nextStateForKey !== previousStateForKey;
}
hasChanged = hasChanged || finalReducerKeys.length !== Object.keys(state).length;
return hasChanged ? nextState : state;
};
}
function bindActionCreator(actionCreator, dispatch) {
return function () {
return dispatch(actionCreator.apply(this, arguments));
};
}
/**
* Turns an object whose values are action creators, into an object with the
* same keys, but with every function wrapped into a `dispatch` call so they
* may be invoked directly. This is just a convenience method, as you can call
* `store.dispatch(MyActionCreators.doSomething())` yourself just fine.
*
* For convenience, you can also pass an action creator as the first argument,
* and get a dispatch wrapped function in return.
*
* @param {Function|Object} actionCreators An object whose values are action
* creator functions. One handy way to obtain it is to use ES6 `import * as`
* syntax. You may also pass a single function.
*
* @param {Function} dispatch The `dispatch` function available on your Redux
* store.
*
* @returns {Function|Object} The object mimicking the original object, but with
* every action creator wrapped into the `dispatch` call. If you passed a
* function as `actionCreators`, the return value will also be a single
* function.
*/
function bindActionCreators(actionCreators, dispatch) {
if (typeof actionCreators === 'function') {
return bindActionCreator(actionCreators, dispatch);
}
if (typeof actionCreators !== 'object' || actionCreators === null) {
throw new Error(process.env.NODE_ENV === "production" ? formatProdErrorMessage(16) : "bindActionCreators expected an object or a function, but instead received: '" + kindOf(actionCreators) + "'. " + "Did you write \"import ActionCreators from\" instead of \"import * as ActionCreators from\"?");
}
var boundActionCreators = {};
for (var key in actionCreators) {
var actionCreator = actionCreators[key];
if (typeof actionCreator === 'function') {
boundActionCreators[key] = bindActionCreator(actionCreator, dispatch);
}
}
return boundActionCreators;
}
/**
* Composes single-argument functions from right to left. The rightmost
* function can take multiple arguments as it provides the signature for
* the resulting composite function.
*
* @param {...Function} funcs The functions to compose.
* @returns {Function} A function obtained by composing the argument functions
* from right to left. For example, compose(f, g, h) is identical to doing
* (...args) => f(g(h(...args))).
*/
function compose() {
for (var _len = arguments.length, funcs = new Array(_len), _key = 0; _key < _len; _key++) {
funcs[_key] = arguments[_key];
}
if (funcs.length === 0) {
return function (arg) {
return arg;
};
}
if (funcs.length === 1) {
return funcs[0];
}
return funcs.reduce(function (a, b) {
return function () {
return a(b.apply(void 0, arguments));
};
});
}
/**
* Creates a store enhancer that applies middleware to the dispatch method
* of the Redux store. This is handy for a variety of tasks, such as expressing
* asynchronous actions in a concise manner, or logging every action payload.
*
* See `redux-thunk` package as an example of the Redux middleware.
*
* Because middleware is potentially asynchronous, this should be the first
* store enhancer in the composition chain.
*
* Note that each middleware will be given the `dispatch` and `getState` functions
* as named arguments.
*
* @param {...Function} middlewares The middleware chain to be applied.
* @returns {Function} A store enhancer applying the middleware.
*/
function applyMiddleware() {
for (var _len = arguments.length, middlewares = new Array(_len), _key = 0; _key < _len; _key++) {
middlewares[_key] = arguments[_key];
}
return function (createStore) {
return function () {
var store = createStore.apply(void 0, arguments);
var _dispatch = function dispatch() {
throw new Error(process.env.NODE_ENV === "production" ? formatProdErrorMessage(15) : 'Dispatching while constructing your middleware is not allowed. ' + 'Other middleware would not be applied to this dispatch.');
};
var middlewareAPI = {
getState: store.getState,
dispatch: function dispatch() {
return _dispatch.apply(void 0, arguments);
}
};
var chain = middlewares.map(function (middleware) {
return middleware(middlewareAPI);
});
_dispatch = compose.apply(void 0, chain)(store.dispatch);
return _objectSpread(_objectSpread({}, store), {}, {
dispatch: _dispatch
});
};
};
}
export { ActionTypes as __DO_NOT_USE__ActionTypes, applyMiddleware, bindActionCreators, combineReducers, compose, createStore, legacy_createStore };
redux.mjs 0000644 00000007743 15167732122 0006427 0 ustar 00 function r(r){return"Minified Redux error #"+r+"; visit https://redux.js.org/Errors?code="+r+" for the full message or use the non-minified dev environment for full errors. "}var t="function"==typeof Symbol&&Symbol.observable||"@@observable",n=function(){return Math.random().toString(36).substring(7).split("").join(".")},e={INIT:"@@redux/INIT"+n(),REPLACE:"@@redux/REPLACE"+n(),PROBE_UNKNOWN_ACTION:function(){return"@@redux/PROBE_UNKNOWN_ACTION"+n()}};function o(r){if("object"!=typeof r||null===r)return!1;for(var t=r;null!==Object.getPrototypeOf(t);)t=Object.getPrototypeOf(t);return Object.getPrototypeOf(r)===t}function i(n,f,u){var c;if("function"==typeof f&&"function"==typeof u||"function"==typeof u&&"function"==typeof arguments[3])throw Error(r(0));if("function"==typeof f&&void 0===u&&(u=f,f=void 0),void 0!==u){if("function"!=typeof u)throw Error(r(1));return u(i)(n,f)}if("function"!=typeof n)throw Error(r(2));var p=n,a=f,y=[],l=y,s=!1;function v(){l===y&&(l=y.slice())}function h(){if(s)throw Error(r(3));return a}function b(t){if("function"!=typeof t)throw Error(r(4));if(s)throw Error(r(5));var n=!0;return v(),l.push(t),function(){if(n){if(s)throw Error(r(6));n=!1,v();var e=l.indexOf(t);l.splice(e,1),y=null}}}function O(t){if(!o(t))throw Error(r(7));if(void 0===t.type)throw Error(r(8));if(s)throw Error(r(9));try{s=!0,a=p(a,t)}finally{s=!1}for(var n=y=l,e=0;n.length>e;e++){(0,n[e])()}return t}function d(t){if("function"!=typeof t)throw Error(r(10));p=t,O({type:e.REPLACE})}function E(){var n,e=b;return(n={subscribe:function(t){if("object"!=typeof t||null===t)throw Error(r(11));function n(){t.next&&t.next(h())}return n(),{unsubscribe:e(n)}}})[t]=function(){return this},n}return O({type:e.INIT}),(c={dispatch:O,subscribe:b,getState:h,replaceReducer:d})[t]=E,c}var f=i;function u(t){for(var n=Object.keys(t),o={},i=0;n.length>i;i++){var f=n[i];"function"==typeof t[f]&&(o[f]=t[f])}var u,c=Object.keys(o);try{!function(t){Object.keys(t).forEach((function(n){var o=t[n];if(void 0===o(void 0,{type:e.INIT}))throw Error(r(12));if(void 0===o(void 0,{type:e.PROBE_UNKNOWN_ACTION()}))throw Error(r(13))}))}(o)}catch(r){u=r}return function(t,n){if(void 0===t&&(t={}),u)throw u;for(var e=!1,i={},f=0;c.length>f;f++){var p=c[f],a=t[p],y=(0,o[p])(a,n);if(void 0===y)throw Error(r(14));i[p]=y,e=e||y!==a}return(e=e||c.length!==Object.keys(t).length)?i:t}}function c(r,t){return function(){return t(r.apply(this,arguments))}}function p(t,n){if("function"==typeof t)return c(t,n);if("object"!=typeof t||null===t)throw Error(r(16));var e={};for(var o in t){var i=t[o];"function"==typeof i&&(e[o]=c(i,n))}return e}function a(r,t,n){return t in r?Object.defineProperty(r,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):r[t]=n,r}function y(r,t){var n=Object.keys(r);if(Object.getOwnPropertySymbols){var e=Object.getOwnPropertySymbols(r);t&&(e=e.filter((function(t){return Object.getOwnPropertyDescriptor(r,t).enumerable}))),n.push.apply(n,e)}return n}function l(r){for(var t=1;arguments.length>t;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?y(Object(n),!0).forEach((function(t){a(r,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(r,Object.getOwnPropertyDescriptors(n)):y(Object(n)).forEach((function(t){Object.defineProperty(r,t,Object.getOwnPropertyDescriptor(n,t))}))}return r}function s(){for(var r=arguments.length,t=Array(r),n=0;r>n;n++)t[n]=arguments[n];return 0===t.length?function(r){return r}:1===t.length?t[0]:t.reduce((function(r,t){return function(){return r(t.apply(void 0,arguments))}}))}function v(){for(var t=arguments.length,n=Array(t),e=0;t>e;e++)n[e]=arguments[e];return function(t){return function(){var e=t.apply(void 0,arguments),o=function(){throw Error(r(15))},i={getState:e.getState,dispatch:function(){return o.apply(void 0,arguments)}},f=n.map((function(r){return r(i)}));return o=s.apply(void 0,f)(e.dispatch),l(l({},e),{},{dispatch:o})}}}export{e as __DO_NOT_USE__ActionTypes,v as applyMiddleware,p as bindActionCreators,u as combineReducers,s as compose,i as createStore,f as legacy_createStore};