169 Commits (bd7735e8f7819902f8ba78f2deab24dba3854313)

Author SHA1 Message Date
Refael Ackermann 16689e30ae inspector: --debug* deprecation and invalidation 8 years ago
Eugene Ostroukhov 3f48ab3042 inspector: do not add 'inspector' property 8 years ago
WORMSS 26047c39c8 lib: fix typo in comments in module.js 8 years ago
Ben Noordhuis e0b076a949 lib,src,test: update --debug/debug-brk comments 8 years ago
Sebastian Van Sande f97156623a
module: standardize strip shebang behaviour 8 years ago
Eugene Ostroukhov 7954d2a4c7 inspector: use inspector API for "break on start" 8 years ago
James M Snell 2d230faa56 module: avoid using forEach 8 years ago
Richard Lau 055482c21e
module: fix loading from global folders on Windows 8 years ago
Brian White c67207731f
lib: simplify Module._resolveLookupPaths 8 years ago
Brian White e32425bfcd
module: avoid JSON.stringify() for cache key 8 years ago
Brian White 28dc848e70
lib: improve method of function calling 8 years ago
Brian White 403b89e72b
module: avoid hasOwnProperty() 8 years ago
Brian White 298a40e04e
module: use "clean" objects 8 years ago
Brian White a851b868c0
lib: remove sources of permanent deopts 8 years ago
James M Snell 98e54b0bd4 meta: restore original copyright header 8 years ago
James M Snell 5de3cf099c lib: add static identifier codes for all deprecations 8 years ago
Anna Henningsen 5dea1e2a5d
fs: export `realpathCacheKey` from `internal/fs` 8 years ago
Kelvin Jin ebff29f2fe module: check -e flag in debug break setup 8 years ago
Ben Noordhuis 678c094357 module: skip directories known not to exist 8 years ago
Adri Van Houdt 4d6297fef0 module: Remove deprecated function requireRepl. 8 years ago
Bryan English 4c619ec421 module: fix comment from "read-only" to "shallow" 8 years ago
Anna Henningsen c084287a60
fs,module: add module-loader-only realpath cache 8 years ago
James M Snell 15eaba98a1 lib: use emitWarning instead of printDeprecationMessage 8 years ago
hefangshi 55852e1421 module: fix node_modules search path in edge case 9 years ago
Rich Trott 5b63d48e9e lib,benchmark,test: implement consistent braces 8 years ago
James M Snell 5d38d543cd src,module: add --preserve-symlinks command line flag 9 years ago
Ali Ijaz Sheikh 4d4cfb27ca src,lib: minor --debug-brk cleanup 9 years ago
Alex Lamar de1dc0ae2e module: preserve symlinks when requiring 9 years ago
Michaël Zasso 75487f0db8 module: fix resolution of filename with trailing slash 9 years ago
Yuval Brik b488b19eaf
fs: optimize realpath using uv_fs_realpath() 9 years ago
Brian White ae18bbef48
lib: improve module loading performance 9 years ago
Phillip Johnsen d38503ab01 module: prioritize current dir for local lookups 9 years ago
Rich Trott 0c113e8fde module: refactor redeclared variable 9 years ago
cjihrig 57003520f8 src: attach error to stack on displayErrors 9 years ago
Rich Trott 19f700859b module: revert "optimize js and json file i/o" 9 years ago
Ben Noordhuis 7c60328002 module: optimize js and json file i/o 9 years ago
Ben Noordhuis 038b636562 module: avoid ArgumentsAdaptorTrampoline frame 9 years ago
Ben Noordhuis 83f8d98806 module: cache stat() results more aggressively 9 years ago
Andres Suarez 1285671283 module: move unnecessary work for early return 9 years ago
Brian White 18490d3d5a module: always decorate thrown errors 9 years ago
cjihrig 2a60e2ad71 module,src: do not wrap modules with -1 lineOffset 9 years ago
Ben Noordhuis ee72ee7531 module,repl: remove repl require() hack 9 years ago
Tristian Flanagan dfee4e3712 module: fix column offsets in errors 9 years ago
Evan Lucas 4fed62c876 module: cache regular expressions 9 years ago
Andres Suarez faa3bb8663 module: remove unnecessary JSON.stringify 9 years ago
Sakthipriyan Vairamani 6ad458b752 module: remove unnecessary property and method 9 years ago
Justin Chase 8593b3e8eb module: use UNC paths when loading native addons 9 years ago
Dave Eddy 2e6ece44e1 node: add -c|--check CLI arg to syntax check script 9 years ago
Ali Ijaz Sheikh 0159ac9c99 src: apply debug force load fixups from 41e63fb 9 years ago
Bradley Meck 2d251e661a module: fix module preloading when cwd is ENOENT 9 years ago