summaryrefslogtreecommitdiff
path: root/lib/module.js
AgeCommit message (Expand)Author
2018-03-15lib: add back lib/module.js redirectionJoyee Cheung
2018-03-15lib: restructure cjs and esm loadersJoyee Cheung
2018-03-15src: put bootstrappers in lib/internal/bootstrap/Joyee Cheung
2018-03-11module: check file ext before dir as documentedBradley Farias
2018-03-06src: move internal loaders out of bootstrap_node.jsJoyee Cheung
2018-03-05lib: port errors to new systemMichaƫl Zasso
2018-02-16module: replace magic numbers by constantsSergey Golovin
2018-02-16lib,src: audit process.env in lib/ for setuid binaryJose M. Palacios Diaz
2018-02-15module: remove unused code in module.jsRich Trott
2018-02-14module: support main w/o extension, pjson cacheGuy Bedford
2018-01-29module: use internal/errors.js in module.requireJoyee Cheung
2018-01-22inspector: --inspect-brk for es modulesGuy Bedford
2018-01-15module: refactor loaderGus Caplan
2018-01-09lib: enable dot-notation eslint ruleAnatoli Papirovski
2017-11-29module: Set dynamic import callbackJan Krems
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