Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
Ref #8643
|
|
|
|
* deno_doc - 0.5.0
* deno_lint - 0.6.0
* dprint-plugin-typescript - 0.46.0
* dprint-plugin-markdown - 0.8.0
* dprint-plugin-json - 0.12.0
* swc_bundler - 0.37.4
* swc_ecmascript - 0.36.0
|
|
Fixes #10747
|
|
This commit removes all JS based text encoding / text decoding. Instead
encoding now happens in Rust via encoding_rs (already in tree). This
implementation retains stream support, but adds the last missing
encodings. We are incredibly close to 100% WPT on text encoding now.
This should reduce our baseline heap by quite a bit.
|
|
|
|
|
|
|
|
This commit adds "CancelHandle" to "ConnResource" and changes
"op_http_next_request" to await for the cancel signal. In turn
when async iterating over "Deno.HttpConn" the iterator breaks
upon closing of the resource.
|
|
|
|
|
|
`Deno.symlinkSync` (#10664)
|
|
|
|
Fixes #10775
|
|
Fixes #10815
|
|
Closes: #10194
Fixes: #10468
|
|
|
|
Fixes #10795
|
|
|
|
|
|
|
|
|
|
|
|
Fixes #10168
Fixes #10615
Fixes #10616
|
|
Fixes #10765
|
|
|
|
Fixes #10733
|
|
|
|
|
|
|
|
|
|
Fixes #9823
|
|
|
|
|
|
Signed-off-by: 迷渡 <justjavac@gmail.com>
|
|
|
|
|
|
Resolves: #10587
|
|
|
|
Fixes #10603
|
|
|
|
|
|
This commits adds two integration tests that typecheck examples
in the docstrings in Deno declaration files.
|
|
|
|
|