[Pkg-javascript-commits] [node-promise] 02/13: Update upstream source from tag 'upstream/8.0.1'
Praveen Arimbrathodiyil
praveen at moszumanska.debian.org
Wed Jan 3 13:19:26 UTC 2018
This is an automated email from the git hooks/post-receive script.
praveen pushed a commit to branch master
in repository node-promise.
commit d0066751f821622bead50387e6635814235c85c7
Merge: 85728a3 3345930
Author: Pirate Praveen <praveen at debian.org>
Date: Wed Jan 3 18:19:46 2018 +0530
Update upstream source from tag 'upstream/8.0.1'
Update to upstream version '8.0.1'
with Debian dir b9f5d1b072c082d519aded7b2c694df31587883e
.gitignore | 8 ++
.npmignore | 1 +
.travis.yml | 12 +-
Readme.md | 150 ++++++++++---------
build.js | 69 +++++++++
component.json | 8 +-
core.js | 104 +-------------
index.d.ts | 246 ++++++++++++++++++++++++++++++++
index.js | 179 +----------------------
index.js.flow | 44 ++++++
package.json | 24 +++-
polyfill-done.js | 12 ++
polyfill.js | 10 ++
src/core.js | 213 +++++++++++++++++++++++++++
src/done.js | 13 ++
src/es6-extensions.js | 107 ++++++++++++++
src/finally.js | 16 +++
src/index.js | 8 ++
src/node-extensions.js | 130 +++++++++++++++++
src/rejection-tracking.js | 113 +++++++++++++++
src/synchronous.js | 62 ++++++++
test/extensions-tests.js | 125 +++++++++++++++-
test/memory-leak.js | 41 ++++++
test/nested-promises.js | 67 +++++++++
test/rejection-tracking.js | 98 +++++++++++++
test/resolver-tests.js | 4 +-
test/synchronous-inspection-tests.js | 269 +++++++++++++++++++++++++++++++++++
27 files changed, 1771 insertions(+), 362 deletions(-)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-promise.git
More information about the Pkg-javascript-commits
mailing list