1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-22 15:06:54 -05:00
denoland-deno/ext
Marvin Hagemeister d0efd040c7
fix(node): add missing process.reallyExit method (#19326)
This PR adds the missing `process.reallyExit()` method to node's
`process` object.

Was [pinged on
twitter](https://twitter.com/biwanczuk/status/1663326659787862017)
regarding running the `fastify` test suite in node. They use `node-tap`
which has been around arguably the longest of the test frameworks and
relies on a couple of old APIs. They have `signal-exit` as a dependency
which in turn [makes use of
`process.reallyExit()`](8fa7fc9a9c/src/index.ts (L19)).
That function cannot be found anywhere in their documentation, but
exists at runtime. See
6a6b3c5402/lib/internal/bootstrap/node.js (L172)

This doesn't yet make `node-tap` work, but gets us one step closer.
2023-05-31 12:20:38 +02:00
..
broadcast_channel chore: forward v1.34.1 to main (#19312) 2023-05-29 20:26:03 -06:00
cache chore: forward v1.34.1 to main (#19312) 2023-05-29 20:26:03 -06:00
console chore: forward v1.34.1 to main (#19312) 2023-05-29 20:26:03 -06:00
crypto chore: forward v1.34.1 to main (#19312) 2023-05-29 20:26:03 -06:00
fetch chore: forward v1.34.1 to main (#19312) 2023-05-29 20:26:03 -06:00
ffi chore: forward v1.34.1 to main (#19312) 2023-05-29 20:26:03 -06:00
fs chore: forward v1.34.1 to main (#19312) 2023-05-29 20:26:03 -06:00
http perf(ext/http): Add a sync phase to http serving (#19321) 2023-05-30 18:02:52 -06:00
io chore: forward v1.34.1 to main (#19312) 2023-05-29 20:26:03 -06:00
kv chore: forward v1.34.1 to main (#19312) 2023-05-29 20:26:03 -06:00
napi chore: forward v1.34.1 to main (#19312) 2023-05-29 20:26:03 -06:00
net chore: forward v1.34.1 to main (#19312) 2023-05-29 20:26:03 -06:00
node fix(node): add missing process.reallyExit method (#19326) 2023-05-31 12:20:38 +02:00
tls chore: forward v1.34.1 to main (#19312) 2023-05-29 20:26:03 -06:00
url chore: forward v1.34.1 to main (#19312) 2023-05-29 20:26:03 -06:00
web chore: forward v1.34.1 to main (#19312) 2023-05-29 20:26:03 -06:00
webidl chore: forward v1.34.1 to main (#19312) 2023-05-29 20:26:03 -06:00
websocket chore: forward v1.34.1 to main (#19312) 2023-05-29 20:26:03 -06:00
webstorage chore: forward v1.34.1 to main (#19312) 2023-05-29 20:26:03 -06:00