The data contained in this repository can be downloaded to your computer using one of several clients.
Please see the documentation of your version control software client for more information.

Please select the desired protocol below to get the URL.

This URL has Read-Only access.

Statistics
| Branch: | Revision:

main_repo / test / simple / test-eval-require.js @ 6f043940

History | View | Annotate | Download (1.45 KB)

# Date Author Comment
850609ea 11/02/2011 07:38 PM Ryan Dahl

Remove separation of libuv tests

4e1d6fca 08/24/2011 02:45 AM Ryan Dahl

Mark tests which are broken in libuv

d6ec8f66 06/20/2011 07:47 AM koichik

Fix -e/--eval can't load module from node_modules

With -e or --eval, require() can load module using relative path.

node -e 'require("./foo")'

But it can't load module from node_modules directory.

node -e 'require("foo")'

Fixes #1196.