[Pkg-javascript-commits] [node-resolve] branch upstream updated (dd7fd14 -> 68dce8d)
Julien Puydt
julien.puydt at laposte.net
Fri Sep 15 15:19:43 UTC 2017
This is an automated email from the git hooks/post-receive script.
jpuydt-guest pushed a change to branch upstream
in repository node-resolve.
from dd7fd14 Imported Upstream version 1.1.7
new 68dce8d New upstream version 1.4.0
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 | 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 +-
.../{bar/node_modules/foo => dot_main}/index.js | 0
test/resolver/dot_main/package.json | 3 +
.../node_modules/foo => dot_slash_main}/index.js | 0
test/resolver/dot_slash_main/package.json | 3 +
test/resolver/incorrect_main/package.json | 2 +-
test/resolver/same_names/foo.js | 1 +
.../{bar/node_modules => same_names}/foo/index.js | 0
test/resolver/symlinked/.gitignore | 1 +
test/resolver/symlinked/_/.gitignore | 1 +
.../symlinked/_/node_modules/foo.js} | 0
.../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, 1347 insertions(+), 667 deletions(-)
create mode 100644 .eslintignore
create mode 100644 .eslintrc
create mode 100644 .gitignore
create mode 100644 .npmrc
create mode 100644 appveyor.yml
create mode 100644 test/node-modules-paths.js
copy test/resolver/{bar/node_modules/foo => dot_main}/index.js (100%)
create mode 100644 test/resolver/dot_main/package.json
copy test/resolver/{bar/node_modules/foo => dot_slash_main}/index.js (100%)
create mode 100644 test/resolver/dot_slash_main/package.json
create mode 100644 test/resolver/same_names/foo.js
copy test/resolver/{bar/node_modules => same_names}/foo/index.js (100%)
create mode 100644 test/resolver/symlinked/.gitignore
create mode 100644 test/resolver/symlinked/_/.gitignore
copy test/{pathfilter/deep_ref/main.js => resolver/symlinked/_/node_modules/foo.js} (100%)
copy test/{pathfilter/deep_ref/main.js => resolver/symlinked/_/symlink_target/.gitkeep} (100%)
create mode 100644 test/symlinks.js
--
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