Source transformer enabling ECMAScript 6 generator functions (yield) in JavaScript-of-today (ES5)
Source transformer enabling ECMAScript 6 generator functions (yield) in JavaScript-of-today (ES5)
A robust & optimized `String.prototype.repeat` polyfill, based on the ECMAScript 6 specification.
A robust & optimized `String.prototype.codePointAt` polyfill, based on the ECMAScript 6 specification.
A robust & optimized `String.fromCodePoint` polyfill, based on the ECMAScript 6 specification.
Source transformer enabling ECMAScript 6 generator functions (yield) in JavaScript-of-today (ES5)
A robust & optimized `String.prototype.includes` polyfill, based on the ECMAScript 6 specification.
A robust & optimized `Array.from` polyfill, based on the ECMAScript 6 specification.
A robust & optimized `String.prototype.startsWith` polyfill, based on the ECMAScript 6 specification.
A robust & optimized `String.prototype.endsWith` polyfill, based on the ECMAScript 6 specification.
ES5 shim for ES6 (ECMAScript 6) Reflect and Proxy objects
A robust & optimized ES3-compatible polyfill for the `String.prototype.at` proposal for ECMAScript 6/7 - based on https://mths.be/at