std/node
2022-10-06 10:11:16 -04:00
..
_crypto/crypto_browserify fix(node): use Buffer.from() and Buffer.alloc() instead of new Buffer() (#2655) 2022-09-22 14:33:45 +09:00
_fs refactor(node/fs): use done field of IteratorResult (#2751) 2022-10-05 20:03:20 +09:00
_module
_process fix(node/process): Deno 1.26 replaced Deno.setRaw with Deno.stdin.setRaw (#2710) 2022-09-29 10:55:33 -04:00
_tools refactor(node/fs): use done field of IteratorResult (#2751) 2022-10-05 20:03:20 +09:00
_util chore: remove void and Promise<void> return types (#2550) 2022-08-24 10:21:57 +09:00
assert test(node): check default export and named export (#2481) 2022-08-01 15:18:42 +09:00
dns chore(node): update compat layer to node 18.8.0 (#2585) 2022-09-08 09:23:34 -04:00
fs feat(node/fs): add opendir and opendirSync (#2576) 2022-09-01 12:55:48 +09:00
integrationtest fix(node): use Buffer.from() and Buffer.alloc() instead of new Buffer() (#2655) 2022-09-22 14:33:45 +09:00
internal fix(node): handle inherited output in spawnSync() (#2743) 2022-10-03 16:04:23 -04:00
internal_binding fix(node/net): fix socket events order (#2676) 2022-09-22 13:24:23 +09:00
path chore: remove void and Promise<void> return types (#2550) 2022-08-24 10:21:57 +09:00
stream fix(node): use readable-stream from stream/promises (#2630) 2022-09-07 11:32:35 -04:00
testdata feat(node): new child_process.fork (#2700) 2022-09-30 01:31:37 +09:00
timers
util test(node): check default export and named export (#2481) 2022-08-01 15:18:42 +09:00
_core.ts node: process.on("beforeExit") (#2331) 2022-07-19 02:57:24 +02:00
_events.d.ts fix(node/events): export static setMaxListeners, listenerCount (#2523) 2022-08-16 13:34:25 +09:00
_events.mjs fix(node/events): export static setMaxListeners, listenerCount (#2523) 2022-08-16 13:34:25 +09:00
_global.d.ts
_http_agent.mjs chore(node): update compat layer to node 18.8.0 (#2585) 2022-09-08 09:23:34 -04:00
_http_common.ts
_http_outgoing.ts
_next_tick.ts chore(node): update compat layer to node 18.8.0 (#2585) 2022-09-08 09:23:34 -04:00
_pako.mjs fix(node/zlib) zlib codes contains undefined values and keys (#2396) 2022-06-28 17:44:03 +02:00
_readline.d.ts
_readline.mjs fix(node/readline): fix Interface constructor (#2588) 2022-09-01 00:54:01 +09:00
_stream.d.ts fix(node/fs): improve compatibility of fs.WriteStream (#2696) 2022-09-26 10:58:24 -04:00
_stream.mjs chore(node): update compat layer to node 18.8.0 (#2585) 2022-09-08 09:23:34 -04:00
_tls_common.ts
_tls_wrap.ts fix(node/tls): fix TLSSocket constructor (#2749) 2022-10-06 10:11:16 -04:00
_utils.ts fix(node): test-child-process-spawnsync-validation-errors.js (#2690) 2022-09-25 13:23:23 -04:00
_zlib_binding.mjs fix(node): zlib bindings should use nextTick import (#2560) 2022-08-24 18:04:23 +02:00
_zlib.mjs refactor(node): move _buffer.mjs to node/internal (#2643) 2022-09-12 23:12:58 +09:00
assert.ts chore: remove void and Promise<void> return types (#2550) 2022-08-24 10:21:57 +09:00
assertion_error_test.ts
assertion_error.ts chore: update format (#2641) 2022-09-12 09:16:37 -04:00
async_hooks.ts test(node): check default export and named export (#2481) 2022-08-01 15:18:42 +09:00
buffer_test.ts fix(node): use Buffer.from() and Buffer.alloc() instead of new Buffer() (#2655) 2022-09-22 14:33:45 +09:00
buffer.ts refactor(node): move _buffer.mjs to node/internal (#2643) 2022-09-12 23:12:58 +09:00
child_process_test.ts fix(node): handle inherited output in spawnSync() (#2743) 2022-10-03 16:04:23 -04:00
child_process.ts feat(node): new child_process.fork (#2700) 2022-09-30 01:31:37 +09:00
cluster.ts
console.ts test(node): check default export and named export (#2481) 2022-08-01 15:18:42 +09:00
constants.ts feat(node/fs): Support more File system flags (#2725) 2022-09-30 09:47:38 -04:00
crypto_test.ts feat(node/crypto): add base64url encoding to hash.digest() (#2740) 2022-10-03 11:21:33 -04:00
crypto.ts
dgram.ts chore: remove void and Promise<void> return types (#2550) 2022-08-24 10:21:57 +09:00
diagnostics_channel.ts
dns.ts chore: update format (#2641) 2022-09-12 09:16:37 -04:00
domain.ts
events.ts fix(node/events): export static setMaxListeners, listenerCount (#2523) 2022-08-16 13:34:25 +09:00
fs.ts feat(node/fs): Support more File system flags (#2725) 2022-09-30 09:47:38 -04:00
global_test.ts chore: update to changes in spawn API (#2448) 2022-07-19 02:35:19 +02:00
global.ts
http2.ts
http_test.ts feat(node): use Deno.serve() API for Node http polyfill (#2537) 2022-08-24 15:32:09 +02:00
http.ts fix(node): use Buffer.from() and Buffer.alloc() instead of new Buffer() (#2655) 2022-09-22 14:33:45 +09:00
https_test.ts
https.ts chore: remove _deno_unstable.ts (#2600) 2022-09-05 13:55:53 +09:00
inspector.ts chore: remove void and Promise<void> return types (#2550) 2022-08-24 10:21:57 +09:00
module_all_test.ts fix(node): vendor readable-stream from esm.sh (#2584) 2022-09-02 12:02:20 -04:00
module_all.ts feat(node): add child_process.exec() (#2684) 2022-09-23 14:52:37 -04:00
module_esm.ts node: remove import to global.ts from module_esm.ts (#2501) 2022-08-11 11:01:54 +02:00
module_test.ts fix(node/module): improve error message of createRequire (#2440) 2022-07-15 12:18:49 +09:00
module.ts chore: remove void and Promise<void> return types (#2550) 2022-08-24 10:21:57 +09:00
net_test.ts fix(node/net): fix socket events order (#2676) 2022-09-22 13:24:23 +09:00
net.ts fix(node/net): fix socket events order (#2676) 2022-09-22 13:24:23 +09:00
os_test.ts
os.ts node: add FreeBSD support (#2467) 2022-09-19 16:39:47 -04:00
path.ts
perf_hooks_test.ts
perf_hooks.ts
process_test.ts fix(node/process): do not error assigning false to process.env[VAR_NAME] (#2716) 2022-09-29 10:46:54 -04:00
process.ts feat(node/process): process.getuid() and process.getgid() (#2680) 2022-09-22 18:58:06 -04:00
punycode.ts
querystring_test.ts
querystring.ts fix(node/url): enable url.format function to handle a url object (#2747) 2022-10-05 16:09:39 +09:00
readline_test.ts fix(node/readline): fix Interface constructor (#2588) 2022-09-01 00:54:01 +09:00
readline.ts
README.md docs(node): change master to main in node github link (#2433) 2022-07-11 09:34:26 +10:00
repl.ts test(node): check default export and named export (#2481) 2022-08-01 15:18:42 +09:00
stream.ts fix(node): set proper default streams export (#2657) 2022-09-14 17:53:17 -04:00
string_decoder_test.ts
string_decoder.ts
sys.ts
timers_test.ts
timers.ts chore(node): update compat layer to node 18.8.0 (#2585) 2022-09-08 09:23:34 -04:00
tls_test.ts fix(node/tls): fix TLSSocket constructor (#2749) 2022-10-06 10:11:16 -04:00
tls.ts test(node): check default export and named export (#2481) 2022-08-01 15:18:42 +09:00
tty_test.ts chore(node/tty): temporarily disable invalid input tests (#2639) 2022-09-09 20:42:00 +09:00
tty.ts
upstream_modules_test.ts
upstream_modules.ts
url_test.ts
url.ts fix(node/url): enable url.format function to handle a url object (#2747) 2022-10-05 16:09:39 +09:00
util_test.ts chore: remove void and Promise<void> return types (#2550) 2022-08-24 10:21:57 +09:00
util.ts fix(node): test-child-process-spawnsync-validation-errors.js (#2690) 2022-09-25 13:23:23 -04:00
v8.ts
vm_test.ts
vm.ts chore(node): fix typo in error message (#2668) 2022-09-19 15:45:06 -04:00
wasi.ts
worker_threads_test.ts
worker_threads.ts
zlib.ts fix(node): add missing named zlib exports (#2435) 2022-07-11 16:54:07 -04:00

Deno Node.js compatibility

This module is meant to have a compatibility layer for the Node.js standard library.

Warning: Any function of this module should not be referred anywhere in the Deno standard library as it's a compatibility module.

Supported modules

  • assert
  • assert/strict partly
  • async_hooks partly
  • buffer
  • child_process partly
  • cluster partly
  • console partly
  • constants partly
  • crypto partly
  • dgram partly
  • diagnostics_channel
  • dns partly
  • events
  • fs partly
  • fs/promises partly
  • http partly
  • http2
  • https partly
  • inspector partly
  • module
  • net
  • os partly
  • path
  • path/posix
  • path/win32
  • perf_hooks
  • process partly
  • punycode
  • querystring
  • readline
  • repl partly
  • stream
  • stream/promises
  • stream/web partly
  • string_decoder
  • sys
  • timers
  • timers/promises
  • tls
  • trace_events
  • tty partly
  • url
  • util partly
  • util/types partly
  • v8
  • vm partly
  • wasi
  • webcrypto
  • worker_threads
  • zlib
  • node globals partly

Deprecated

These modules are deprecated in Node.js and will probably not be polyfilled:

  • domain
  • freelist

Experimental

These modules are experimental in Node.js and will not be polyfilled until they are stable:

  • diagnostics_channel
  • async_hooks
  • policies
  • trace_events
  • wasi
  • webcrypto

CommonJS modules loading

createRequire(...) is provided to create a require function for loading CJS modules. It also sets supported globals.

import { createRequire } from "https://deno.land/std@$STD_VERSION/node/module.ts";

const require = createRequire(import.meta.url);
// Loads native module polyfill.
const path = require("path");
// Loads extensionless module.
const cjsModule = require("./my_mod");
// Visits node_modules.
const leftPad = require("left-pad");

Contributing

Setting up the test runner

This library contains automated tests pulled directly from the Node.js repo in order ensure compatibility.

Setting up the test runner is as simple as running the node/_tools/setup.ts file, this will pull the configured tests in and then add them to the test workflow.

$ deno task node:setup

You can additionally pass the -y/-n flag to use test cache or generating tests from scratch instead of being prompted at the moment of running it.

# Will use downloaded tests instead of prompting user
$ deno run --allow-read --allow-net --allow-write node/_tools/setup.ts -y
# Will not prompt but will download and extract the tests directly
$ deno run --allow-read --allow-net --allow-write node/_tools/setup.ts -n

To run the tests you have set up, do the following:

$ deno test --allow-read --allow-run node/_tools/test.ts

If you want to run specific Node.js test files, you can use the following command

$ deno test -A node/_tools/test.ts -- <pattern-to-match>

For example, if you want to run only node/_tools/test/parallel/test-event-emitter-check-listener-leaks.js, you can use:

$ deno test -A node/_tools/test.ts -- test-event-emitter-check-listener-leaks.js

If you want to run all test files which contains event-emitter in filename, then you can use:

$ deno test -A node/_tools/test.ts -- event-emitter

The test should be passing with the latest deno, so if the test fails, try the following:

To enable new tests, simply add a new entry inside node/_tools/config.json under the tests property. The structure this entries must have has to resemble a path inside https://github.com/nodejs/node/tree/main/test.

Adding a new entry under the ignore option will indicate the test runner that it should not regenerate that file from scratch the next time the setup is run, this is specially useful to keep track of files that have been manually edited to pass certain tests. However, avoid doing such manual changes to the test files, since that may cover up inconsistencies between the node library and actual node behavior.

Working with child processes ? Use DENO_NODE_COMPAT_URL

When working with child_process modules, you will have to run tests pulled from Node.js. These tests usually spawn deno child processes via the use of process.execPath. The deno executable will use its own embedded version of std modules, then you may get the impression your code is not really working as it should.

To prevent this, set DENO_NODE_COMPAT_URL with the absolute path to your deno_std repo, ending with a trailing slash:

export DENO_NODE_COMPAT_URL=$PWD/
# or
export DENO_NODE_COMPAT_URL=file:///path/to/deno_std/dir/

Then, deno will use your local copy of deno_std instead of latest version.

Best practices

When converting from promise-based to callback-based APIs, the most obvious way is like this:

promise.then((value) => callback(null, value)).catch(callback);

This has a subtle bug - if the callback throws an error, the catch statement will also catch that error, and the callback will be called twice. The correct way to do it is like this:

promise.then((value) => callback(null, value), callback);

The second parameter of then can also be used to catch errors, but only errors from the existing promise, not the new one created by the callback.

If the Deno equivalent is actually synchronous, there's a similar problem with try/catch statements:

try {
  const value = process();
  callback(null, value);
} catch (err) {
  callback(err);
}

Since the callback is called within the try block, any errors from it will be caught and call the callback again.

The correct way to do it is like this:

let err, value;
try {
  value = process();
} catch (e) {
  err = e;
}
if (err) {
  callback(err); // Make sure arguments.length === 1
} else {
  callback(null, value);
}

It's not as clean, but prevents the callback being called twice.