1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-21 15:04:11 -05:00
denoland-deno/cli/tests/testdata/node
Matt Mastracci 9314928990
chore: bump deno_core and update tests (#21467)
Landing changes required for
https://github.com/denoland/deno_core/pull/359

We needed to update 99_main.js and a whole load of tests.

API changes:

- setPromiseRejectCallback becomes setUnhandledPromiseRejectionHandler.
The function is now called from eventLoopTick.
- The promiseRejectMacrotaskCallback no longer exists, as this is
automatically handled in eventLoopTick.
- ops.op_dispatch_exception now takes a second parameter: in_promise.
The preferred way to call this op is now reportUnhandledException or
reportUnhandledPromiseRejection.
2023-12-06 17:02:52 -07:00
..
require_esm_error chore: bump deno_core and update tests (#21467) 2023-12-06 17:02:52 -07:00
test.js feat(node): add polyfill for node:test module (#20002) 2023-08-02 01:17:38 +02:00
test.out chore: deno_core -> 0.201.0 (#20135) 2023-08-12 19:04:45 +00:00
unhandled_rejection_web.ts fix(node): fire 'unhandledrejection' event when using node: or npm: imports (#19235) 2023-05-24 15:40:41 +02:00
unhandled_rejection_web.ts.out fix(node): fire 'unhandledrejection' event when using node: or npm: imports (#19235) 2023-05-24 15:40:41 +02:00
unhandled_rejection_web_process.ts fix(node): fire 'unhandledrejection' event when using node: or npm: imports (#19235) 2023-05-24 15:40:41 +02:00
unhandled_rejection_web_process.ts.out fix(node): fire 'unhandledrejection' event when using node: or npm: imports (#19235) 2023-05-24 15:40:41 +02:00