summaryrefslogtreecommitdiff
path: root/lib/module.js
AgeCommit message (Expand)Author
2014-12-11module: fix regression in require ../Evan Lucas
2014-12-09lib: optimize require() path walkingBen Noordhuis
2014-12-06module: test for directories, fix require with ..Robert Kowalski
2014-11-22Merge remote-tracking branch 'joyent/v0.12' into v0.12Ben Noordhuis
2014-11-22lib: turn on strict modeBen Noordhuis
2014-11-13module: correct the order of the assertionshaoxin
2014-08-07Merge remote-tracking branch 'upstream/v0.10' into v0.12Timothy J Fontaine
2014-07-31module: eliminate double `getenv()`Maciej Małecki
2014-07-07module: don't require fs several timesRobert Kowalski
2014-06-24module: document important methodsFred K. Schott
2013-12-12Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine
2013-12-12module: only cache package mainWyatt Preul
2013-08-28vm: update API to use options argumentDomenic Denicola
2013-08-21vm, core, module: re-do vm to fix known issuesDomenic Denicola
2013-08-19fixes #6031 spelling errorsMatthew Aynalem
2013-08-01src: Replace macros with util functionsisaacs
2013-07-24lib: macro-ify type checksBen Noordhuis
2013-05-21util: Add debuglog, deprecate console lookalikesisaacs
2013-05-18module: use path.sep instead of a custom solutionRobert Kowalski
2013-05-15module: use path.sep instead of custom solutionRobert Kowalski
2013-04-29vm: add support for timeout argumentAndrew Paprocki
2013-02-27core: Remove the nextTick for running the main fileisaacs
2013-01-25addon: Pass module object to NODE_MODULE init functionisaacs
2013-01-16module: assert that require() is called with a stringFelix Böhm
2013-01-16assert that require() has a truthy pathJames Campos
2012-10-12lintisaacs
2012-10-09windows: use USERPROFILE to get the user's home dirBert Belder
2012-09-18debugger: fix --debug-brktasogarepg
2012-08-13module: use 'repl' as the filename arg if missingisaacs
2012-07-06module: add filename to require() json errorsTJ Holowaychuk
2012-05-09Merge remote-tracking branch 'ry/v0.6' into v0.6-mergeisaacs
2012-05-09Fix exception output for module load exceptionsFelix Geisendörfer
2012-03-19No need to have NativeModule.require('fs') in Module._findPath()Shigeki Ohtsu
2012-03-12module: remove 'exited', replace 'children' arrayisaacs
2012-02-12Merge remote-tracking branch 'origin/v0.6'Ben Noordhuis
2012-02-07debugger: fix --debug-brkBen Noordhuis
2012-02-01Revert "Process symlinked shared library as .node"Ben Noordhuis
2012-02-01Revert "Process symlinked shared library as .node"Ben Noordhuis
2012-01-31Merge remote-tracking branch 'ry/v0.6' into masterisaacs
2012-01-31Process symlinked shared library as .nodePaddy Byers
2012-01-31Tidy _resolveFilenamePaddy Byers
2012-01-24module: fix --debug-brk on symlinked scriptsFedor Indutny
2012-01-24module: fix --debug-brk on symlinked scriptsFedor Indutny
2011-12-19module: Set the error.code to 'MODULE_NOT_FOUND' when a bad path is given to ...Nathan Rajlich
2011-09-23Raise an error when a malformed package.json file is found.Ben Leslie
2011-09-15Merge remote branch 'origin/v0.4'Ryan Dahl
2011-09-15Fix #1707 hasOwnProperty usageisaacs
2011-09-15Fix #1707 hasOwnProperty usageisaacs
2011-08-04module: strip byte order marker when loading *.js and *.json filesBen Noordhuis
2011-07-29Revert "AMD compatibility for node"isaacs