aboutsummaryrefslogtreecommitdiff
path: root/lib/module.js
AgeCommit message (Expand)Author
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
2011-07-20Close #1357 Load json files with require()isaacs
2011-07-17Close #1349 Delimit NODE_PATH with ; on Windowsisaacs
2011-07-15Close #1348 Remove require.pathsisaacs
2011-07-14Close #1281 Make require a public member of moduleisaacs
2011-06-29Merge branch 'v0.4'Ryan Dahl
2011-06-17Revert "Add --cov code coverage option"Ryan Dahl
2011-06-14Closes #1177 remove one node_modules optimizationMathias Buus
2011-06-13AMD compatibility for node, with docs and testsisaacs
2011-04-14Add --cov code coverage optionRyan Dahl
2011-03-30Don't conflict with V8's Script classRyan Dahl
2011-03-14Update copyright headersRyan Dahl
2011-02-27Closes GH-690 node_modules folders should be highest priorityisaacs
2011-02-24Do not cache modules that throw exceptionsFelix Geisendörfer
2011-02-18package.json main as indexed subdirisaacs
2011-02-09node_modules module lookup, +docs and test.isaacs
2011-02-08Support caching for realpath, use in module loadisaacs
2011-02-07support for package.jsonisaacs
2011-02-03module: define functions only once.isaacs
2011-02-02Closes GH-619 Make require.main be the main moduleisaacs
2011-01-27Another fix for process.assertRyan Dahl
2011-01-27Fix process.assert problemRyan Dahl