apr-asyncify
Take a sync function and make it async. This is useful for plugging sync functions into a waterfall, series, or other async functions.
Take a sync function and make it async. This is useful for plugging sync functions into a waterfall, series, or other async functions.
Transform a callback-based function into a promise-based one.
Creates a function which is a composition of the passed asynchronous functions. Each function consumes the return value of the function that follows. Composing functions f(), g(), and h() would produce the result of f(g(h())).
Applies iteratee to each item in coll, concatenating the results. Returns the concatenated list.
Cordova basic template using webpack, babel, and scss
ES5 function wrappers and ES7/ES2016 decorators.Works great with React/Angular/more!
Cypress plugin to allow you to use all proposals to the JavaScript language at Proposal stage or above by using babel-preset-stage-1 as well as all JavaScript that has been finalised in the ECMA standard by using babel-preset-env
Cypress plugin to allow you to use all proposals to the JavaScript language at Proposal stage or above by using babel-preset-stage-1 as well as all JavaScript that has been finalised in the ECMA standard by using babel-preset-env
some useful and awesome decorator with javascript
A starter project for a web application requiring EcmaScript, Webpack, Sass; optionally running in a lightly configured Docker container.
Packt's base JS ESLint config
Shareable eslint config
ESLint Config for spaas fe team.
Dynamically polyfill only when needed by the browser. Complementary to Polyfill.io
Ecma Script Helpers, Tools, Components, etc.
Functional lenses for ES6
Es2k main repo
Add inheritable default properties to your ES2015 classes! Inherit from this base class and make sure every instance created has the same default values set on it before your constructor runs.
Digital Natives' ESLint config, following our styleguide
Digital Natives' base JS ESLint config, following our styleguide