summaryrefslogtreecommitdiff
path: root/lib/module.js
Commit message (Expand)AuthorAgeFilesLines
* vm: update API to use options argumentDomenic Denicola2013-08-281-3/+3
* vm, core, module: re-do vm to fix known issuesDomenic Denicola2013-08-211-6/+5
* fixes #6031 spelling errorsMatthew Aynalem2013-08-191-1/+1
* src: Replace macros with util functionsisaacs2013-08-011-2/+3
* lib: macro-ify type checksBen Noordhuis2013-07-241-1/+1
* util: Add debuglog, deprecate console lookalikesisaacs2013-05-211-6/+1
* module: use path.sep instead of a custom solutionRobert Kowalski2013-05-181-3/+1
* module: use path.sep instead of custom solutionRobert Kowalski2013-05-151-2/+1
* vm: add support for timeout argumentAndrew Paprocki2013-04-291-3/+3
* 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