deno/ext
Marvin Hagemeister e02d0faedc
fix(node): wrong worker_threads.terminate() return value (#23803)
<!--
Before submitting a PR, please read
https://docs.deno.com/runtime/manual/references/contributing

1. Give the PR a descriptive title.

  Examples of good title:
    - fix(std/http): Fix race condition in server
    - docs(console): Update docstrings
    - feat(doc): Handle nested reexports

  Examples of bad title:
    - fix #7123
    - update docs
    - fix bugs

2. Ensure there is a related issue and it is referenced in the PR text.
3. Ensure there are tests that cover the changes.
4. Ensure `cargo test` passes.
5. Ensure `./tools/format.js` passes without changing files.
6. Ensure `./tools/lint.js` passes.
7. Open as a draft PR if your work is still in progress. The CI won't
run
   all steps, but you can add '[ci]' to a commit message to force it to.
8. If you would like to run the benchmarks on the CI, add the 'ci-bench'
label.
-->

Fixes https://github.com/denoland/deno/issues/23801

---------

Signed-off-by: Marvin Hagemeister <marvinhagemeister50@gmail.com>
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
2024-05-15 17:08:25 +02:00
..
broadcast_channel chore: forward v1.43.3 release commit to main (#23771) 2024-05-10 19:20:34 -04:00
cache chore: forward v1.43.3 release commit to main (#23771) 2024-05-10 19:20:34 -04:00
canvas chore: cleanup unused dependencies (#23787) 2024-05-13 14:23:39 -07:00
console fix(runtime): output to stderr with colors if a tty and stdout is piped (#23813) 2024-05-14 17:32:09 -04:00
cron chore: forward v1.43.3 release commit to main (#23771) 2024-05-10 19:20:34 -04:00
crypto chore: cleanup unused dependencies (#23787) 2024-05-13 14:23:39 -07:00
fetch chore: cleanup unused dependencies (#23787) 2024-05-13 14:23:39 -07:00
ffi chore: cleanup unused dependencies (#23787) 2024-05-13 14:23:39 -07:00
fs chore: cleanup unused dependencies (#23787) 2024-05-13 14:23:39 -07:00
http chore: forward v1.43.3 release commit to main (#23771) 2024-05-10 19:20:34 -04:00
io chore: forward v1.43.3 release commit to main (#23771) 2024-05-10 19:20:34 -04:00
kv chore: cleanup unused dependencies (#23787) 2024-05-13 14:23:39 -07:00
napi chore: forward v1.43.3 release commit to main (#23771) 2024-05-10 19:20:34 -04:00
net chore: cleanup unused dependencies (#23787) 2024-05-13 14:23:39 -07:00
node fix(node): wrong worker_threads.terminate() return value (#23803) 2024-05-15 17:08:25 +02:00
tls chore: cleanup unused dependencies (#23787) 2024-05-13 14:23:39 -07:00
url chore: cleanup unused dependencies (#23787) 2024-05-13 14:23:39 -07:00
web fix(ext/web): update ongoing promise in async iterator return() method (#23642) 2024-05-13 23:34:25 +00:00
webgpu chore: cleanup unused dependencies (#23787) 2024-05-13 14:23:39 -07:00
webidl chore: forward v1.43.3 release commit to main (#23771) 2024-05-10 19:20:34 -04:00
websocket chore: forward v1.43.3 release commit to main (#23771) 2024-05-10 19:20:34 -04:00
webstorage chore: cleanup unused dependencies (#23787) 2024-05-13 14:23:39 -07:00