summaryrefslogtreecommitdiff
path: root/lib/module.js
Commit message (Expand)AuthorAgeFilesLines
* Raise an error when a malformed package.json file is found.Ben Leslie2011-09-231-9/+16
* Merge remote branch 'origin/v0.4'Ryan Dahl2011-09-151-1/+10
|\
| * Fix #1707 hasOwnProperty usageisaacs2011-09-151-2/+5
| * Fix #1707 hasOwnProperty usageisaacs2011-09-151-1/+7
* | module: strip byte order marker when loading *.js and *.json filesBen Noordhuis2011-08-041-8/+20
* | Revert "AMD compatibility for node"isaacs2011-07-291-38/+1
* | Close #1357 Load json files with require()isaacs2011-07-201-0/+7
* | Close #1349 Delimit NODE_PATH with ; on Windowsisaacs2011-07-171-1/+2
* | Close #1348 Remove require.pathsisaacs2011-07-151-7/+19
* | Close #1281 Make require a public member of moduleisaacs2011-07-141-1/+6
* | Merge branch 'v0.4'Ryan Dahl2011-06-291-6/+1
|\ \ | |/
| * Closes #1177 remove one node_modules optimizationMathias Buus2011-06-141-6/+1
* | Revert "Add --cov code coverage option"Ryan Dahl2011-06-171-16/+0
* | AMD compatibility for node, with docs and testsisaacs2011-06-131-1/+38
* | Add --cov code coverage optionRyan Dahl2011-04-141-0/+16
* | Don't conflict with V8's Script classRyan Dahl2011-03-301-1/+1
|/
* Update copyright headersRyan Dahl2011-03-141-0/+21
* Closes GH-690 node_modules folders should be highest priorityisaacs2011-02-271-2/+5
* Do not cache modules that throw exceptionsFelix Geisendörfer2011-02-241-1/+7
* package.json main as indexed subdirisaacs2011-02-181-1/+2
* node_modules module lookup, +docs and test.isaacs2011-02-091-2/+36
* Support caching for realpath, use in module loadisaacs2011-02-081-1/+6
* support for package.jsonisaacs2011-02-071-0/+32
* module: define functions only once.isaacs2011-02-031-25/+34
* Closes GH-619 Make require.main be the main moduleisaacs2011-02-021-3/+8
* Another fix for process.assertRyan Dahl2011-01-271-1/+1
* Fix process.assert problemRyan Dahl2011-01-271-1/+2
* A module ID with a trailing slash must be a dir.isaacs2011-01-271-5/+10
* Adding support for require-like initialization of node,Daniel Ennis2011-01-241-3/+4
* lintRyan Dahl2011-01-241-7/+10
* Move commonjs module system into lib/module.jsFelix Geisendörfer2011-01-231-0/+326
* Remove module.js - put code into src/node.jsRyan Dahl2010-08-061-480/+0
* Standardise module load order for native and registered file extensions.Nick Stenning2010-08-041-26/+12
* Don't attempt to load a directory.Nick Stenning2010-08-041-28/+31
* Revert "Expose the V8 debug object process.debug"Ryan Dahl2010-08-041-2/+2
* Expose the V8 debug object process.debugRyan Dahl2010-08-021-2/+2
* remove node::CheckBreak in favor of using the v8 debugger js objectDanny Coates2010-08-011-1/+3
* Fix --debug-brk; hacky solutionRyan Dahl2010-07-271-0/+1
* Fix dirname so that dirname('/a/b/') -> '/a', like sh's does.isaacs2010-07-231-1/+1
* Support including modules that don't have an extension.isaacs2010-07-201-1/+2
* Cache modules based on filename rather than IDisaacs2010-07-191-41/+36
* Fix reference to root global contextRyan Dahl2010-07-151-1/+1
* Add 'root' global variable as reference to sandboxRyan Dahl2010-07-151-0/+2
* Load modules in individual contextsRyan Dahl2010-07-151-9/+49
* Use execPath for default NODE_PATH, not installPrefixisaacs2010-07-141-1/+1
* fix corner-case bug in ModuleDavid Siegel2010-07-131-1/+6
* Revert "Fix 'uncaughtException' for top level exceptions"Ryan Dahl2010-07-011-4/+2
* Fix 'uncaughtException' for top level exceptionsRyan Dahl2010-06-301-2/+4
* Clean up indention on module compileRyan Dahl2010-06-301-6/+3
* node without arguments starts the REPLRyan Dahl2010-06-071-10/+0