LiveScript with async/await patch added
prelude.ls is a functionally oriented utility library. It is powerful and flexible. Almost all of its functions are curried. It is written in, and is the recommended base library for, LiveScript.
Compile livescript to JavaScript for Gulp
LiveScript is a language which compiles to JavaScript. It has a straightforward mapping to JavaScript and allows you to write expressive code devoid of repetitive boilerplate. While LiveScript adds many features to assist in functional style programming,
Higher-order functions and common patterns for asynchronous code
LiveScript is a language which compiles to JavaScript. It has a straightforward mapping to JavaScript and allows you to write expressive code devoid of repetitive boilerplate. While LiveScript adds many features to assist in functional style programming,
LiveScript loader module for webpack
Determine if a function is a native async function.
A function that returns the normally hidden `AsyncFunction` constructor
Turn async generator functions into ES2015 generators
Turn async functions into ES2015 generators
Allow parsing of async generator functions
Helper function to remap async functions to generators
Neo-Async is a drop-in replacement for Async, it almost fully covers its functionality and runs faster
option parsing and help generation
Utility method to run function either synchronously or asynchronously using the common `this.async()` style.
A tiny (183B to 210B) and fast utility to ascend parent directories
A function that returns the normally hidden `AsyncGeneratorFunction` constructor
Semaphore using `async` and `await`
validate form asynchronous
Gracefully handle a Promise using async/await.
asynchronous function queue with adjustable concurrency
No-bullshit, ultra-simple, 35-lines-of-code async parallel forEach / map function for JavaScript.
Compiles sync functions into async generator functions