summaryrefslogtreecommitdiff
path: root/lib/module.js
Commit message (Expand)AuthorAgeFilesLines
* module: eliminate double `getenv()`Maciej Małecki2014-07-311-2/+3
* module: only cache package mainWyatt Preul2013-12-121-6/+6
* core: Remove the nextTick for running the main fileisaacs2013-02-271-0/+2
* addon: Pass module object to NODE_MODULE init functionisaacs2013-01-251-3/+1
* module: assert that require() is called with a stringFelix Böhm2013-01-161-0/+1
* assert that require() has a truthy pathJames Campos2013-01-161-0/+1
* lintisaacs2012-10-121-1/+1
* windows: use USERPROFILE to get the user's home dirBert Belder2012-10-091-5/+13
* debugger: fix --debug-brktasogarepg2012-09-181-2/+2
* module: use 'repl' as the filename arg if missingisaacs2012-08-131-1/+6
* module: add filename to require() json errorsTJ Holowaychuk2012-07-061-1/+6
* Merge remote-tracking branch 'ry/v0.6' into v0.6-mergeisaacs2012-05-091-3/+8
|\
| * Fix exception output for module load exceptionsFelix Geisendörfer2012-05-091-3/+8
* | No need to have NativeModule.require('fs') in Module._findPath()Shigeki Ohtsu2012-03-191-1/+0
* | module: remove 'exited', replace 'children' arrayisaacs2012-03-121-1/+3
* | Merge remote-tracking branch 'origin/v0.6'Ben Noordhuis2012-02-121-1/+1
|\ \ | |/
| * debugger: fix --debug-brkBen Noordhuis2012-02-071-1/+1
| * Revert "Process symlinked shared library as .node"Ben Noordhuis2012-02-011-2/+2
* | Revert "Process symlinked shared library as .node"Ben Noordhuis2012-02-011-2/+2
* | Merge remote-tracking branch 'ry/v0.6' into masterisaacs2012-01-311-13/+10
|\ \ | |/
| * Process symlinked shared library as .nodePaddy Byers2012-01-311-2/+2
| * Tidy _resolveFilenamePaddy Byers2012-01-311-11/+8
| * module: fix --debug-brk on symlinked scriptsFedor Indutny2012-01-241-2/+14
* | module: fix --debug-brk on symlinked scriptsFedor Indutny2012-01-241-2/+14
* | module: Set the error.code to 'MODULE_NOT_FOUND' when a bad path is given to ...Nathan Rajlich2011-12-191-1/+3
|/
* 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