deno/cli/tests
Ben Noordhuis 993a1dd41a
feat(runtime): add op_set_exit_code (#12911)
Set the exit code to use if none is provided to Deno.exit(), or when
Deno exits naturally.

Needed for process.exitCode Node compat. Paves the way for #12888.
2021-11-28 00:45:38 +01:00
..
integration feat(runtime): add op_set_exit_code (#12911) 2021-11-28 00:45:38 +01:00
testdata feat(runtime): add op_set_exit_code (#12911) 2021-11-28 00:45:38 +01:00
unit feat(ext/net): ALPN support in Deno.connectTls() (#12786) 2021-11-26 19:59:53 +01:00
integration_tests.rs