std/node
2021-06-02 14:22:01 +09:00
..
_crypto refactor: fix codes to pass no-unused-vars lint (#764) 2021-03-02 15:31:37 +09:00
_fs fix(node/fs): fix type error in fs.watch impl (#947) 2021-06-02 11:21:48 +09:00
_module feat(node): add CLI for running Node.js script with std/node (#779) 2021-03-06 13:42:54 +09:00
_stream chore: remove ESLint directives (#941) 2021-05-30 15:25:01 +09:00
_tools fix(node/events): fix EventEmitter#once to pass native node tests (#935) 2021-05-30 15:28:27 +09:00
_util chore: remove Promise<void> return type annotation (#819) 2021-04-05 07:49:05 -04:00
testdata fix(node): ignore shebang (#746) 2021-02-20 23:37:43 +09:00
_errors.ts feat(node/assert): add rejects and doesNotReject (#894) 2021-05-07 09:17:53 +09:00
_utils.ts chore: fmt with canary (#889) 2021-04-30 14:27:01 +09:00
assert.ts feat(node/assert): add rejects and doesNotReject (#894) 2021-05-07 09:17:53 +09:00
assertion_error_test.ts feat(node/assert): add rejects and doesNotReject (#894) 2021-05-07 09:17:53 +09:00
assertion_error.ts refactor: fix codes to pass no-unused-vars lint (#764) 2021-03-02 15:31:37 +09:00
buffer_test.ts update copyright to 2021 (denoland/deno#9081) 2021-02-01 10:46:59 +00:00
buffer.ts fix: handle upstream type changes (#834) 2021-04-02 10:46:02 +11:00
child_process_test.ts fix(node/child_process): Try to fix flaky tests (#876) 2021-04-24 14:27:28 -04:00
child_process.ts chore: fmt with canary (#889) 2021-04-30 14:27:01 +09:00
cli_test.ts feat(node): add CLI for running Node.js script with std/node (#779) 2021-03-06 13:42:54 +09:00
cli.ts fix(node): fix node/cli.ts (#797) 2021-03-10 23:13:55 +09:00
console.ts feat(node): add console module (#892) 2021-05-02 00:58:50 +09:00
constants.ts feat(node): add constants module (#747) 2021-02-23 17:59:31 +09:00
crypto_test.ts feat(node): add crypto.createHash (#757) 2021-02-26 03:09:39 +09:00
crypto.ts feat: add iter and iterSync to io/util (#843) 2021-04-11 13:53:30 +02:00
events_test.ts chore: remove ESLint directives (#941) 2021-05-30 15:25:01 +09:00
events.ts fix(node/events): fix EventEmitter#once to pass native node tests (#935) 2021-05-30 15:28:27 +09:00
fs.ts fix(node/fs): actually export everything (#862) 2021-04-22 13:19:21 +09:00
global_test.ts chore: Enforce ban-untagged-todo lint rule (denoland/deno#9135) 2021-02-01 10:46:59 +00:00
global.d.ts feat(node): Add support for process.on("exit") (denoland/deno#8940) 2021-02-01 10:46:59 +00:00
global.ts feat(node): Add support for process.on("exit") (denoland/deno#8940) 2021-02-01 10:46:59 +00:00
module_test.ts feat(node): add basic support for child_process.spawn (#785) 2021-04-21 17:03:26 +09:00
module.ts feat(node): add console module (#892) 2021-05-02 00:58:50 +09:00
os_test.ts update copyright to 2021 (denoland/deno#9081) 2021-02-01 10:46:59 +00:00
os.ts chore: update std for TypeScript 4.3 changes (#938) 2021-05-30 10:46:38 +10:00
path.ts fix(node): native module needs to be extensible (#745) 2021-02-23 01:14:07 +09:00
perf_hooks_test.ts feat(node/perf_hooks): add perf_hooks module (#945) 2021-06-02 14:22:01 +09:00
perf_hooks.ts feat(node/perf_hooks): add perf_hooks module (#945) 2021-06-02 14:22:01 +09:00
process_test.ts fix(node/process): make process.argv an array (#749) 2021-02-26 21:00:05 +09:00
process.ts fix(node/events): fix getMaxListeners and setMaxListeners to pass native node tests (#928) 2021-05-24 15:48:43 +09:00
querystring_test.ts update copyright to 2021 (denoland/deno#9081) 2021-02-01 10:46:59 +00:00
querystring.ts update copyright to 2021 (denoland/deno#9081) 2021-02-01 10:46:59 +00:00
README.md feat(node): add console module (#892) 2021-05-02 00:58:50 +09:00
stream_test.ts fix(node/stream): make Stream the default export (#901) 2021-05-07 09:21:35 +09:00
stream.ts fix(node/stream): make Stream the default export (#901) 2021-05-07 09:21:35 +09:00
string_decoder_test.ts update copyright to 2021 (denoland/deno#9081) 2021-02-01 10:46:59 +00:00
string_decoder.ts fix(node): Inline default objects to ensure correct prototype (denoland/deno#8513) 2021-02-01 10:46:58 +00:00
timers.ts fix(node): replace uses of window with globalThis (denoland/deno#9237) 2021-02-01 10:46:59 +00:00
tty_test.ts feat(node): add tty module (#738) 2021-02-19 11:54:23 +09:00
tty.ts feat(node): add tty module (#738) 2021-02-19 11:54:23 +09:00
url_test.ts update copyright to 2021 (denoland/deno#9081) 2021-02-01 10:46:59 +00:00
url.ts chore: Enforce ban-untagged-todo lint rule (denoland/deno#9135) 2021-02-01 10:46:59 +00:00
util_test.ts feat(node/assert): add rejects and doesNotReject (#894) 2021-05-07 09:17:53 +09:00
util.ts feat(node/assert): add rejects and doesNotReject (#894) 2021-05-07 09:17:53 +09:00

Deno Node compatibility

This module is meant to have a compatibility layer for the NodeJS 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 Builtins

  • assert partly
  • buffer
  • child_process partly
  • cluster
  • console partly
  • constants partly
  • crypto partly
  • dgram
  • dns
  • events
  • fs partly
  • http
  • http2
  • https
  • module
  • net
  • os partly
  • path
  • perf_hooks
  • process partly
  • querystring
  • readline
  • repl
  • stream
  • string_decoder
  • sys
  • timers
  • tls
  • tty partly
  • url
  • util partly
  • v8 can't implement
  • vm
  • worker_threads
  • zlib
  • node globals partly

Deprecated

These builtins are deprecated in NodeJS v13 and will probably not be polyfilled:

  • domain
  • freelist
  • punycode

Experimental

These builtins are experimental in NodeJS v13 and will not be polyfilled until they are stable:

  • async_hooks
  • inspector
  • policies
  • report
  • trace_events
  • wasi

CommonJS Module 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 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.

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/master/test.

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.