93 Commits (28eee0adb7884e21217c99cbf10a681c7d91b64a)

Author SHA1 Message Date
Robert Kowalski 46ccb201cb module: don't require fs several times 10 years ago
Fred K. Schott a55c60c715 module: document important methods 11 years ago
Wyatt Preul 1d5e797445 module: only cache package main 11 years ago
Domenic Denicola fd3657610e vm: update API to use options argument 11 years ago
Domenic Denicola 7afdba6e0b vm, core, module: re-do vm to fix known issues 11 years ago
Matthew Aynalem c171c490f2 fixes #6031 spelling errors 11 years ago
isaacs 22c68fdc1d src: Replace macros with util functions 11 years ago
Ben Noordhuis 0330bdf519 lib: macro-ify type checks 11 years ago
isaacs 896b2aa707 util: Add debuglog, deprecate console lookalikes 12 years ago
Robert Kowalski 812356049d module: use path.sep instead of a custom solution 12 years ago
Robert Kowalski 04ce80760e module: use path.sep instead of custom solution 12 years ago
Andrew Paprocki c081809344 vm: add support for timeout argument 12 years ago
isaacs 875e4a0c59 core: Remove the nextTick for running the main file 12 years ago
isaacs 15508589a1 addon: Pass module object to NODE_MODULE init function 12 years ago
Felix Böhm 7465cf911a module: assert that require() is called with a string 12 years ago
James Campos c93c99c7c3 assert that require() has a truthy path 12 years ago
isaacs 8509073458 lint 12 years ago
Bert Belder 5288ed75be windows: use USERPROFILE to get the user's home dir 12 years ago
tasogarepg 21c4b9a9eb debugger: fix --debug-brk 12 years ago
isaacs 22804a9eb8 module: use 'repl' as the filename arg if missing 12 years ago
TJ Holowaychuk ed7fb149a2 module: add filename to require() json errors 12 years ago
Felix Geisendörfer bf9d8e9214 Fix exception output for module load exceptions 13 years ago
Shigeki Ohtsu 891f9defeb No need to have NativeModule.require('fs') in Module._findPath() 13 years ago
isaacs a10cfba766 module: remove 'exited', replace 'children' array 13 years ago
Ben Noordhuis 09c296b44d debugger: fix --debug-brk 13 years ago
Ben Noordhuis 3deceaf6e7 Revert "Process symlinked shared library as .node" 13 years ago
Ben Noordhuis a9723df1b7 Revert "Process symlinked shared library as .node" 13 years ago
Paddy Byers 7e0bf7d57d Process symlinked shared library as .node 13 years ago
Paddy Byers 840229a825 Tidy _resolveFilename 13 years ago
Fedor Indutny ccf7b41a69 module: fix --debug-brk on symlinked scripts 13 years ago
Fedor Indutny 27c85727ed module: fix --debug-brk on symlinked scripts 13 years ago
Nathan Rajlich 3f987cd925 module: Set the error.code to 'MODULE_NOT_FOUND' when a bad path is given to require. 13 years ago
Ben Leslie a4e10cdb07 Raise an error when a malformed package.json file is found. 13 years ago
isaacs e06ce7562c Fix #1707 hasOwnProperty usage 13 years ago
isaacs 98990b9779 Fix #1707 hasOwnProperty usage 13 years ago
Ben Noordhuis ac722bbed6 module: strip byte order marker when loading *.js and *.json files 13 years ago
isaacs 703a1ffe52 Revert "AMD compatibility for node" 13 years ago
isaacs 588d885e81 Close #1357 Load json files with require() 13 years ago
isaacs 448eab2587 Close #1349 Delimit NODE_PATH with ; on Windows 13 years ago
isaacs 7f0047c2d5 Close #1348 Remove require.paths 13 years ago
isaacs 9b5098f509 Close #1281 Make require a public member of module 13 years ago
Ryan Dahl 52b517c6ab Revert "Add --cov code coverage option" 14 years ago
Mathias Buus 39246f65df Closes #1177 remove one node_modules optimization 14 years ago
isaacs 9967c369c9 AMD compatibility for node, with docs and tests 14 years ago
Ryan Dahl b4ff36a41b Add --cov code coverage option 14 years ago
Ryan Dahl 75db1995b6 Don't conflict with V8's Script class 14 years ago
Ryan Dahl 55048cdf79 Update copyright headers 14 years ago
isaacs 3599c71dae Closes GH-690 node_modules folders should be highest priority 14 years ago
Felix Geisendörfer 66601f13d9 Do not cache modules that throw exceptions 14 years ago
isaacs f8defa3e09 package.json main as indexed subdir 14 years ago