Age | Commit message (Collapse) | Author |
|
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
|
|
|
|
|
|
|
|
Fixes: #13472
|
|
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
|
|
This commit adds "--no-clear-screen" flag which can be used
with "--watch" flag to disable clearing of terminal screen on
each file change.
|
|
|
|
This reverts commit 382a978859a7a7a4351542be818bb2e59523429c.
|
|
Fixes #13526
|
|
|
|
|
|
|
|
files (#13530)
|
|
|
|
|
|
|
|
This commit makes the errors produced from the resource sanitizer much
more human readable. It does this by using real words rather than our
"resource names" when referring to resources, and by giving helpful
hints on how to clean up each of the resources.
|
|
|
|
|
|
sources on each publish (#13483)
|
|
|
|
|
|
|
|
|
|
|
|
Fixes #13437
|