0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/test/addons/symlinked-module
James M Snell 5d38d543cd src,module: add --preserve-symlinks command line flag
Add the `--preserve-symlinks` flag. This makes the changes added
in #5950 conditional. By default the old behavior is used. With
the flag set, symlinks are preserved, switching to the new
behavior. This should be considered to be a temporary solution
until we figure out how to solve the symlinked peer dependency
problem in a more general way that does not break everything
else.

Additional test cases are included.

PR-URL: https://github.com/nodejs/node/pull/6537
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
2016-05-13 11:43:47 -07:00
..
binding.cc src,module: add --preserve-symlinks command line flag 2016-05-13 11:43:47 -07:00
binding.gyp src,module: add --preserve-symlinks command line flag 2016-05-13 11:43:47 -07:00
submodule.js src,module: add --preserve-symlinks command line flag 2016-05-13 11:43:47 -07:00
test.js src,module: add --preserve-symlinks command line flag 2016-05-13 11:43:47 -07:00