ECMAScript Shims
Pinned
Repositories
-
- array-from-async Public
An implementation for Array.fromAsync, which dumps an async iterator into an array.
-
- object.assign Public
ES6 spec-compliant Object.assign shim. From https://github.com/es-shims/es6-shim
- Array.prototype.findLastIndex Public
An ESnext spec-compliant `Array.prototype.findLastIndex` shim/polyfill/replacement that works as far down as ES3.
- Array.prototype.findLast Public
An ESnext spec-compliant `Array.prototype.findLast` shim/polyfill/replacement that works as far down as ES3.
- Array.prototype.with Public
An ESnext spec-compliant `Array.prototype.with` shim/polyfill/replacement that works as far down as ES3.
- Array.prototype.toReversed Public
An ESnext spec-compliant `Array.prototype.toReversed` shim/polyfill/replacement that works as far down as ES3.
- Array.prototype.toSorted Public
An ESnext spec-compliant `Array.prototype.toSorted` shim/polyfill/replacement that works as far down as ES3.
- Array.prototype.toSpliced Public
An ESnext spec-compliant `Array.prototype.toSpliced` shim/polyfill/replacement that works as far down as ES3.