summaryrefslogtreecommitdiff
path: root/lib/module.js
AgeCommit message (Expand)Author
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
2011-01-27A module ID with a trailing slash must be a dir.isaacs
2011-01-24Adding support for require-like initialization of node,Daniel Ennis
2011-01-24lintRyan Dahl
2011-01-23Move commonjs module system into lib/module.jsFelix Geisendörfer
2010-08-06Remove module.js - put code into src/node.jsRyan Dahl
2010-08-04Standardise module load order for native and registered file extensions.Nick Stenning
2010-08-04Don't attempt to load a directory.Nick Stenning
2010-08-04Revert "Expose the V8 debug object process.debug"Ryan Dahl