0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-02-02 04:38:21 -05:00
denoland-deno/cli/tests
Kyle Kelley cbddf5756e
fix(jupyter): keep this around (#20789)
This fixes #20767.

We were losing `this` and then when an exception was happening, it
didn't show up in the output because we weren't bubbling up exceptions
from within a user defined function for displaying. I thought about
doing a `.call(object)` but didn't want to get in the way of a bound
`this` that a user or library was already putting on the function.
2023-10-04 23:08:57 +02:00
..
integration fix(npm): upgrade to deno_npm 0.15.2 (#20772) 2023-10-03 17:35:47 +00:00
node_compat feat(node/os): Add availableParallelism (#20745) 2023-09-30 19:51:06 +05:30
testdata fix(jupyter): keep this around (#20789) 2023-10-04 23:08:57 +02:00
unit feat(unstable): add unix domain socket support to Deno.serve (#20759) 2023-10-04 11:37:39 +09:00
unit_node fix(ext/node): don't call undefined nextTick fn (#20724) 2023-10-02 14:13:57 +02:00
integration_tests.rs tests: move integration tests to a single module (#17380) 2023-01-13 02:59:13 +01:00