0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-10-31 09:14:20 -04:00
denoland-deno/cli/tests/unit_node/testdata
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
..
node_modules/foo test: add unit tests from std/node (#17794) 2023-02-16 14:30:14 +01:00
add_global_property.js fix(ext/node): add missing _preloadModules hook (#18447) 2023-03-27 21:54:22 +02:00
add_global_property_run_main.js chore: fix & update node compat config (#19106) 2023-05-13 14:49:11 +09:00
binary_stdio.js test: add unit tests from std/node (#17794) 2023-02-16 14:30:14 +01:00
child_process_stdio.js fix(node): support passing parent stdio streams (#19171) 2023-05-18 14:02:14 +02:00
child_process_unref.js test: add unit tests from std/node (#17794) 2023-02-16 14:30:14 +01:00
exec_file_text_error.js test: add unit tests from std/node (#17794) 2023-02-16 14:30:14 +01:00
exec_file_text_output.js test: add unit tests from std/node (#17794) 2023-02-16 14:30:14 +01:00
infinite_loop.js test: add unit tests from std/node (#17794) 2023-02-16 14:30:14 +01:00
process_exit.ts test: add unit tests from std/node (#17794) 2023-02-16 14:30:14 +01:00
process_exit2.ts test: add unit tests from std/node (#17794) 2023-02-16 14:30:14 +01:00
process_really_exit.ts fix(node): add missing process.reallyExit method (#19326) 2023-05-31 12:20:38 +02:00
process_stdin.ts test: add unit tests from std/node (#17794) 2023-02-16 14:30:14 +01:00
process_stdin_dummy.txt test: add unit tests from std/node (#17794) 2023-02-16 14:30:14 +01:00
rsa_private.pem perf: use ops for node:crypto ciphers (#17819) 2023-02-20 22:22:28 +05:30
rsa_public.pem perf: use ops for node:crypto ciphers (#17819) 2023-02-20 22:22:28 +05:30
worker_threads.mjs fix(ext/node): add basic node:worker_threads support (#19192) 2023-05-23 20:56:29 +02:00