summaryrefslogtreecommitdiff
path: root/lib/module.js
Commit message (Expand)AuthorAgeFilesLines
* src: enable strict mode in all builtin modulesJulien Gilli2015-03-031-0/+2
* module: replace NativeModule.requireHerbert Vojčík2015-02-121-3/+3
* module: correct the order of the assertionshaoxin2014-11-131-1/+1
* Merge remote-tracking branch 'upstream/v0.10' into v0.12Timothy J Fontaine2014-08-071-2/+3
|\
| * module: eliminate double `getenv()`Maciej Małecki2014-07-311-2/+3
* | module: don't require fs several timesRobert Kowalski2014-07-071-5/+3
* | module: document important methodsFred K. Schott2014-06-241-1/+14
* | Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine2013-12-121-6/+6
|\ \ | |/
| * module: only cache package mainWyatt Preul2013-12-121-6/+6
* | 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