ECMAScript Shims
Pinned
Repositories
- object.assign Public
ES6 spec-compliant Object.assign shim. From https://github.com/es-shims/es6-shim
- regexp.escape Public
An ESnext spec-compliant `RegExp.escape` shim/polyfill/replacement that works as far down as ES3.
- DisposableStack Public
An ESnext spec-compliant `DisposableStack`, `AsyncDisposableStack`, `Symbol.dispose`, and `Symbol.asyncDispose` shim/polyfill/replacement that works as far down as ES3.
-
- Array.prototype.push Public
An ES spec-compliant `Array.prototype.push` shim/polyfill/replacement that works as far down as ES3.
- Array.prototype.slice Public
ES spec-compliant `Array.prototype.slice` 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.findLastIndex Public
An ESnext spec-compliant `Array.prototype.findLastIndex` shim/polyfill/replacement that works as far down as ES3.