Compiles JavaScript written using ES6 object method declaration to ES3 syntax. For example, this:
ES5 shim for ES6 (ECMAScript 6) Reflect and Proxy objects
ECMAScript 2015 (ES6) Object.assign polyfill and ponyfill
A thing that is a lot like ES6 `Map`, but without iterators, for use in environments where `for..of` syntax and `Map` are not available.
Iterator abstraction based on ES6 specification
Get the dependencies of an ES6 module
Is this value a JS Number object? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
Is this value a JS Date object? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
Is this value a JS Boolean? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
A JavaScript parser built from the Hermes engine
A lightweight library that provides tools for organizing asynchronous code
A ridiculously light-weight argument validator (now browser friendly)
Port of jQuery.extend for node.js and the browser
A robust & optimized `String.prototype.includes` polyfill, based on the ECMAScript 6 specification.
ECMAScript 6 Symbol polyfill
the Grammar of Graphics in Javascript
Easily-extendable error for use with ES6 classes
Light ECMAScript (JavaScript) Value Notation - human written, concise, typed, flexible
A concise reporter for WebdriverIO
Fast deep equal
A robust & optimized `String.prototype.repeat` polyfill, based on the ECMAScript 6 specification.
Assign the enumerable es6 Symbol properties from one or more objects to the first object passed on the arguments. Can be used as a supplement to other extend, assign or merge methods as a polyfill for the Symbols part of the es6 Object.assign method.
cbor library for easy cbor parsing, manipulation and conversion
ESLint rules to ensure proper arrow function definitions