Age | Commit message (Collapse) | Author |
|
Closes #11141
|
|
|
|
|
|
|
|
|
|
|
|
process (#13726)
|
|
|
|
Closes: #12800
|
|
`DecompressionStream` (#13719)
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This commit improves the error messages for the `deno test` async op
sanitizer. It does this in two ways:
- it uses handwritten error messages for each op that could be leaking
- it includes traces showing where each op was started
This "async op tracing" functionality is a new feature in deno_core.
It likely has a significant performance impact, which is why it is only
enabled in tests.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This commit adds "--output" to "deno coverage" subcommand.
It can be used instead of piping output to a file.
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
|
|
|
|
|
|
This commit adds `readable` and `writable` properties to `Deno.File` and
`Deno.Conn`. This makes it very simple to use files and network sockets
with fetch or the native HTTP server.
|
|
Co-authored-by: Divy Srivastava <dj.srivastava23@gmail.com>
|
|
|
|
|
|
|
|
Adds another callback to WebWorkerOptions that allows to execute
some modules before actual worker code executes. This allows to set up Node
global using std/node.
|
|
Closes #13198
|
|
Closes #13619
|
|
Co-authored-by: Luca Casonato <hello@lcas.dev>
|
|
|
|
Fixes: #13611
|
|
|
|
When using css coloring in the console, non-color values should be ignored rather than throw exceptions.
Fixes #13469
|
|
(#13603)
|
|
|
|
|
|
|
|
Ref: #12864
|
|
Absolutize the cache/home dir before use in DenoDir.
|
|
`DiagnosticsServer` (#13577)
|
|
Fixes #13562
|
|
|
|
|