0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-03-03 09:31:22 -05:00
deno/cli/tools/test
Bartek Iwańczuk a080acc1b4
refactor: move lifecycle events dispatch to Rust (#23358)
This commit moves logic of dispatching lifecycle events (
"load", "beforeunload", "unload") to be triggered from Rust.
Before that we were executing scripts from Rust, but now we
are storing references to functions from "99_main.js" and calling
them directly.

Prerequisite for https://github.com/denoland/deno/issues/23342
2024-04-15 20:08:33 +02:00
..
reporters fix(cli): output more detailed information for steps when using JUnit reporter (#22797) 2024-03-26 00:08:46 +09:00
channel.rs fix(cli): fix deadlock in test writer when test pipe is full (#23210) 2024-04-04 18:06:58 +00:00
fmt.rs fix(ext/fs): account for all ops in leak checks (#23300) 2024-04-10 02:47:01 +00:00
mod.rs refactor: move lifecycle events dispatch to Rust (#23358) 2024-04-15 20:08:33 +02:00