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
snek f7556d8962
fix: reland async context (#25140)
This reverts commit 71ca61e189.

Now uses a shared implementation from deno_core.
2024-08-29 02:25:38 +00:00
..
_fs fix(node/fs): Use correct offset and length in node:fs.read and write (#25049) 2024-08-16 09:48:57 -07:00
_process refactor(ext): throw new error instead of throw error (#25272) 2024-08-28 22:40:37 +02:00
_util
assert
dns
fs
internal refactor(ext): throw new error instead of throw error (#25272) 2024-08-28 22:40:37 +02:00
internal_binding fix(node): Create additional pipes for child processes (#25016) 2024-08-15 09:38:46 -07:00
path chore: sync up Node.js test files for v20.11.1 (#24066) 2024-06-11 11:41:44 +00:00
readline
stream chore: update the copyright of c, mjs, and jsx (#25005) 2024-08-12 12:41:32 -04:00
timers fix(node/timers/promises): add scheduler APIs (#24802) 2024-07-31 12:00:01 +02:00
util
00_globals.js
01_require.js refactor(ext): throw new error instead of throw error (#25272) 2024-08-28 22:40:37 +02:00
02_init.js refactor(ext): throw new error instead of throw error (#25272) 2024-08-28 22:40:37 +02:00
_brotli.js fix(ext/node): createBrotliCompress params (#24984) 2024-08-11 14:26:30 +05:30
_events.d.ts
_events.mjs chore: update the copyright of c, mjs, and jsx (#25005) 2024-08-12 12:41:32 -04:00
_global.d.ts feat(ext/node): rewrite crypto keys (#24463) 2024-08-07 08:43:58 +02:00
_http_agent.mjs chore: update the copyright of c, mjs, and jsx (#25005) 2024-08-12 12:41:32 -04:00
_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 chore: make node:http.OutgoingMessage a function (#24853) 2024-08-09 09:34:30 +02:00
_next_tick.ts fix: reland async context (#25140) 2024-08-29 02:25:38 +00:00
_readline.d.ts
_readline.mjs chore: update the copyright of c, mjs, and jsx (#25005) 2024-08-12 12:41:32 -04:00
_readline_shared_types.d.ts
_stream.d.ts
_stream.mjs chore: update the copyright of c, mjs, and jsx (#25005) 2024-08-12 12:41:32 -04: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 chore: enable no-console dlint rule (#25113) 2024-08-20 15:14:37 -04:00
_zlib.mjs chore: update the copyright of c, mjs, and jsx (#25005) 2024-08-12 12:41:32 -04:00
_zlib_binding.mjs chore: update the copyright of c, mjs, and jsx (#25005) 2024-08-12 12:41:32 -04:00
assert.ts feat: vm rewrite (#24596) 2024-08-06 12:52:53 +00:00
assertion_error.ts
async_hooks.ts fix: reland async context (#25140) 2024-08-29 02:25:38 +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 fix(node/cluster): improve stubs to make log4js work (#25146) 2024-08-26 11:19:58 +02:00
console.ts refactor: don't virtualize the console global for node mode (#25263) 2024-08-28 21:13:34 +02:00
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 fix(ext/node): pass content-disposition header as string instead of bytes (#25128) 2024-08-21 10:13:17 +00:00
http2.ts fix(ext/node): http2session ready state (#25143) 2024-08-22 17:50:17 +05:30
https.ts
inspector.ts fix(node/inspector): Session constructor should not throw (#25041) 2024-08-14 13:34:24 +00:00
net.ts feat(ext/node): add BlockList & SocketAddress classes (#24229) 2024-06-18 10:46:13 +00:00
os.ts refactor(ext): throw new error instead of throw error (#25272) 2024-08-28 22:40:37 +02:00
path.ts
perf_hooks.ts fix(ext/node): don't throw when calling PerformanceObserver.observe (#25036) 2024-08-14 13:03:53 +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
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 chore: enable no-console dlint rule (#25113) 2024-08-20 15:14:37 -04: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/tty): fix tty.WriteStream.hasColor with different args (#25094) 2024-08-19 17:13:09 +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 chore: enable no-console dlint rule (#25113) 2024-08-20 15:14:37 -04:00
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(ext/node): emit online event after worker thread is initialized (#25243) 2024-08-28 03:05:32 +00: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.