ECMAScript Shims
A community host for shims and polyfills that are compliant to EcmaScript specs.
Pinned Loading
Repositories
Showing 10 of 166 repositories
- Object.getOwnPropertyDescriptors Public
Spec-compliant shim for `Object.getOwnPropertyDescriptors` that works in ES5.
es-shims/Object.getOwnPropertyDescriptors’s past year of commit activity - Map.prototype.getOrInsertComputed Public
ES Proposal spec-compliant shim for Map.prototype.getOrInsertComputed
es-shims/Map.prototype.getOrInsertComputed’s past year of commit activity - Number.parseInt Public
An ES-spec-compliant Number.parseInt shim/polyfill/replacement that works as far down as ES3
es-shims/Number.parseInt’s past year of commit activity - Number.isFinite Public
An ES-spec-compliant Number.isFinite shim/polyfill/replacement that works as far down as ES3
es-shims/Number.isFinite’s past year of commit activity - Number.isInteger Public
An ES-spec-compliant Number.isInteger shim/polyfill/replacement that works as far down as ES3
es-shims/Number.isInteger’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 - Set.prototype.intersection Public
An ESnext spec-compliant `Set.prototype.intersection` shim/polyfill/replacement that works as far down as ES3
es-shims/Set.prototype.intersection’s past year of commit activity