summaryrefslogtreecommitdiff
path: root/lib/module.js
AgeCommit message (Expand)Author
2017-03-10lib: simplify Module._resolveLookupPathsBrian White
2017-03-10module: avoid JSON.stringify() for cache keyBrian White
2017-03-10lib: improve method of function callingBrian White
2017-03-10module: avoid hasOwnProperty()Brian White
2017-03-10module: use "clean" objectsBrian White
2017-03-10lib: remove sources of permanent deoptsBrian White
2017-03-10meta: restore original copyright headerJames M Snell
2017-01-30lib: add static identifier codes for all deprecationsJames M Snell
2016-11-16fs: export `realpathCacheKey` from `internal/fs`Anna Henningsen
2016-11-15module: check -e flag in debug break setupKelvin Jin
2016-10-24module: skip directories known not to existBen Noordhuis
2016-10-07module: Remove deprecated function requireRepl.Adri Van Houdt
2016-10-03module: fix comment from "read-only" to "shallow"Bryan English
2016-09-30fs,module: add module-loader-only realpath cacheAnna Henningsen
2016-09-02lib: use emitWarning instead of printDeprecationMessageJames M Snell
2016-08-09module: fix node_modules search path in edge casehefangshi
2016-07-12lib,benchmark,test: implement consistent bracesRich Trott
2016-05-13src,module: add --preserve-symlinks command line flagJames M Snell
2016-05-07src,lib: minor --debug-brk cleanupAli Ijaz Sheikh
2016-04-25module: preserve symlinks when requiringAlex Lamar
2016-04-20module: fix resolution of filename with trailing slashMichaël Zasso
2016-04-15fs: optimize realpath using uv_fs_realpath()Yuval Brik
2016-04-14lib: improve module loading performanceBrian White
2016-03-29module: prioritize current dir for local lookupsPhillip Johnsen
2016-01-31module: refactor redeclared variableRich Trott
2016-01-26src: attach error to stack on displayErrorscjihrig
2016-01-15module: revert "optimize js and json file i/o"Rich Trott
2016-01-12module: optimize js and json file i/oBen Noordhuis
2016-01-12module: avoid ArgumentsAdaptorTrampoline frameBen Noordhuis
2016-01-12module: cache stat() results more aggressivelyBen Noordhuis
2016-01-11module: move unnecessary work for early returnAndres Suarez
2015-12-19module: always decorate thrown errorsBrian White
2015-12-16module,src: do not wrap modules with -1 lineOffsetcjihrig
2015-11-30module,repl: remove repl require() hackBen Noordhuis
2015-11-20module: fix column offsets in errorsTristian Flanagan
2015-11-16module: cache regular expressionsEvan Lucas
2015-11-05module: remove unnecessary JSON.stringifyAndres Suarez
2015-10-06module: remove unnecessary property and methodSakthipriyan Vairamani
2015-10-05module: use UNC paths when loading native addonsJustin Chase
2015-10-03node: add -c|--check CLI arg to syntax check scriptDave Eddy
2015-09-06src: apply debug force load fixups from 41e63fbAli Ijaz Sheikh
2015-08-24module: fix module preloading when cwd is ENOENTBradley Meck
2015-07-03util: prepend '(node) ' to deprecation messagesSakthipriyan Vairamani
2015-06-22module: fix stat with long paths on WindowsMichaël Zasso
2015-06-17module: reduce syscalls during require searchPierre Inglebert
2015-06-16module: allow long paths for require on WindowsMichaël Zasso
2015-05-30src: fix module search path for preload modulesAli Ijaz Sheikh
2015-05-27lib: speed up require(), phase 2Ben Noordhuis
2015-05-27lib: speed up require(), phase 1Ben Noordhuis
2015-04-30repl: add mode detection, cli persistent historyChris Dickinson