1
0
Fork 0
Commit Graph

24 Commits

Author SHA1 Message Date
Alan Plum da9035a464
Document crypto module, clean up modules appendix 2016-06-19 21:56:11 +02:00
Frank Celler 9840280637 added vm 2016-01-15 12:36:57 +01:00
Alan Plum 8853ede355 org/arangodb -> @arangodb 2015-12-15 15:51:44 +01:00
Alan Plum 038267cb06 Re-implemented require/module based on Node 4.1.0
The require function should now behave as expected and treat ArangoDB's module paths as sources for "external" modules.
The "assert", "buffer" and "path" modules have been moved out of ./js/node into the bootstrap modules.
The module "org/arangodb/foxx/arangoApp" (as well as any modules depending on it) is incompatible with the new module loading behaviour and will be have to be rewritten from scratch.
The "Package" class has been removed entirely and is no longer needed.
Support for the database-stored modules is currently missing and needs to be re-implemented within the module loader.
2015-09-24 13:46:13 +02:00
Alan Plum 798b4fc521 Added more Node stubs 2015-09-24 13:46:13 +02:00
Alan Plum 52f1cf6e2c Updated util to 4.1.0 2015-09-24 13:46:13 +02:00
Alan Plum e57c383dea Updated path to 4.1.0 2015-09-24 13:46:12 +02:00
Alan Plum 69a4352394 Added unmentioned modules to VERSIONS 2015-09-24 13:46:12 +02:00
Alan Plum de7b507dea Updated querystring to 4.1.0 2015-09-24 13:46:12 +02:00
Alan Plum 77cca88c50 Updated string_decoder to 4.1.0 2015-09-24 13:46:12 +02:00
Alan Plum af7c11132a Updated url to 4.1.0 2015-09-24 13:46:12 +02:00
Alan Plum ae310b0696 Updated punycode to 4.1.0 2015-09-24 13:46:12 +02:00
Alan Plum 47f691ed36 Updated events to 4.1.0 2015-09-24 13:46:12 +02:00
Alan Plum ca793a3f5d Added http, https stubs 2015-09-24 13:46:12 +02:00
Alan Plum abbb9ec146 Added node net, sys. 2014-07-08 14:17:46 +02:00
Alan Plum 6326f6dcc6 Formatting. 2014-07-07 15:44:09 +02:00
Alan Plum b0a44312fa Added package.json 2014-07-07 15:05:07 +02:00
Frank Celler 4d707a7758 fixed doc for require 2014-02-11 14:38:56 +01:00
Frank Celler c6ce5c7406 made module loader more node compatible, added coffee script support 2014-02-11 13:26:11 +01:00
Frank Celler 741ab9da9e added stream and events 2014-02-09 18:26:16 +01:00
Frank Celler d02d79ce1c added coffee-script 2013-04-21 22:57:19 +02:00
Frank Celler 7bfce45ece added more node modules 2013-04-21 22:00:54 +02:00
Frank Celler a75736a148 added Buffer from node 2013-04-21 21:45:39 +02:00
Frank Celler 531b665ff3 added version overview 2013-04-03 16:48:55 +02:00