[Pkg-javascript-commits] [node-resolve] 02/10: Updated version 1.4.0 from 'upstream/1.4.0'
Julien Puydt
julien.puydt at laposte.net
Fri Sep 15 15:19:42 UTC 2017
This is an automated email from the git hooks/post-receive script.
jpuydt-guest pushed a commit to branch master
in repository node-resolve.
commit 2ad252931b6710dab0a6d708c11e4cbe30ead326
Merge: febbf48 68dce8d
Author: Julien Puydt <julien.puydt at laposte.net>
Date: Wed Aug 16 19:35:45 2017 +0200
Updated version 1.4.0 from 'upstream/1.4.0'
with Debian dir 641fcf33ab138af6a27661a439a7b435ac210f03
.eslintignore | 1 +
.eslintrc | 30 ++
.gitignore | 7 +
.npmrc | 1 +
.travis.yml | 185 +++++++++++-
appveyor.yml | 44 +++
example/async.js | 4 +-
index.js | 11 +-
lib/async.js | 203 +++++++------
lib/caller.js | 2 +-
lib/core.js | 26 +-
lib/core.json | 85 +++---
lib/node-modules-paths.js | 55 ++--
lib/sync.js | 64 ++--
package.json | 19 +-
readme.markdown | 18 +-
test/core.js | 29 +-
test/dotdot.js | 28 +-
test/dotdot/index.js | 2 +-
test/faulty_basedir.js | 8 +-
test/filter.js | 9 +-
test/filter_sync.js | 11 +-
test/mock.js | 175 +++++------
test/mock_sync.js | 67 +++--
test/module_dir.js | 36 +--
test/module_dir/xmodules/aaa/index.js | 2 +-
test/module_dir/ymodules/aaa/index.js | 2 +-
test/module_dir/zmodules/bbb/main.js | 2 +-
test/node-modules-paths.js | 93 ++++++
test/node_path.js | 37 +--
test/node_path/x/aaa/index.js | 2 +-
test/node_path/x/ccc/index.js | 2 +-
test/node_path/y/bbb/index.js | 2 +-
test/node_path/y/ccc/index.js | 2 +-
test/pathfilter.js | 61 ++--
test/precedence.js | 10 +-
test/precedence/aaa.js | 2 +-
test/precedence/aaa/index.js | 2 +-
test/precedence/aaa/main.js | 2 +-
test/precedence/bbb.js | 2 +-
test/resolver.js | 338 +++++++++++++---------
test/resolver/baz/package.json | 2 +-
test/resolver/dot_main/index.js | 1 +
test/resolver/dot_main/package.json | 3 +
test/resolver/dot_slash_main/index.js | 1 +
test/resolver/dot_slash_main/package.json | 3 +
test/resolver/incorrect_main/package.json | 2 +-
test/resolver/same_names/foo.js | 1 +
test/resolver/same_names/foo/index.js | 1 +
test/resolver/symlinked/.gitignore | 1 +
test/resolver/symlinked/_/.gitignore | 1 +
test/resolver/symlinked/_/node_modules/foo.js | 0
test/resolver/symlinked/_/symlink_target/.gitkeep | 0
test/resolver/without_basedir/main.js | 9 +-
test/resolver_sync.js | 255 ++++++++++------
test/subdirs.js | 2 +-
test/symlinks.js | 54 ++++
57 files changed, 1350 insertions(+), 667 deletions(-)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-resolve.git
More information about the Pkg-javascript-commits
mailing list