1
0
Fork 0

Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel

This commit is contained in:
Heiko Kernbach 2014-02-11 14:16:07 +01:00
commit c43d879aac
2 changed files with 6 additions and 2 deletions

View File

@ -12,6 +12,9 @@ compatible module and package concept. You can use the function `require` in
order to load a module or package. It returns the exported variables and
functions of the module or package.
There are some extensions to the CommonJS concept to allow ArangoDB to load
Node.js modules as well.
CommonJS Modules{#JSModulesCommonJS}
------------------------------------
@ -38,8 +41,8 @@ the following
ArangoDB Specific Modules{#JSModulesArangoDB}
---------------------------------------------
A lot of the modules, however, are ArangoDB specific. These are described in the
following chapters.
A lot of the modules, however, are ArangoDB specific. These modules
are described in the following chapters.
Node Modules{#JSModulesNode}
----------------------------

1
js/node/process.js Normal file
View File

@ -0,0 +1 @@
exports.env = {};