summaryrefslogtreecommitdiff
path: root/doc/api/modules.markdown
Commit message (Expand)AuthorAgeFilesLines
* doc: fix modules require.resolve documentationMathias Schreck2014-09-151-7/+7
* doc: added X.json to the LOAD_AS_FILE sudo codeMaurice Butler2014-07-071-1/+2
* doc: improve module documentationRyan Graham2013-10-271-21/+53
* doc: improve exports/module.exports consistencyRyan Graham2013-05-151-4/+4
* doc: clarify exports and module.exportsRyan Graham2013-05-151-1/+15
* node: remove unused flags and filesTrent Mick2012-06-181-1/+1
* Merge remote-tracking branch 'ry/v0.6' into v0.6-mergeisaacs2012-03-031-0/+2
|\
| * doc: Add stability indicators to documentationisaacs2012-03-031-0/+2
| * doc refactor: modulesisaacs2012-02-291-12/+93
* | doc refactor: modulesisaacs2012-02-271-12/+93
* | docs: Add docs for MODULE_NOT_FOUND error.Nathan Rajlich2011-12-191-0/+3
|/
* docs: fix typokyle@dontkry.com2011-11-271-1/+1
* docs: added .json modules.koichik2011-10-131-3/+4
* Fix #1851 Correct X/index docisaacs2011-10-101-1/+2
* Fix #1694 Document require() cyclesisaacs2011-09-131-0/+54
* Revert "AMD compatibility for node"isaacs2011-07-291-32/+0
* Doc improvementskoichik2011-07-231-1/+1
* Close #1349 Delimit NODE_PATH with ; on Windowsisaacs2011-07-171-1/+2
* Close #1348 Remove require.pathsisaacs2011-07-151-66/+13
* Remove duplicate docs about main moduleisaacs2011-07-151-17/+0
* Merge branch 'v0.4'Ryan Dahl2011-07-141-1/+0
|\
| * Remove duplicate section in modules.markdownkoichik2011-07-031-15/+0
* | Close #1281 Make require a public member of moduleisaacs2011-07-141-0/+11
* | Merge branch 'v0.4'Ryan Dahl2011-06-291-24/+1
|\ \ | |/
| * Closes #1177 remove one node_modules optimizationMathias Buus2011-06-141-24/+1
* | Merge branch 'v0.4'Ryan Dahl2011-06-151-0/+18
|\ \ | |/
| * Documenting `require.main`, fixing #997Trevor Burnham2011-06-131-0/+15
* | AMD compatibility for node, with docs and testsisaacs2011-06-131-0/+32
|/
* Close #1054 More clear documentation for module systemisaacs2011-05-161-13/+23
* Documenting `require.main`, fixing #997Trevor Burnham2011-05-091-0/+15
* Add documentation around module.exports and scope of global objectsRyan Dahl2011-04-111-0/+45
* Remove reference to CommonJS in documentationRyan Dahl2011-04-011-2/+0
* Closes GH-690 node_modules folders should be highest priorityisaacs2011-02-271-0/+4
* typosRyan Dahl2011-02-241-1/+1
* fix docRyan Dahl2011-02-141-1/+1
* Edit module docsRyan Dahl2011-02-091-44/+32
* Document module loadingisaacs2011-02-091-53/+260
* node_modules module lookup, +docs and test.isaacs2011-02-091-1/+22
* Remove incorrect doc about node_modulesRyan Dahl2011-02-071-8/+0
* support for package.jsonisaacs2011-02-071-0/+13
* A few spelling fixes.Ryan Dahl2011-01-271-2/+2
* Various doc tweaks (2-spaces vs tabs, EOL-whitespace, repl prompt, "world" vs...Silas Sewell2010-11-211-2/+2
* Splitting documentationMicheil Smith2010-10-281-0/+90