1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-22 07:14:47 -05:00
denoland-deno/ext
Divy Srivastava 620e6b43a6
fix(ext/node): remove unimplemented promiseHook stubs (#25979)
`temporalio` sdk [will try to
use](faa64225a7/packages/worker/src/workflow/vm-shared.ts (L199-L202))
promiseHook if it is found. This patch removes the unimplemented stubs.

```ts
    if (promiseHooks) {
      // Node >=16.14 only
      this.stopPromiseHook = promiseHooks.createHook({
        init: (promise: Promise<unknown>, parent: Promise<unknown>) => {
```

Fixes https://github.com/denoland/deno/issues/25977
2024-10-02 12:52:05 +05:30
..
broadcast_channel chore: add code generation for @types/deno (#25545) 2024-09-23 19:18:52 +00:00
cache chore: add code generation for @types/deno (#25545) 2024-09-23 19:18:52 +00:00
canvas chore: add code generation for @types/deno (#25545) 2024-09-23 19:18:52 +00:00
console chore: add code generation for @types/deno (#25545) 2024-09-23 19:18:52 +00:00
cron chore: upgrade deno_core (#25674) 2024-09-17 01:13:34 +00:00
crypto chore: add code generation for @types/deno (#25545) 2024-09-23 19:18:52 +00:00
fetch chore: add code generation for @types/deno (#25545) 2024-09-23 19:18:52 +00:00
ffi refactor(permissions): split up Descriptor into Allow, Deny, and Query (#25508) 2024-09-16 21:39:37 +01:00
fs refactor: move NpmCacheDir to deno_cache_dir (#25916) 2024-09-28 08:50:16 -04:00
http refactor(ext): align error messages (#25496) 2024-09-18 18:19:45 -07:00
io fix(node): Pass NPM_PROCESS_STATE to subprocesses via temp file instead of env var (#25896) 2024-09-27 12:35:37 -07:00
kv refactor: use deno_path_util (#25918) 2024-09-28 07:55:01 -04:00
napi refactor(permissions): split up Descriptor into Allow, Deny, and Query (#25508) 2024-09-16 21:39:37 +01:00
net refactor(ext): align error messages (#25914) 2024-10-01 14:26:06 -04:00
node fix(ext/node): remove unimplemented promiseHook stubs (#25979) 2024-10-02 12:52:05 +05:30
tls chore: forward v1.46.3 release commit to main (#25425) 2024-09-04 17:16:24 +00:00
url refactor(ext): align error messages (#25914) 2024-10-01 14:26:06 -04:00
web chore: add code generation for @types/deno (#25545) 2024-09-23 19:18:52 +00:00
webgpu BREAKING(webgpu/unstable): move width and height options to UnsafeWindowSurface constructor (#24200) 2024-09-22 09:10:54 +05:30
webidl refactor(ext/webidl): align error messages (#25625) 2024-09-19 13:03:32 +05:30
websocket chore: add code generation for @types/deno (#25545) 2024-09-23 19:18:52 +00:00
webstorage chore: add code generation for @types/deno (#25545) 2024-09-23 19:18:52 +00:00