Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
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)
|
|
|
|
(#13497)" (#13511)
This reverts commit 884143218fad0e18f7553aaf079d52de703f7601.
|
|
|
|
|
|
The reverted PR had the unintentional side effect of disabling static linking on Windows.
See https://github.com/denoland/deno/issues/13471.
This reverts commit 79b698f88b5f8e247df7280ccb52c2a8271a426c.
|
|
|
|
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.
|
|
|
|
|