Age | Commit message (Collapse) | Author |
|
|
|
|
|
* 1.22.3 (#14832)
* chore: pin swc versions to fix cargo publish
Co-authored-by: denobot <33910674+denobot@users.noreply.github.com>
Co-authored-by: cjihrig <cjihrig@users.noreply.github.com>
Co-authored-by: David Sherret <dsherret@gmail.com>
|
|
|
|
|
|
|
|
|
|
(#14819)
|
|
|
|
|
|
Fix dynamic imports being watched in the watcher when using `--watch`.
|
|
This commit adds support for the "raw" format when exporting public ECDH/ECDSA keys via
the SubtleCrypto.exportKey method.
|
|
|
|
|
|
|
|
|
|
|
|
This commit adds "Deno.core.setFormatExceptionCallback" which
can be used to provide custom formatting for errors. It is useful
in cases when user throws something that is non-Error (eg.
a string, plain object, etc).
|
|
|
|
This commit eliminates an extra line of comment
|
|
Using debian 11
|
|
|
|
|
|
It's too spammy and has the opposite of the intended effect: people ignore code
review duties because they assume any code-review-requests are automated and
unrelated to their work. Please just manually request reviews.
|
|
|
|
|
|
|
|
import (#14773)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This behavior was introduced in #14019 but wasn't properly tested in
that PR.
|
|
Fixes #14512
|
|
|
|
Co-authored-by: Kitson Kelly <me@kitsonkelly.com>
Co-authored-by: denobot <33910674+denobot@users.noreply.github.com>
|
|
|
|
- Introduced optional callback for Deno.core.serialize API, that returns
cloning error if there is one.
- Removed try/catch in seralize structured clone function and throw error from
callback.
- Removed "Object with a getter that throws" assertion from WPT.
|
|
|
|
(#14725)
|
|
|
|
|
|
from remote's (#14465)
|
|
|
|
|
|
|
|
This commit omits files from the coverage report that have no
lines of code to report coverage for.
Fixes: https://github.com/denoland/deno/issues/14683
|