ECMAScript Shims
A community host for shims and polyfills that are compliant to EcmaScript specs.
Pinned Loading
Repositories
Showing 10 of 162 repositories
- TypedArray.prototype.at Public
An ES5 spec-compliant `TypedArray.prototype.at` shim/polyfill/replacement that works as far down as ES3
es-shims/TypedArray.prototype.at’s past year of commit activity - Date.prototype.getYear Public
An ES5 spec-compliant `Date.prototype.getYear` shim/polyfill/replacement that works as far down as ES3.
es-shims/Date.prototype.getYear’s past year of commit activity - DisposableStack Public
An ESnext spec-compliant `DisposableStack`, `AsyncDisposableStack`, `Symbol.dispose`, and `Symbol.asyncDispose` shim/polyfill/replacement that works as far down as ES3.
es-shims/DisposableStack’s past year of commit activity - iterator-helpers Public
An ESnext spec-compliant iterator helpers shim/polyfill/replacement that works as far down as ES3.
es-shims/iterator-helpers’s past year of commit activity - object.assign Public Forked from ljharb/object.assign
ES6 spec-compliant Object.assign shim. From https://github.com/es-shims/es6-shim
es-shims/object.assign’s past year of commit activity