summaryrefslogtreecommitdiff
path: root/lib/module.js
Commit message (Expand)AuthorAgeFilesLines
* lib: add back lib/module.js redirectionJoyee Cheung2018-03-151-0/+3
* lib: restructure cjs and esm loadersJoyee Cheung2018-03-151-780/+0
* src: put bootstrappers in lib/internal/bootstrap/Joyee Cheung2018-03-151-1/+1
* module: check file ext before dir as documentedBradley Farias2018-03-111-7/+8
* src: move internal loaders out of bootstrap_node.jsJoyee Cheung2018-03-061-1/+1
* lib: port errors to new systemMichaƫl Zasso2018-03-051-5/+9
* module: replace magic numbers by constantsSergey Golovin2018-02-161-12/+27
* lib,src: audit process.env in lib/ for setuid binaryJose M. Palacios Diaz2018-02-161-2/+5
* module: remove unused code in module.jsRich Trott2018-02-151-3/+0
* module: support main w/o extension, pjson cacheGuy Bedford2018-02-141-21/+8
* module: use internal/errors.js in module.requireJoyee Cheung2018-01-291-4/+9
* inspector: --inspect-brk for es modulesGuy Bedford2018-01-221-0/+1
* module: refactor loaderGus Caplan2018-01-151-1/+1
* lib: enable dot-notation eslint ruleAnatoli Papirovski2018-01-091-1/+1
* module: Set dynamic import callbackJan Krems2017-11-291-0/+1
* module: print better message on esm syntax errorBen Noordhuis2017-11-291-0/+2
* module: rename internalModuleReadFile to internalModuleReadJSONJohn-David Dalton2017-11-281-2/+2
* module: fix for #17130 shared loader cjs depGuy Bedford2017-11-281-1/+3
* module: be lazy when creating CJS facadesBradley Farias2017-11-281-5/+11
* module: add builtinModulesJon Moss2017-11-281-0/+6
* lib,src: remove vm.runInDebugContext()Ben Noordhuis2017-11-241-4/+0
* module: replace default paths in require.resolve()cjihrig2017-11-211-1/+4
* module: speed up package.json parsing moreBen Noordhuis2017-11-151-1/+1
* module: speed up package.json parsingBen Noordhuis2017-11-151-0/+3
* module: revert #3384 DEP0019 EOLMyles Borins2017-10-311-1/+25
* module: fix extension lookups for top-level mainGuy Bedford2017-10-281-1/+1
* module: fix hook module CJS dependency loadingguybedford2017-10-281-1/+2
* module: support custom paths to require.resolve()cjihrig2017-10-251-2/+22
* module: fix main resolution and not found updatesGuy Bedford2017-10-211-30/+19
* lib: fix extraneous space in module.jsAnatoli Papirovski2017-10-191-1/+1
* lib: pass internalBinding more implicitlyAnna Henningsen2017-10-181-2/+8
* lib: use destructuring for some constantsWeijia Wang2017-10-161-2/+4
* doc: Update a typo in module.js' commentsOrta2017-10-151-1/+1
* module: minor performance improvement243083df2017-10-141-8/+3
* module: resolve and instantiate loader pipeline hooksguybedford2017-10-111-22/+26
* path: deprecate internal _makeLong, replaceJames M Snell2017-10-021-3/+3
* module: deprecate Module._debugJackson Tian2017-09-221-3/+3
* module: check file url passed to top-level importguybedford2017-09-151-1/+1
* module: Allow runMain to be ESMBradley Farias2017-09-071-1/+57
* module: mark DEP0019 as EOL and remove compat codeRoman Reiss2017-08-311-25/+1
* lib: include cached modules in module.childrenBen Noordhuis2017-07-241-4/+8
* inspector: --debug* deprecation and invalidationRefael Ackermann2017-05-291-2/+2
* inspector: do not add 'inspector' propertyEugene Ostroukhov2017-05-041-14/+1
* lib: fix typo in comments in module.jsWORMSS2017-04-241-2/+2
* lib,src,test: update --debug/debug-brk commentsBen Noordhuis2017-04-211-1/+1
* module: standardize strip shebang behaviourSebastian Van Sande2017-04-191-27/+2
* inspector: use inspector API for "break on start"Eugene Ostroukhov2017-03-301-4/+27
* module: avoid using forEachJames M Snell2017-03-171-3/+2
* module: fix loading from global folders on WindowsRichard Lau2017-03-111-1/+10
* lib: simplify Module._resolveLookupPathsBrian White2017-03-101-14/+15