-
Notifications
You must be signed in to change notification settings - Fork 29.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding Core support for Promises #5020
Closed
Closed
Commits on Feb 1, 2016
-
internal: add {callback,promis}ify.js
Callbackify turns synchronous and promise-returning functions into callback-accepting functions. Promisify turns callback-accepting functions into promise-returning functions iff the last argument is not a function.
Configuration menu - View commit details
-
Copy full SHA for c1613c0 - Browse repository at this point
Copy the full SHA c1613c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for a8efd4f - Browse repository at this point
Copy the full SHA a8efd4fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4af7ec2 - Browse repository at this point
Copy the full SHA 4af7ec2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0e0a2d9 - Browse repository at this point
Copy the full SHA 0e0a2d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8798a26 - Browse repository at this point
Copy the full SHA 8798a26View commit details -
Configuration menu - View commit details
-
Copy full SHA for 355205b - Browse repository at this point
Copy the full SHA 355205bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b8e57d - Browse repository at this point
Copy the full SHA 7b8e57dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f2b0d8 - Browse repository at this point
Copy the full SHA 3f2b0d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 23ba073 - Browse repository at this point
Copy the full SHA 23ba073View commit details -
Configuration menu - View commit details
-
Copy full SHA for 68837b8 - Browse repository at this point
Copy the full SHA 68837b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3317652 - Browse repository at this point
Copy the full SHA 3317652View commit details -
Configuration menu - View commit details
-
Copy full SHA for 846bd49 - Browse repository at this point
Copy the full SHA 846bd49View commit details -
Configuration menu - View commit details
-
Copy full SHA for d90b42c - Browse repository at this point
Copy the full SHA d90b42cView commit details -
Configuration menu - View commit details
-
Copy full SHA for adbe352 - Browse repository at this point
Copy the full SHA adbe352View commit details -
Configuration menu - View commit details
-
Copy full SHA for 697ce01 - Browse repository at this point
Copy the full SHA 697ce01View commit details -
Configuration menu - View commit details
-
Copy full SHA for f36b62d - Browse repository at this point
Copy the full SHA f36b62dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 082fa08 - Browse repository at this point
Copy the full SHA 082fa08View commit details -
Configuration menu - View commit details
-
Copy full SHA for 54e3001 - Browse repository at this point
Copy the full SHA 54e3001View commit details
Commits on Feb 2, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 014fb3e - Browse repository at this point
Copy the full SHA 014fb3eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 15a42c1 - Browse repository at this point
Copy the full SHA 15a42c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8586b10 - Browse repository at this point
Copy the full SHA 8586b10View commit details -
Configuration menu - View commit details
-
Copy full SHA for 40ca55e - Browse repository at this point
Copy the full SHA 40ca55eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3928beb - Browse repository at this point
Copy the full SHA 3928bebView commit details -
Configuration menu - View commit details
-
Copy full SHA for fa725b3 - Browse repository at this point
Copy the full SHA fa725b3View commit details
Commits on Feb 3, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 0528d74 - Browse repository at this point
Copy the full SHA 0528d74View commit details
Commits on Feb 5, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 010224a - Browse repository at this point
Copy the full SHA 010224aView commit details
Commits on Feb 10, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 6ae09c5 - Browse repository at this point
Copy the full SHA 6ae09c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 670a9c2 - Browse repository at this point
Copy the full SHA 670a9c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 240c72d - Browse repository at this point
Copy the full SHA 240c72dView commit details
Commits on Feb 11, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 565dfe2 - Browse repository at this point
Copy the full SHA 565dfe2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3384ab0 - Browse repository at this point
Copy the full SHA 3384ab0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e38057 - Browse repository at this point
Copy the full SHA 4e38057View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c97549 - Browse repository at this point
Copy the full SHA 8c97549View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.