[Pkg-javascript-commits] [node-depd] branch upstream updated (a32551a -> bc544f7)
Praveen Arimbrathodiyil
praveen at moszumanska.debian.org
Sat Sep 2 05:43:24 UTC 2017
This is an automated email from the git hooks/post-receive script.
praveen pushed a change to branch upstream
in repository node-depd.
from a32551a Imported Upstream version 1.0.1
new bc544f7 New upstream version 1.1.1
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
.eslintignore | 2 +
.eslintrc | 3 +
.gitignore | 1 +
.travis.yml | 35 +++-
History.md | 15 ++
LICENSE | 2 +-
Readme.md | 13 +-
appveyor.yml | 22 ++-
benchmark/index.js | 32 ++--
benchmark/wrapfunction.js | 12 +-
benchmark/wrapproperty.js | 12 +-
index.js | 99 ++++++------
lib/browser/index.js | 77 +++++++++
lib/compat/buffer-concat.js | 33 ----
lib/compat/callsite-tostring.js | 8 +-
lib/compat/event-listener-count.js | 22 +++
lib/compat/index.js | 30 ++--
package.json | 13 +-
test/.eslintrc | 5 +
test/browserify.js | 182 +++++++++++++++++++++
test/fixtures/{cool-lib.js => libs/cool.js} | 4 +-
test/fixtures/libs/index.js | 30 ++++
test/fixtures/libs/multi.js | 11 ++
test/fixtures/{my-lib.js => libs/my.js} | 11 +-
test/fixtures/{new-lib.js => libs/new.js} | 2 +-
test/fixtures/{old-lib.js => libs/old.js} | 6 +-
test/fixtures/{strict-lib.js => libs/strict.js} | 10 +-
test/fixtures/{thing-lib.js => libs/thing.js} | 2 +-
test/fixtures/libs/trace.js | 11 ++
test/fixtures/multi-lib.js | 11 --
test/fixtures/script.js | 4 +-
test/fixtures/trace-lib.js | 11 --
test/support/buffer-concat.js | 46 ++++++
test/support/capture-stderr.js | 46 ++++++
test/test.js | 204 +++++++++++-------------
35 files changed, 735 insertions(+), 292 deletions(-)
create mode 100644 .eslintignore
create mode 100644 .eslintrc
create mode 100644 lib/browser/index.js
delete mode 100644 lib/compat/buffer-concat.js
create mode 100644 lib/compat/event-listener-count.js
create mode 100644 test/.eslintrc
create mode 100644 test/browserify.js
rename test/fixtures/{cool-lib.js => libs/cool.js} (52%)
create mode 100644 test/fixtures/libs/index.js
create mode 100644 test/fixtures/libs/multi.js
rename test/fixtures/{my-lib.js => libs/my.js} (86%)
rename test/fixtures/{new-lib.js => libs/new.js} (52%)
rename test/fixtures/{old-lib.js => libs/old.js} (52%)
rename test/fixtures/{strict-lib.js => libs/strict.js} (81%)
rename test/fixtures/{thing-lib.js => libs/thing.js} (51%)
create mode 100644 test/fixtures/libs/trace.js
delete mode 100644 test/fixtures/multi-lib.js
delete mode 100644 test/fixtures/trace-lib.js
create mode 100644 test/support/buffer-concat.js
create mode 100644 test/support/capture-stderr.js
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-depd.git
More information about the Pkg-javascript-commits
mailing list