summaryrefslogtreecommitdiff
path: root/lib/module.js
AgeCommit message (Expand)Author
2017-11-29module: print better message on esm syntax errorBen Noordhuis
2017-11-28module: rename internalModuleReadFile to internalModuleReadJSONJohn-David Dalton
2017-11-28module: fix for #17130 shared loader cjs depGuy Bedford
2017-11-28module: be lazy when creating CJS facadesBradley Farias
2017-11-28module: add builtinModulesJon Moss
2017-11-24lib,src: remove vm.runInDebugContext()Ben Noordhuis
2017-11-21module: replace default paths in require.resolve()cjihrig
2017-11-15module: speed up package.json parsing moreBen Noordhuis
2017-11-15module: speed up package.json parsingBen Noordhuis
2017-10-31module: revert #3384 DEP0019 EOLMyles Borins
2017-10-28module: fix extension lookups for top-level mainGuy Bedford
2017-10-28module: fix hook module CJS dependency loadingguybedford
2017-10-25module: support custom paths to require.resolve()cjihrig
2017-10-21module: fix main resolution and not found updatesGuy Bedford
2017-10-19lib: fix extraneous space in module.jsAnatoli Papirovski
2017-10-18lib: pass internalBinding more implicitlyAnna Henningsen
2017-10-16lib: use destructuring for some constantsWeijia Wang
2017-10-15doc: Update a typo in module.js' commentsOrta
2017-10-14module: minor performance improvement243083df
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