Age | Commit message (Collapse) | Author |
|
(#10925)
|
|
location (#10911)
* Remove unused check js emit option.
* Improve parse error.
* Format.
|
|
|
|
|
|
|
|
This refactor makes it so there's one less crate to publish on each release.
|
|
* Extract out ReplEditor.
* Extract out ReplSession.
* Move PRELUDE declaration up.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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>
|
|
|
|
|