promises-unwrapping
Promise fixes
Fixes remaining issues with the ES6 promises specification
The ES6 promises spec, as per September 2013 TC39 meeting
1k stars
57 watching
95 forks
Language: JavaScript
last commit: over 4 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
domenic/count-to-6 | An educational project introducing ES6 features to JavaScript developers through interactive exercises and workshops. | 325 |
stevekane/promise-it-wont-hurt | A workshop module to teach the use of promises in JavaScript for clean asynchronous code handling | 737 |
eslint-community/eslint-plugin-promise | Enforces best practices for JavaScript promises to improve code readability and maintainability. | 943 |
aantron/promise | A lightweight binding to JavaScript promises in Reason | 340 |
mattdesl/promise-cookbook | An introduction to using Promises in JavaScript to write cleaner and more maintainable asynchronous code | 1,614 |
domenic/opener | A utility that opens files, webpages, and executables on multiple platforms | 304 |
lukehoban/es6features | Documenting ECMAScript 6 language features for software developers | 29,214 |
fintechstudios/eslint-plugin-chai-as-promised | Prevents common issues when using chai-as-promised in ESLint configuration | 4 |
jgornick/asyncp | Port of an async library to use Promises instead of callbacks in Node.js | 29 |
bugthesystem/angular-es6-webpack-boilerplate | An AngularJS 1.4x application boilerplate with ES6 support and testing practices using Webpack | 36 |
busterc/promise-do-whilst | Repeats an action until a condition is met, then resolves a promise. | 3 |
frontarm/async-javascript-cheatsheet | A cheatsheet resource covering the basics of promises and async/await in JavaScript. | 1,943 |
fable-compiler/fable-promise | Fable bindings for JS promise allow F# to interact with JavaScript promises. | 19 |
busterc/promise-until | Repeats an action until a condition is met and then resolves a promise | 3 |
kevinbeaty/any-promise | A library that allows you to use any ES 2015 compatible Promise implementation in your application | 179 |