mirror of
https://github.com/denoland/deno.git
synced 2024-10-31 09:14:20 -04:00
d0efd040c7
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()`]( |
||
---|---|---|
.. | ||
node_modules/foo | ||
add_global_property.js | ||
add_global_property_run_main.js | ||
binary_stdio.js | ||
child_process_stdio.js | ||
child_process_unref.js | ||
exec_file_text_error.js | ||
exec_file_text_output.js | ||
infinite_loop.js | ||
process_exit.ts | ||
process_exit2.ts | ||
process_really_exit.ts | ||
process_stdin.ts | ||
process_stdin_dummy.txt | ||
rsa_private.pem | ||
rsa_public.pem | ||
worker_threads.mjs |