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
c7a2a33ea1a3245bfc1b9af1db2282ef8e3f7ab3 authored almost 5 years ago
af081d7449d73ff023b817a30c99236527567aac authored almost 5 years ago
97b2a0bb958549e298cd137778053210a05d85d8 authored almost 5 years ago
3de9540ac6ae5ce051ccd9be69c1d6ef64663a26 authored almost 5 years ago
//std/installer couldn't be removed due to bug, but it's now deprecated.
de5c099b47bd1d2e528f1a10179f130a02f26f86 authored almost 5 years ago25b13c8917061c569e8f92da124b1b446dc223f0 authored almost 5 years ago
This flag was added to evaluate performance relative to tokio's threaded
runtime. Although it's...
51089836eb835d6b4cc03653dcb0b7a281017157 authored almost 5 years ago
8e3bc774f73ba4736c1fa1d32d1d66d66f8af95e authored almost 5 years ago
e1b3a0769a09458855aeaedfc78176b90a1e0788 authored almost 5 years ago
1c6c6c6d7f85c7f9a7c77489abba669d5dff22ab authored almost 5 years ago
* rewrite fmt_test in Rust, remove tools/fmt_test.py
* remove //std/prettier
f0a6062012c4e09553877c9feedb3fbc3d4625b9 authored almost 5 years ago
* split lib.deno_main.d.ts into:
- lib.deno.shared_globals.d.ts
- lib.deno.window.d.ts
...
d14864c57cebbd1d5bc18b8a9e05e522eb9987b0 authored almost 5 years ago
Before:
```
▶ target/debug/deno https://deno.land/std/examples/echo_server.ts
error: Uncaught...
ac10d79d231d3b66b918764b9706597321850687 authored almost 5 years ago
f604becaba0c747fdf8dd9d0d744c7bd19322e41 authored almost 5 years ago
ec44be0760d647b3d005387d2f44ad0336d01024 authored almost 5 years ago
9d98f0126c5e19704b273579acf40132a38ce43b authored almost 5 years ago
ba78ba69b010ec2dfb07456801f3393d96c17457 authored almost 5 years ago
Closes #3796
97ed0c954d2ae2237bc4aa69ef053f41f99762eb authored almost 5 years ago* move is_dyn_import argument from Loader::resolve to Loader::load - it was always kind of stran...
c824eb5817db675be4d9966a0d1a43d90dfa61fd authored almost 5 years ago37a7b01d5cf555bbc57d74dc9e04000115ec4867 authored almost 5 years ago
c21e0008b5f8aa6431295a747caa69d3ccb3bfaa authored almost 5 years ago
514cdd941c7c0e8166e9a6f06ee23ef8f7ef30d7 authored about 5 years ago
5e32c5ea448563be91017d71bab060c8a6bd90fe authored about 5 years ago
86726f88f1b6fd168fbd5b0d7e01b027cfc268ac authored about 5 years ago
Also rename the "test" CI worker to "test_release"
3059558d41690bb0bc70abd65ac42577019a8072 authored about 5 years agoCo-authored-by: Bartek Iwańczuk <[email protected]>
950537e8ef6e54c409a7fcafa0b087e68988d9ef authored about 5 years ago8bc639a23e141d350e35ea112a4a9be2ea536fe6 authored about 5 years ago
fe427eedb17ee45e247a936143bf8fc29c55780f authored about 5 years ago
allow same argument type for `listenAndServe` as `serve`.
fixes: #3774
bc89f04cbf5e7a8480331eea77e57a100c8179d7 authored about 5 years ago
a6a7253df9129b51255d45bf996d9a335c809ace authored about 5 years ago
9f1e4237a590f79fbb7748d9bfaea4a701f8f4f8 authored about 5 years ago
74e6eb14dd4697ba8bf52e044af0e7dfef49e441 authored about 5 years ago
Op return values are no zero copied from Rust to JS.
5a658a2ff758faef4a3d864ba0b2324fa731dfcc authored about 5 years agoceb7aae8ef8addd49d900fe3c677d5ec6e1f909f authored about 5 years ago
63293a90e1503aa9c18ce5f89ebc6d5c066f09bf authored about 5 years ago
* read CLI assets from disk during snapshotting
bd9561f4de8f940ce6ed8b5eedfa84161a749c54 authored about 5 years ago
The test still relies on crates published to crates.io, thus this test
prevents us from making ...
It was found the cargo-package-dry-run test would fail when version
numbers are bumped because ...
92ceb8e3237c6a6e07c18bffdebf97b5ecaf8a56 authored about 5 years ago
8c3cd634a86e19cb8bff6891b9eccbfd4bc051ee authored about 5 years ago
Ref #3712. This change allowed the deno_typescript crate to reference
cli/js/lib.deno_runtime.d...
This patch release is being done only to test crate publishing, hence
lack of release notes or p...
This is in order to support features like signal handlers, which
shouldn't prevent the program ...
* cli::Worker is base struct to create specialized workers
* add MainWorker
* add CompilerWork...
Ref #3712
This reverts commit 32cbcfe4e9943a0318c497188e045d23c5f6703a.
229eb292f83dedbc32dc24f912841caf79a53e9c authored about 5 years agoUpdated the `Deno.bundle` description to actually use the `bundle`-function.
159ac525ae13816fec76395b0a6e7b1ab55dee1a authored about 5 years ago108294deeb0897199ebdf0af203ff8ddd457b1ef authored about 5 years ago
5e2fd183ff1fe240ddbd864dbf1e6a0941fb4582 authored about 5 years ago
0cd605515c99458fa80cd4a1a3906f3db37a86ca authored about 5 years ago
Co-authored-by: Bartek Iwańczuk <[email protected]>
21cc9cb7a76d805fbb7b53583448aa101c294e71 authored about 5 years ago* split ops/worker.rs into ops/worker_host.rs and ops/web_worker.rs
* refactor js/workers.ts ...
7966bf14c062a05b1606a62c996890571454ecc8 authored about 5 years agoc90036ab88bb1ae6b9c87d5e368f56d8c8afab69 authored about 5 years ago
Co-authored-by: @kt3k
e83658138bff3605bd37c2b4ae4703081d884729 authored about 5 years ago7f80f9db3f4c3b064b230adfec7ff958fc195da6 authored about 5 years ago
Co-authored-by: Bartek Iwańczuk <[email protected]>
60b53fd6b6dc2af83a64c332b9f3a1926f43d631 authored about 5 years agoCo-authored-by: xiaoxintang <[email protected]>
23e67eb5153bd26dbae471b27dc6a21a6d283b0b authored about 5 years ago34b99fec8edcff7d3b667f273afea69df15e4d5e authored about 5 years ago
4f1fa82d1d0458170039d4809c3879993659e560 authored about 5 years ago
b2f01dcb50c68da2cab28b6bd64f4033e4ccf10e authored about 5 years ago
020898762fa081113608504ab5012b2b27c70668 authored about 5 years ago
59c674fed5f72eac1c046ebb4cc0a37c836665e3 authored about 5 years ago
fc077cd315f3d2ea508f2aac39bc65d4ac6a5747 authored about 5 years ago
5fa056e53be6d17ab746629ea0eaa89fe817141b authored about 5 years ago
fix tools/cargo_publish.py
d7203092039d3c46ca8480ff8eecf612deb2b2f6 authored about 5 years ago35eb79610f4b451af1d4a9c286fd63875d28bca5 authored about 5 years ago
Remove unused tokio-executor dep
aedf8721cf7f696326bbdcb23ea6a464c55f081c authored about 5 years agod776ca8f2e02dea210b50b28a4e4c20f31eed1f6 authored about 5 years ago
ad6635fab50c523f5de92660956aa384ca76415d authored about 5 years ago
fe5662058e0c7767e7b2724451f9d5a3f133ffbf authored about 5 years ago
d8ad81d3fb5b4b9502ea021edfc99201538553e6 authored about 5 years ago
0a78bfb836f520d3709a32c8a978d08d33198d83 authored about 5 years ago
cad7b3e4fe4e368882628dbde8512f36d142098b authored about 5 years ago
f8d5f5b80e27c4d5eacd667072e993ebee819ff2 authored about 5 years ago
a478fd9f028745ef22f5cb558539010c604f0a8b authored about 5 years ago
1de02b0643bb21d89ce049943d2d2d27fb510ed0 authored about 5 years ago
91757f63fdc04f5844b58a8c0b76df601e84ac72 authored about 5 years ago
5856d21a2eca75bad28108cb53066259fd7427fb authored about 5 years ago
34dc0ae280ba2838bbe29688ddcb16364d8d8bd1 authored about 5 years ago
Due to complaints about ergonomics and because it breaks shebang on
linux.
This reverts comm...
a4dde552de8fced4cfdff7f0127b51e1d2eabca5 authored about 5 years ago3eab20ce42458fced42dcd031958b07113322e0a authored about 5 years ago
Reverts 011d485
b310f32e39785987ddd3491e189aad06381d0139 authored about 5 years ago8a352f7260da2df17c0267d581183b07735d3a2b authored about 5 years ago
702ff4283f06c83e5b68affdf39e7000eb91054c authored about 5 years ago
32cbcfe4e9943a0318c497188e045d23c5f6703a authored about 5 years ago
7ed018bb90db172f07c1edf9e349b81ff1fbf13d authored about 5 years ago
737ab94ea1bdf65eeef323ea37e84bcf430fb92c authored about 5 years ago
8fac8ab130b3cb8a93d7e0e37fa1ea6ea4cc2e4a authored about 5 years ago
1ea06f9c847ac7254138c91de2b2b9f72662e164 authored about 5 years ago
* remove Isolate.current_send_cb_info
* remove DenoBuf
* remove Isolate.shared_ab
* port Isol...
since it overlaps with std/mime/multipart
9d5f0f2d23b40470c557c50257ca792e6cd1595c authored about 5 years agoc4e8ed3c44d645ba9b788e7bf6d1bf98840079a6 authored about 5 years ago
525784e5642cbd869c682a0fda595f55c785d607 authored about 5 years ago
Previously Deno.args was ["script.js", "arg1", "arg2"]
Now it is just ["arg1", "arg2"]
BREAKIN...
c50cab90a05d271013f741768d70c1eda6ef9a10 authored about 5 years ago
b71d5708c603b09714a1f539f92f82392b6ee33d authored about 5 years ago