Age | Commit message (Collapse) | Author |
|
|
|
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.
|
|
|
|
|
|
sources on each publish (#13483)
|
|
|
|
|
|
Co-authored-by: Luca Casonato <hello@lcas.dev>
Co-authored-by: Ryan Dahl <ry@tinyclouds.org>
|
|
JsRuntime::resolve_value (#13461)
|
|
|
|
|
|
|
|
Fixes #13437
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Previously we would only deserialize `ArrayBufferView`s as zero-copy bufs
This avoids rewrapping `ArrayBuffers` in `ArrayBufferView`s when implementing APIs that take [BufferSource](https://webidl.spec.whatwg.org/#BufferSource) args passed through the op-layer
|
|
|
|
|
|
|
|
|
|
start of paragraph (#13429)
|
|
|
|
Fixes: #13383
Fixes: denoland/vscode_deno#609
|
|
|
|
Co-authored-by: Divy Srivastava <dj.srivastava23@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This commit fixes an error when user deletes "window" global JS
variable. Instead of relying on "window" or "globalThis" to dispatch
"load" and "unload" events, we are default to global scope of the
worker.
|
|
|