1
0
Fork 0

Added more Node stubs

This commit is contained in:
Alan Plum 2015-09-19 03:22:01 +02:00
parent 52f1cf6e2c
commit 798b4fc521
9 changed files with 22 additions and 6 deletions

View File

@ -9,22 +9,30 @@ _stream_writable: 0.10.25
assert: 0.11.0
buffer: 0.11.0 (SlowBuffer)
child_process: not supported
console: compatibility
cluster: not supported
console: compatibility
constants: not supported
crypto: not supported (see org/arangodb/crypto)
dgram: not supported
dns: not supported
domain: not supported
events: 4.1.0
fs: compatibility
http: not supported
https: not supported
net: compatibility
path: 4.1.0
os: not supported
path: 4.1.0
process: compatibility
punycode: 4.1.0
querystring: 4.1.0
stream: 0.10.25
string_decoder: 4.1.0
sys: not supported
tty: compatibility
url: 4.1.0
util: 4.1.0 (modified)
vm: not supported
tls: not supported
tty: compatibility
url: 4.1.0
util: 4.1.0 (modified)
v8: not supported
vm: not supported
zlib: not supported

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

@ -0,0 +1 @@
// not supported

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

@ -0,0 +1 @@
// not supported

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

@ -0,0 +1 @@
// not supported

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

@ -0,0 +1 @@
// not supported

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

@ -0,0 +1 @@
// not supported

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

@ -0,0 +1 @@
// not supported

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

@ -0,0 +1 @@
// not supported

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

@ -0,0 +1 @@
// not supported