0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-03-04 09:57:11 -05:00
deno/ext/node/polyfills
2024-10-27 08:34:35 +05:30
..
_fs fix(ext/node): add path to fs.stat and fs.statSync error (#26037) 2024-10-27 08:34:35 +05:30
_process fix(ext/node): allow writing to tty columns (#26201) 2024-10-14 14:00:02 +05:30
_util
assert
dns
fs
internal fix(ext/node): use primordials in ext\node\polyfills\internal\crypto\_randomInt.ts (#26534) 2024-10-26 19:42:14 +02:00
internal_binding fix(ext/node): stub HTTPParser internal binding (#26401) 2024-10-18 21:39:32 +00:00
path
readline
stream feat(ext/node): export more symbols from streams and timers/promises (#25582) 2024-09-12 01:02:50 +02:00
timers feat(ext/node): export 'promises' symbol from 'node:timers' (#25589) 2024-09-12 20:30:49 +00:00
util
00_globals.js
01_require.js fix: cjs resolution cases (#25739) 2024-09-19 21:10:34 -07:00
02_init.js fix(ext/node): attach console stream properties (#25617) 2024-09-13 17:28:35 -07:00
_brotli.js
_events.d.ts
_events.mjs
_global.d.ts
_http_agent.mjs
_http_common.ts feat(ext/node): expose ES modules for _ modules (#25588) 2024-09-12 00:52:08 +00:00
_http_outgoing.ts feat(ext/node): expose ES modules for _ modules (#25588) 2024-09-12 00:52:08 +00:00
_http_server.ts feat(ext/node): expose ES modules for _ modules (#25588) 2024-09-12 00:52:08 +00:00
_next_tick.ts perf: avoid multiple calls to runMicrotask (#26378) 2024-10-19 08:42:59 +05:30
_readline.d.ts
_readline.mjs
_readline_shared_types.d.ts
_stream.d.ts
_stream.mjs feat(ext/node): export more symbols from streams and timers/promises (#25582) 2024-09-12 01:02:50 +02:00
_tls_common.ts
_tls_wrap.ts fix(node:tls): set TLSSocket.alpnProtocol for client connections (#26476) 2024-10-23 07:47:43 +00:00
_utils.ts
_zlib.mjs
_zlib_binding.mjs
assert.ts
assertion_error.ts
async_hooks.ts feat(ext/node): export missing symbols from domain, puncode, repl, tls (#25585) 2024-09-12 02:25:46 +02:00
buffer.ts feat(ext/node): buffer.transcode() (#25972) 2024-10-02 08:23:14 +00:00
child_process.ts fix(child_process): map node --no-warnings flag to --quiet (#26288) 2024-10-16 18:25:25 +00:00
cluster.ts
console.ts fix(ext/node): use primordials in ext/node/polyfills/console.ts (#25572) 2024-09-11 17:55:58 +10:00
constants.ts
crypto.ts
dgram.ts
diagnostics_channel.js
dns.ts
domain.ts feat(ext/node): export missing symbols from domain, puncode, repl, tls (#25585) 2024-09-12 02:25:46 +02:00
events.ts
fs.ts
http.ts fix(ext/node): refactor http.ServerResponse into function class (#26210) 2024-10-25 00:02:26 +02:00
http2.ts fix(ext/node): handle http2 server ending stream (#26235) 2024-10-15 23:35:10 +05:30
https.ts fix(ext/node): use primordials in ext/node/polyfills/https.ts (#26323) 2024-10-21 09:50:53 +02:00
inspector.ts
net.ts fix(ext/node): fix dns.lookup result ordering (#26264) 2024-10-16 20:58:44 +09:00
os.ts
path.ts
perf_hooks.ts
process.ts fix: don't warn on ignored signals on windows (#26332) 2024-10-16 19:58:11 -07:00
punycode.ts feat(ext/node): export missing symbols from domain, puncode, repl, tls (#25585) 2024-09-12 02:25:46 +02:00
querystring.js
readline.ts
README.md
repl.ts feat(ext/node): export missing symbols from domain, puncode, repl, tls (#25585) 2024-09-12 02:25:46 +02:00
stream.ts feat(ext/node): export more symbols from streams and timers/promises (#25582) 2024-09-12 01:02:50 +02:00
string_decoder.ts
sys.ts
testing.ts
timers.ts feat(ext/node): export 'promises' symbol from 'node:timers' (#25589) 2024-09-12 20:30:49 +00:00
tls.ts feat(ext/node): add rootCertificates to node:tls (#25707) 2024-09-18 21:14:26 +02:00
trace_events.ts fix(ext/node): add stubs for node:trace_events (#25628) 2024-09-15 08:15:09 +05:30
tty.js
url.ts
util.ts fix(node/util): export styleText from node:util (#26194) 2024-10-12 19:36:23 +00:00
v8.ts fix(ext/node): remove unimplemented promiseHook stubs (#25979) 2024-10-02 12:52:05 +05:30
vm.js fix(ext/node): add vm.constants (#25630) 2024-09-15 08:15:28 +05:30
wasi.ts fix(ext/node): use primordials in ext/node/polyfills/wasi.ts (#25608) 2024-09-13 22:31:07 +05:30
worker_threads.ts fix(node): fix worker_threads issues blocking Angular support (#26024) 2024-10-04 09:26:32 -07:00
zlib.ts feat(ext/node): export missing constants from 'zlib' module (#25584) 2024-09-12 01:12:10 +02: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 partly
  • 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 "node:module";

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 and running tests

See tests/node_compat/runner/README.md.

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.

Remaining Tests

Node compatibility can be measured by how many native Node tests pass. If you'd like to know what you can work on, check out the list of Node tests remaining here.