Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/denosaurs/deno_desktop
A secure JavaScript and TypeScript runtime
https://github.com/denosaurs/deno_desktop
Fixes: #9773
8aa0d5f96ed418e21efb99967f1f6b7fea0dc87f authored almost 4 years agoThis commit adds data URL support in `fetch`. Tested via wpt.
3ab94983b4100d5ae3c1d99c8b6a580510cd83f5 authored almost 4 years ago
This commit adds the ability for users to configure ALPN protocols when
calling `Deno.listenTls`.
Also change frontend URL from inspector.html to js_app.html
1c6602b85b50bc45cbf8cd1422091888e1561cd8 authored almost 4 years agodc4ab98ee732defc4e781ff12137f057a6a249b0 authored almost 4 years ago
1aeabce134ed1632a06efb2c020e0b9f97fa8ee2 authored almost 4 years ago
This commit adds allowlist support to `--allow-run` flag.
Additionally `Deno.permissions.quer...
e7b7129b7a92b7500ded88f8f5baa25a7f59e56e authored almost 4 years ago
This commit upgrades:
- swc_ecmascript
- swc_bundler
- deno_doc
- deno_lint
- dprint-plugin...
0fd1fb9329512258064c3c04e3c2d990f3748834 authored almost 4 years ago
This reverts commit a87da4b19a6da67dde15d1d0ceefaad2bdad1637.
01d8d70b10797a4671908af35b57f94ab2aeec4e authored almost 4 years ago
This commit replaces GothamState's internal HashMap
with a BTreeMap to improve performance.
...
0b4cb29386d34195d3030ce2cfb423866f39a775 authored almost 4 years agoCo-authored-by: Aaron O'Mullan <[email protected]>
c86ee742a2522a169bfe40890b946c646aeac1cf authored almost 4 years agoc6e7a243d524417fe77c4799a2bcc1b3db1bf01a authored almost 4 years ago
cd0560210aa0ac9dc9772cdddcb1c5a59cef1815 authored almost 4 years ago
Unfortunately this increases the release build size by 8M
```
| | incremental build | f...
40983a48b6f34bcdd3dd5cd8ea24efc0410299f0 authored almost 4 years ago
94c666fc454c3a6044c6db898839105e09b319a4 authored almost 4 years ago
Fixes: #9712
Co-authored-by: Kitson Kelly <[email protected]>
0d9aa81c69b1a9ce2559b3de09f007f6b9932bdf authored almost 4 years agod9d4a5d73c28741deaa2c93d87672ce117315fbf authored almost 4 years ago
3168fa4ee7782e72b57745483a7b0df5df5ce083 authored almost 4 years ago
Fixes: #9744
Fixes: https://github.com/denoland/vscode_deno/issues/386
Co-authered-by: Luca Casonato <[email protected]>
Co-authered-by: Ben Noordhuis <info@bnoo...
b30ac9c5cf58c34ed71d2f470cdbcd86a6096987 authored almost 4 years ago
3dd525d7675f8434dac07ba359480e0d6cb07a7a authored almost 4 years ago
This commit updates crate dependencies.
4e70ff80c2f630875b73c9010d959b518a977715 authored almost 4 years agod050b491b10fe37b4461b37c56028a14c8674c95 authored almost 4 years ago
c4b21fbff119a8ce006391d8fb7586877759bcef authored almost 4 years ago
This commit ensures readFile, readFileSync, readTextFile,
and readTextFileSync does not leak re...
This adds some algorithms from the whatwg mimesniff, whatwg infra, and
whatwg encoding specs th...
d2e500e1cf7d27132fee92cc09238e1bc98897c6 authored almost 4 years ago
This changes the custom input converters in deno_file to use deno_webidl
converters.
fd65e6de3dc1ff909a1419c3b8f0c76daf1a69ed authored almost 4 years ago
This commit adds blob URL support. Blob URLs are stored in a process
global storage, that can b...
This is another optimization to help improve the baseline overhead
of async ops. It shaves off...
de641838831a90b142eceab5aa9df269084d83cc authored almost 4 years ago
Resolves: #9913
26c8d824d1d58e1588b8bc854814cb4eeccae1e0 authored almost 4 years ago704e1e53307130012da974f42d2cad94e07b5664 authored almost 4 years ago
a5198184aaf08802187cb9898bee790213eb75f4 authored almost 4 years ago
c7fcba268f665622086d916f464212972837dc29 authored almost 4 years ago
cbaa054154e85dc72ac9726fb6ea9dab6ede8021 authored almost 4 years ago
Fixes #9741
2c86ca1d643add802f0140aa5598d1bc8b05082e authored almost 4 years agoAlso enables WPT for FileReader.
00e63306cbcc295a87ba662f9f63311a3c6c49ce authored almost 4 years agoff5d072702aee52882787ea85dd73573a8f8f316 authored almost 4 years ago
Fixes #10029
2c52c0a145337050fee03313a7c5698b761969dc authored almost 4 years agoCore no longer uses `serde_json` now, besides re-exporting it or in the module specifier tests
91e80ada8a323a6526f760d41f2ebc481814e843 authored almost 4 years ago
This commit marks the `Deno.iter` and `Deno.iterSync` utils as
deprecated, and schedules them f...
This commit marks the `Deno.Buffer` / `Deno.readAll` /
`Deno.readAllSync` / `Deno.writeAll` / `...
This commit rewrites most of the ops to use "serde_v8" instead
of "json" serialization.
284e6c303956e8ca20af63b4ecc045438a260fe6 authored almost 4 years ago
Co-authored-by: ayame113 <[email protected]>
ac84eff9406c7173678f5faa1851027db96a424b authored almost 4 years ago5f2a83f56346ccbbce906513f9fe56ebc42cd2e6 authored almost 4 years ago
e33e46e13b18fae7e4fb1aef34c9d2bff76e8fdb authored almost 4 years ago
Use new parse_to_serde_value as it's faster and less code here.
eed4e293372dc44d94207ad6d6815a24f8bb8009 authored almost 4 years ago1312a57984d9c058e257286ea4b93dec89b3a5de authored almost 4 years ago
Fixes #9988
fe027b4a5930f6afd6e2436ae14504eb099e5d84 authored almost 4 years ago
This is another improvement to serde_v8's serialization code,
it drops the need for creating a...
19d0e6b6710a61e6fdcf9f08e6057e49b349fe18 authored almost 4 years ago
Which substantially improves the performance of to_v8()
by removing Rc's overhead (extra alloc...
824bd2f5c353f8b0893d626858bcf46e15ce4d0e authored almost 4 years ago
d2fbbfbbf3cab6ddce4b55200dd4bdfa0ca66a1f authored almost 4 years ago
105c0ee3b47196ce298c65a0b7f61a52e4b92235 authored almost 4 years ago
Fixes #9633
Co-authored-by: Kitson Kelly <[email protected]>
8257f51d7e705851401b6c298942b0002c6f026a authored almost 4 years ago22cef71c4ee879f7e859c6c3dddb79bae6d1f961 authored almost 4 years ago
ee3aa612aaa2e2ddf94baac83124733a4e972865 authored almost 4 years ago
058579da562989ed15c86598053644bbc86c6747 authored almost 4 years ago
adf57610904cb4f4ef25fb077f6e39c9017a4ea9 authored almost 4 years ago
df1d36a759c1aa26f1f3b8222b009120e0925d3e authored almost 4 years ago
Co-authored-by: Kitson Kelly <[email protected]>
035f7b0ca037aaff37428d339b5f4abc796320fc authored almost 4 years agoThis reverts commit f8aff8edcdb7330a8cc397e2af2ec445533ce970.
f50385b2a5c9bed99709522edc9ab759ce5f07ba authored almost 4 years ago6048ce5a34ae00124eb7b285e1f561e709843c74 authored almost 4 years ago
It is possible that the WebSocket is already closed when we try to
close it with `WebSocket#clo...
2d7fdb0a1969128fc0d9a21a8dfaebada325f72d authored almost 4 years ago
6eace4de5c825c42ac4efd0d9b912c4911664a6a authored almost 4 years ago
Fixes #5666
f8aff8edcdb7330a8cc397e2af2ec445533ce970 authored almost 4 years agoCo-authored-by: Kitson Kelly <[email protected]>
5107aac54269cfd2d557a642d2c71b2585b74fad authored almost 4 years agoCo-authored-by: Kitson Kelly <[email protected]>
f9ced5cc149c10df6b6a5b04691e89eee0f2c9db authored almost 4 years agoFixes #9920
ec6317e8944d87cb412128f44fe4bb4c2a2d136f authored almost 4 years ago47ac654ea27e22d328921dd2283953dfd675b427 authored almost 4 years ago
9e937122c216da77d6bd2db68721ab5b1855a750 authored almost 4 years ago
- Improves op performance.
- Handle op-metadata (errors, promise IDs) explicitly in the op-laye...
6dc3549a818ad49b3907d18c93fd422a9cc743a5 authored almost 4 years ago
7efea6cc20e80539c5d316d97f96c42e3343c37a authored almost 4 years ago
Co-authored-by: Kitson Kelly <[email protected]>
e85595ae50cfb2be2426a8a9c59855a607f1bb58 authored almost 4 years ago269ea88e0e9a8c5e773d178e9d32ee6c920e1907 authored almost 4 years ago
00468bceffc7bc13c33d175df6058959518f687f authored almost 4 years ago
It's simply the inverse of the rate (ops/s), but it's often useful to look at time per op
7c7a62a7f851df42007332585701ea5a4691aa1a authored almost 4 years agob11249647fa14e482881fd22446dbd8b0cbac27c authored almost 4 years ago
940b3a26bde813c43cc156141c2366cacd827e77 authored almost 4 years ago
fa67aeb026dca341cf25703de0f7a64fb80fe8cc authored almost 4 years ago
699eeebc12af25d83d482a0c755c9c5440a85a29 authored almost 4 years ago
f46e39c5c5435696daab9df075482e6e5c83533b authored almost 4 years ago
6c6f3e87c1a60bc96d006812a670212eeacd1257 authored almost 4 years ago
505db5da2c024983c35c4a01e4a6019a8a373599 authored almost 4 years ago
200170b64d3d58c5bfc47d0d2f02804fab0af289 authored almost 4 years ago
9f9db6accdbd870054536ef8463f44884403ec47 authored almost 4 years ago
f774cae931d11af17f2168675dde6411b6c048c3 authored almost 4 years ago
d5e0e8c0c29c3cb563d043dc5a1bd43cdcd055fb authored almost 4 years ago
385b14463ce4f1623ed89bb00a896f3d15eac3ce authored almost 4 years ago
3d2e05dc7b6735fe0b81ceb6fe469270da56aff4 authored almost 4 years ago
e7954413e16d5814db5da6389f8d6e0c328812aa authored almost 4 years ago