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
Birk Skyum 733162a83e
fix(node/crypto): Assign publicKey and privateKey with let instead of const (#24943)
Because public/private key are reassigned, they should be `let` instead
of `const`.

Co-authored-by: Divy Srivastava <dj.srivastava23@gmail.com>
2024-08-08 15:50:16 +05:30
..
_fs fix: rename watch event missing (#24893) 2024-08-07 18:15:57 +02:00
_process fix(ext/node): use primordials in ext/node/polyfills/_process/ (#24282) 2024-06-20 17:26:34 +10:00
_util
assert
dns
fs
internal fix(node/crypto): Assign publicKey and privateKey with let instead of const (#24943) 2024-08-08 15:50:16 +05:30
internal_binding Revert "perf(ext/node): improve Buffer from string performance" (#24851) 2024-08-02 16:23:21 +02:00
path chore: sync up Node.js test files for v20.11.1 (#24066) 2024-06-11 11:41:44 +00:00
readline
stream
timers fix(node/timers/promises): add scheduler APIs (#24802) 2024-07-31 12:00:01 +02:00
util
00_globals.js
01_require.js feat: upgrade V8 to 12.8 (#24693) 2024-07-31 23:22:34 +00:00
02_init.js fix(ext/node): don't rely on Deno.env to read NODE_DEBUG (#23694) 2024-05-05 16:16:02 +02:00
_brotli.js fix(ext/node): node:zlib coerces quality 10 to 9.5 (#24850) 2024-08-02 16:44:32 +02:00
_events.d.ts
_events.mjs fix: missing emitWarning import (#24587) 2024-07-19 23:35:07 +00:00
_global.d.ts feat(ext/node): rewrite crypto keys (#24463) 2024-08-07 08:43:58 +02:00
_http_agent.mjs
_http_common.ts fix(ext/node): use primordials in ext/node/polyfills/_http_common.ts (#24281) 2024-06-20 17:26:14 +10:00
_http_outgoing.ts Revert "perf(ext/node): improve Buffer from string performance" (#24851) 2024-08-02 16:23:21 +02:00
_next_tick.ts Revert "feat: async context" (#24856) 2024-08-02 18:16:59 +00:00
_readline.d.ts
_readline.mjs
_readline_shared_types.d.ts
_stream.d.ts
_stream.mjs chore: sync up Node.js test files for v20.11.1 (#24066) 2024-06-11 11:41:44 +00:00
_tls_common.ts
_tls_wrap.ts fix(ext/node): Correctly send ALPN on node TLS connections (#23434) 2024-04-18 09:37:47 -06:00
_utils.ts fix(ext/node): use primordials in ext/node/polyfills/_utils.ts (#24253) 2024-06-19 18:29:26 +10:00
_zlib.mjs
_zlib_binding.mjs fix(ext/node): use cppgc for node:zlib (#24267) 2024-06-20 10:31:53 +05:30
assert.ts feat: vm rewrite (#24596) 2024-08-06 12:52:53 +00:00
assertion_error.ts
async_hooks.ts Revert "feat: async context" (#24856) 2024-08-02 18:16:59 +00:00
buffer.ts feat(node): buffer isUtf8/isAscii (#23928) 2024-05-21 15:50:59 -07:00
child_process.ts fix(node): Rework node:child_process IPC (#24763) 2024-07-30 16:13:24 -07:00
cluster.ts
console.ts
constants.ts fix(ext/node): add crypto and zlib constants (#24151) 2024-06-09 02:02:47 +02:00
crypto.ts
dgram.ts fix(ext/node/net): emit error before close when connection is refused (#24656) 2024-07-24 20:33:45 +09:00
diagnostics_channel.js fix(ext/node): better support for node:diagnostics_channel module (#24088) 2024-06-15 00:07:02 +02:00
dns.ts
domain.ts fix(ext/node): polyfill node:domain module (#23088) 2024-04-03 21:37:10 +02:00
events.ts
fs.ts fix(node): Implement fs.lchown (and process.getegid) (#24418) 2024-07-05 18:32:51 +00:00
http.ts refactor(ext/node): create separate ops for node:http module (#24788) 2024-07-30 14:34:52 +02:00
http2.ts fix(ext/node): send data frame with end_stream flag on _final call (#24147) 2024-06-10 16:30:56 +02:00
https.ts
inspector.ts
net.ts feat(ext/node): add BlockList & SocketAddress classes (#24229) 2024-06-18 10:46:13 +00:00
os.ts fix(node): Run node compat tests listed in the ignore field (and fix the ones that fail) (#24631) 2024-07-24 03:12:08 +00:00
path.ts
perf_hooks.ts fix(node/perf_hooks): stub eventLoopUtilization (#24501) 2024-07-10 19:47:45 +02:00
process.ts fix(node): Run node compat tests listed in the ignore field (and fix the ones that fail) (#24631) 2024-07-24 03:12:08 +00:00
punycode.ts
querystring.js
readline.ts
README.md chore: move tools/node_compat to tests/node_compat/runner (#23025) 2024-04-03 09:24:55 +11:00
repl.ts
stream.ts
string_decoder.ts Revert "perf(ext/node): improve Buffer from string performance" (#24851) 2024-08-02 16:23:21 +02:00
sys.ts
testing.ts fix(ext/node): use primordials in ext/node/polyfills/testing.ts (#24310) 2024-06-24 15:49:32 +10:00
timers.ts fix(ext/node): use primordials in ext/node/polyfills/timers.ts (#24311) 2024-06-24 15:50:02 +10:00
tls.ts
tty.js fix(node): support tty.hasColors() and tty.getColorDepth() (#24619) 2024-07-19 12:39:05 +02:00
url.ts chore: sync up Node.js test files for v20.11.1 (#24066) 2024-06-11 11:41:44 +00:00
util.ts
v8.ts fix(node/v8): stub serializer methods (#24502) 2024-07-10 19:46:40 +02:00
vm.js feat: vm rewrite (#24596) 2024-08-06 12:52:53 +00:00
wasi.ts
worker_threads.ts fix(node/worker_threads): support port.once() (#24725) 2024-07-25 23:06:19 +02:00
zlib.ts

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.