es-shims
There are 22 repositories under es-shims topic.
babel/babel-polyfills
A set of Babel plugins that enable injecting different polyfills with different strategies in your compiled code.
ljharb/object-keys
Object.keys shim
es-shims/iterator-helpers
An ESnext spec-compliant iterator helpers shim/polyfill/replacement that works as far down as ES3.
es-shims/Promise.withResolvers
ES Proposal spec-compliant shim for Promise.withResolvers
es-shims/Set.prototype.intersection
An ESnext spec-compliant `Set.prototype.intersection` shim/polyfill/replacement that works as far down as ES3
es-shims/Set.prototype.difference
An ESnext spec-compliant `Set.prototype.difference` shim/polyfill/replacement that works as far down as ES3
es-shims/Number.isInteger
An ES-spec-compliant Number.isInteger shim/polyfill/replacement that works as far down as ES3
es-shims/Set.prototype.union
An ESnext spec-compliant `Set.prototype.union` shim/polyfill/replacement that works as far down as ES3
es-shims/Number.parseInt
An ES-spec-compliant Number.parseInt shim/polyfill/replacement that works as far down as ES3
es-shims/parseInt
An ES-spec-compliant `parseInt` shim/polyfill/replacement that works as far down as ES3
es-shims/Set.prototype.isDisjointFrom
An ESnext spec-compliant `Set.prototype.isDisjointFrom` shim/polyfill/replacement that works as far down as ES3
es-shims/Set.prototype.isSupersetOf
An ESnext spec-compliant `Set.prototype.isSupersetOf` shim/polyfill/replacement that works as far down as ES3
es-shims/Set.prototype.symmetricDifference
An ESnext spec-compliant `Set.prototype.symmetricDifference` shim/polyfill/replacement that works as far down as ES3
es-shims/ArrayBuffer.prototype.detached
ES Proposal spec-compliant shim for ArrayBuffer.prototype.detached
es-shims/Map
An ES2015 spec-compliant `Map` shim/polyfill/replacement that works as far down as ES3.
es-shims/Number.isFinite
An ES-spec-compliant Number.isFinite shim/polyfill/replacement that works as far down as ES3
es-shims/Number.parseFloat
An ES-spec-compliant Number.parseFloat shim/polyfill/replacement that works as far down as ES3
inspect-js/array-buffer-byte-length
Get the byte length of an ArrayBuffer, even in engines without a `.byteLength` method.
es-shims/Array.prototype.join
ES spec-compliant `Array.prototype.join` shim/polyfill/replacement that works as far down as ES3
es-shims/Array.prototype.unshift
ES spec-compliant Array.prototype.unshift shim/polyfill/replacement that works as far down as ES3
es-shims/Number.isSafeInteger
An ES-spec-compliant Number.isSafeInteger shim/polyfill/replacement that works as far down as ES3
es-shims/Set
An ESnext spec-compliant `Set` shim/polyfill/replacement that works as far down as ES3.