summaryrefslogtreecommitdiff
path: root/lib/module.js
AgeCommit message (Expand)Author
2017-10-11module: resolve and instantiate loader pipeline hooksguybedford
2017-10-02path: deprecate internal _makeLong, replaceJames M Snell
2017-09-22module: deprecate Module._debugJackson Tian
2017-09-15module: check file url passed to top-level importguybedford
2017-09-07module: Allow runMain to be ESMBradley Farias
2017-08-31module: mark DEP0019 as EOL and remove compat codeRoman Reiss
2017-07-24lib: include cached modules in module.childrenBen Noordhuis
2017-05-29inspector: --debug* deprecation and invalidationRefael Ackermann
2017-05-04inspector: do not add 'inspector' propertyEugene Ostroukhov
2017-04-24lib: fix typo in comments in module.jsWORMSS
2017-04-21lib,src,test: update --debug/debug-brk commentsBen Noordhuis
2017-04-19module: standardize strip shebang behaviourSebastian Van Sande
2017-03-30inspector: use inspector API for "break on start"Eugene Ostroukhov
2017-03-17module: avoid using forEachJames M Snell
2017-03-11module: fix loading from global folders on WindowsRichard Lau
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