ECMAScript Shims

Results 25 repositories owned by ECMAScript Shims

es5-shim

7.1k
Stars
901
Forks
Watchers

ECMAScript 5 compatibility shims for legacy (and modern) JavaScript engines

Object.values

72
Stars
8
Forks
Watchers

ES2017 spec-compliant shim for Object.values

Object.entries

57
Stars
9
Forks
Watchers

ES2017 spec-compliant shim for Object.entries

Promise.allSettled

94
Stars
9
Forks
Watchers

ES Proposal spec-compliant shim for Promise.allSettled

es-shim-api

74
Stars
4
Forks
Watchers

API contract, and rudimentary tests, for modules that conform to the *es-shim API*

array-includes

43
Stars
12
Forks
Watchers

Array.prototype.includes spec-compliant polyfill

Array.prototype.at

29
Stars
3
Forks
Watchers

An ES-spec-compliant (proposed) `Array.prototype.at`shim/polyfill/replacement that works as far down as ES3.

Array.prototype.flat

32
Stars
8
Forks
Watchers

An ESnext spec-compliant `Array.prototype.flat` shim/polyfill/replacement that works as far down as ES3.

Array.prototype.flatMap

32
Stars
6
Forks
Watchers

An ESnext spec-compliant `Array.prototype.flatMap` shim/polyfill/replacement that works as far down as ES3.

Array.prototype.group

27
Stars
2
Forks
Watchers

An ESnext spec-compliant `Array.prototype.group` shim/polyfill/replacement that works as far down as ES3.