ECMAScript Shims
A community host for shims and polyfills that are compliant to EcmaScript specs.
Pinned
Repositories
Showing 10 of 151 repositories
- object.assign Public
ES6 spec-compliant Object.assign shim. From https://github.com/es-shims/es6-shim
- es-shim-api Public
API contract, and rudimentary tests, for modules that conform to the *es-shim API*
- Set.prototype.isSubsetOf Public
An ESnext spec-compliant `Set.prototype.isSubsetOf` shim/polyfill/replacement that works as far down as ES3
- typedarray Public
- array-from-async Public
An implementation for Array.fromAsync, which dumps an async iterator into an array.
-
- 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.
-