1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-22 23:34:47 -05:00
denoland-deno/cli/tests
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
..
integration chore: bump deno_core and update tests (#21467) 2023-12-06 17:02:52 -07:00
node_compat chore: update std to 0.208.0 (#21318) 2023-12-02 03:20:06 +01:00
testdata chore: bump deno_core and update tests (#21467) 2023-12-06 17:02:52 -07:00
unit feat: TypeScript 5.3 (#21480) 2023-12-06 18:49:34 -05:00
unit_node test(ext/node): compare free memory in log scale (#21475) 2023-12-07 00:32:39 +09:00
integration_tests.rs tests: move integration tests to a single module (#17380) 2023-01-13 02:59:13 +01:00