Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Facilitates making `op_http_write_headers` sync and thus faster
|
|
|
|
|
|
Thanks GitHub :)
|
|
This commit ensures that the TLS handshake completes before
attempting to close the connection.
|
|
|
|
|
|
|
|
This commit changes test report output to repeat test name
before printing result, but only if there's user output, denoted
by markers.
|
|
This commit adds better reporting of uncaught errors
in top level scope of testing files. This change affects
both console runner as well as LSP runner.
|
|
|
|
Fixes #14518
|
|
Co-authored-by: Luca Casonato <hello@lcas.dev>
|
|
This commit fixes a typo and the test command used in deno_std.
|
|
Add support for the `performance.timeOrigin` web API.
Co-authored-by: Jovi De Croock <decroockjovi@gmail.com>
|
|
1.21.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This commit moves "op_format_location" to "core/ops_builtin.rs"
and removes "Deno.core.createPrepareStackTrace" in favor of
"Deno.core.prepareStackTrace".
Co-authored-by: Aaron O'Mullan <aaron.omullan@gmail.com>
|
|
|
|
|
|
(#14462)
Closes #14427
|
|
(#14453)
|
|
|
|
|
|
|
|
|
|
|
|
Closes: #12558
Fixes: #14344
|
|
|
|
|