0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-02-15 01:57:09 -05:00
denoland-deno/ext
Marvin Hagemeister 5a3ad02427
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-17 00:41:22 +02:00
..
broadcast_channel 1.43.3 (#23770) 2024-05-10 15:53:21 -04:00
cache 1.43.3 (#23770) 2024-05-10 15:53:21 -04:00
canvas chore: cleanup unused dependencies (#23787) 2024-05-17 00:41:19 +02:00
console fix(runtime): output to stderr with colors if a tty and stdout is piped (#23813) 2024-05-17 00:41:21 +02:00
cron 1.43.3 (#23770) 2024-05-10 15:53:21 -04:00
crypto chore: cleanup unused dependencies (#23787) 2024-05-17 00:41:19 +02:00
fetch chore: cleanup unused dependencies (#23787) 2024-05-17 00:41:19 +02:00
ffi chore: cleanup unused dependencies (#23787) 2024-05-17 00:41:19 +02:00
fs chore: cleanup unused dependencies (#23787) 2024-05-17 00:41:19 +02:00
http 1.43.3 (#23770) 2024-05-10 15:53:21 -04:00
io 1.43.3 (#23770) 2024-05-10 15:53:21 -04:00
kv chore: cleanup unused dependencies (#23787) 2024-05-17 00:41:19 +02:00
napi 1.43.3 (#23770) 2024-05-10 15:53:21 -04:00
net chore: cleanup unused dependencies (#23787) 2024-05-17 00:41:19 +02:00
node fix(node): wrong worker_threads.terminate() return value (#23803) 2024-05-17 00:41:22 +02:00
tls chore: cleanup unused dependencies (#23787) 2024-05-17 00:41:19 +02:00
url chore: cleanup unused dependencies (#23787) 2024-05-17 00:41:19 +02:00
web fix(ext/web): update ongoing promise in async iterator return() method (#23642) 2024-05-17 00:41:19 +02:00
webgpu chore: cleanup unused dependencies (#23787) 2024-05-17 00:41:19 +02:00
webidl 1.43.3 (#23770) 2024-05-10 15:53:21 -04:00
websocket 1.43.3 (#23770) 2024-05-10 15:53:21 -04:00
webstorage chore: cleanup unused dependencies (#23787) 2024-05-17 00:41:19 +02:00