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

Merge pull request #9107

Bump crate versions and publish crates.

78c27e0923e52d0b3afeef8f4b0f71660c0adfa5 authored about 4 years ago
release crates

8fc29f224dda658eccbffef7e986b377fca581f6 authored about 4 years ago
Fix race condition in file watcher (#9105)

060bfe7df8260224807b4bd4224d8a459266007f authored about 4 years ago
Remove unnecessary boxing of tokio::time::Sleep (#9105)

ca07bab59407c9557f959295d65a58d3bb317dc4 authored about 4 years ago
build: disable cafile_* tests and use slow runners (#9089)

18b31504011aef2c9e414287eae1bd9745cdaef5 authored about 4 years ago
tests: disable logging of 'ok' web platform tests (#9087)

1728b3ba1972faf532f261d2a7cfd6130d0f548f authored about 4 years ago
feat(runtime/tls): add global tls session cache (#8877)

Fixes #8875

ef0bbbbeaf1d5d701da7850deaa1d02b7dcfb6aa authored about 4 years ago
feat: stabilize Deno.shutdown() and Conn#closeWrite()

Closes: #9099

8142496c571e7a5e42f2a2886fe005c27d96f616 authored about 4 years ago
feat(lsp): Add textDocument/implementation (#9071)

Ref #8643

8d5af6ca5264201be1cb04b0bb1a0b88ce5166da authored about 4 years ago
tests: enable .worker.js tests (#9065)

46a072c79267ee937b6fd14ad22b2aff2ff3d739 authored about 4 years ago
fix(installer): remove redundant clone (#9098)

de0ae3a12c470623c9a3acfde8e36171e29cb6ef authored about 4 years ago
fix(cli): dispatch unload on exit (#9088)

fd56fa89f36016a816450cd0e8df5853c66d170c authored about 4 years ago
fix(watcher): keep working even when imported file has invalid syntax (#9091)

5c6ab75de1e5817df3620a5cdd85eba748b2a8a6 authored about 4 years ago
chore: update copyright year (#9094)

f18ae461a81f9323aef1a4a8c4b945fb58f63499 authored about 4 years ago
upgrade: tokio 1.0 (#8779)

Co-authored-by: Bert Belder <[email protected]>

275a5c65a20529cd4a3d775b8d8c6e9b261c76b1 authored about 4 years ago
chore: Move comment to correct place (#9086)

36ff7bdf575e0547fabd8957ee778cc4224d5956 authored about 4 years ago
chore: update copyright to 2021 (#9092)

d8fd71afdf0c5d62b7ae2b9eb7b877ca74f3c2e7 authored about 4 years ago
upgrade: swc_bundler 0.19.2 (#9085)

d676b6c63ada85801673f0e691f8ba11e44e347a authored about 4 years ago
update copyright to 2021 (#9081)

2b75a1155906613df16bad9d1eb84f3dc0ba571b authored about 4 years ago
fix(op_crate/web): fix atob to throw spec aligned DOMException (#8798)

b0821fe9ce017ea1fdec191622f27c31af9c4f0f authored about 4 years ago
feat(fetch): req streaming + 0-copy resp streaming (#9036)

* feat(fetch): req streaming + 0-copy resp streaming

* lint

* lint

* fix test

* rm test.js

...

1a6ce29f3d11e5f0d0d022914e3f9fbcfa487294 authored about 4 years ago
refactor(op_crates/websocket): refactor event loop (#9079)

2c1f74402c00a2975cdaf9199b6487e5fd8175ba authored about 4 years ago
tests(wpt/console): Enables web platform tests for console (#9013)

9801858cb0675de801b1c15d1b3826c88406068a authored about 4 years ago
Test crypto.getRandomValues() with wpt (#9016)

f7e09c6a555e115c004feca56f8b279c5f18c9b2 authored about 4 years ago
docs(std/log): add default values description (#9060)

cd2f7ae69d85c56d4865423f6f76d6911f7fe8a6 authored about 4 years ago
Add cargo_deps to benchmarks (#9075)

ab5ecabe222df3f16748629b244b5e8265760d91 authored about 4 years ago
upgrade: tokio 0.1 in test_util crate (#8885)

This commit upgrades "tokio" and crates from tokio
ecosystem in "test_util" crate.

9e9e104664d8574c7480f0800e08326f56254f6f authored about 4 years ago
fix: don't error on version and help flag (#9064)

43618954766a2ba525541501422bb6e7d5ccc913 authored about 4 years ago
tests: enable WPT for timers (#9047)

6d7da6309eb73905ebc86ba2820c741670ac0fd3 authored about 4 years ago
fix(web): implement DOMException#code (#9015)

Co-authored-by: Luca Casonato <[email protected]>

96372097657685b5655bba95ce5a329364a9301b authored about 4 years ago
refactor: Print cause chain when downcasting AnyError fails (#9059)

f3ead9c6a7184d2b592f018795f73d34399a9c83 authored about 4 years ago
fix(runtime): use tokio for async fs ops (#9042)

This commit makes following ops async:
- op_fstat_async
- op_ftruncate_async
- op_seek_async
...

9cf82d3c662989f5fffa8d1981233979245af84a authored about 4 years ago
fix: Worker hangs when posting "undefined" as message (#8920)

This commit fixes hang in web workers occuring when sending
"undefined" as message value. It is...

5f015eac9cbc2b7901a9aa76dab638ea3c60d6f8 authored about 4 years ago
feat: denort binary (#9041)

This commit adds new binary target called "denort".

It is a "lite" version of "deno" binary t...

a44349dfdfecacdd4ccd343a984b05abb728bf88 authored about 4 years ago
feat: add --location=<href> and globalThis.location (#7369)

e61e81eb57351782862aa50775ce4348f10b1856 authored about 4 years ago
chore: checkout submodules with shallow=true (#9040)

c347dfcd565c3a396ae84dff46e7374851913462 authored about 4 years ago
ignore "use asm" (#9019)

Preventing V8 from logging erroneous line numbers. Use wasm.

b40d5e5e0b44187737651d155d2e67fcc26f14e8 authored about 4 years ago
fix(coverage): report partial lines as uncovered (#9033)

9b3338fa2f61060ed92abe850fbd31170006217e authored about 4 years ago
fix(coverage): do not store source inline in raw reports (#9025)

When we were doing single process in-memory reports getting the source
from the runtime was pra...

f8df9938c51e2047bad975faeba7b14fc5d5a276 authored about 4 years ago
fix: Use "none" instead of false to sandbox Workers (#9034)

b5f1d257a3fb816dbf828da3dca0389e6cee2bb0 authored about 4 years ago
Remove emoji from welcome script so it looks better on windows (#9031)

cb658f5ce588dfac4826a5ce4d343738759c0c84 authored about 4 years ago
chore: add context information to stale bot message text (#9037)

Co-authored-by: Nayeem Rahman <[email protected]>

eaabef30d08b47c9a90c12ec736c7d53f42a1208 authored about 4 years ago
chore: exempt docs label from stalebot (#9028)

d5c34f8e3ce53a0c525ca012bf1639379ef9e61d authored about 4 years ago
feat: Add configurable permissions for Workers (#8215)

This commit adds new option to "Worker" Web API that allows to
configure permissions.

New "...

adc2f08c178f51b3ddd5f1c2e3d7f5603424521e authored about 4 years ago
refactor: move WebSocket API to an op_crate (#9026)

2e18fcebcc2ee931ee952ac2fe2175d6ec7acf69 authored about 4 years ago
chore: exempt tests and build labels from stalebot (#9027)

1959aca2a978642b73ea815b9b89dd3219830cef authored about 4 years ago
fix(std/http): Use ES private fields in server (#8981)

03b121b235e4bf105547e327c02928fc23597440 authored about 4 years ago
fix: stronger input checking for setTimeout; add function overload (#8957)

3761d054d0d6f10f9ead6105f3eb633572a38673 authored about 4 years ago
enable stale bot (#9011)

d364a0effeac6638d44301e1672ac0b27bf6ee7f authored about 4 years ago
BREAKING(std/wasi): return exit code from start (#9022)

This returns the exit code directly from the start entry point instead
of throwing it and letti...

f4b03a8887ded3d75811e0bce3c39da3788365bb authored about 4 years ago
feat(cli): support data urls (#8866)

Closes: #5059

Co-authored-by: Valentin Anger <[email protected]>

54240c22af6233d1d977d469868b0d9050cad6da authored about 4 years ago
fix: align performance API to spec using WPT (#9012)

60c9c857584bf5180dd0f7b937683dd9691aef84 authored about 4 years ago
refactor(cli): remove 'js' module, simplify compiler snapshot (#9020)

This commit removes "js" module from "cli".

It contained stuff related to TypeScript compiler...

bb884182218b5c12c7354c93860d69f65f59752a authored about 4 years ago
fix(std/node): resolve files in symlinked directories (#8840)

4c4791b5899afe585738ac0a15ba5c21d36952cc authored about 4 years ago
fix: use inline source maps when present in js (#8995)

39bbbbce70c13575857b216b79ec21c37a923760 authored about 4 years ago
upgrade: deno_doc, deno_lint, dprint, swc_ecmascript, swc_bundler (#9003)

8d1ee3bfaf9f062356858b6b7113be0ab7fa5ba6 authored about 4 years ago
fix: align AbortSignal to spec using WPT (#9007)

77048390392a30640ab1fb386a3a4a33094dac5e authored about 4 years ago
Add rlib size benchmarks (#9005)

096e0905769e7cd9ae3019e4bf511407ed6bff9b authored about 4 years ago
refactor(core): simplify Deno.core initialisation, remove stale TODO (#8847)

This commit rewrites initialisation of the "shared queue" and
in effect prevents from double ex...

46c0cab763380a1ecbdf93e309257de4e37a7341 authored about 4 years ago
fix: align encoding APIs to spec using WPT (#9004)

0d41e21b0e9b46cc179eff42c215439fb672964b authored about 4 years ago
BREAKING(std/wasi): make implementation details private (#8996)

This makes the implementation details of the Context class private,
making the public interface...

ee9c0c837331528653f959d57f094a8dbfdaacce authored about 4 years ago
typo (#8998)

e192eda91321f22f152261df26a8e0c09088388f authored about 4 years ago
fix(runtime/websocket): respond to ping with pong (#8974)

f85cd54cb4a1c54d835374d83dba4f8f7b89d2d1 authored about 4 years ago
feat(std/wasi): allow stdio resources to be specified (#8999)

c823211a2cae13ff6fdb7d3d3fc585bb4e096232 authored about 4 years ago
docs(example/tcp_echo): fix TCP echo leaking resources (#8997)

37a9d6678ed4f634100d4b6ecb5abd7b0b45faad authored about 4 years ago
tests: add web platform test runner (#8990)

Co-authored-by: Kitson Kelly <[email protected]>

a3099798c881ac1be7108c0255e67e182c7080da authored about 4 years ago
feat(cli/standalone): support runtime flags for deno compile (#8738)

cbc2108525f3a01f4a944104457939b741c9898b authored about 4 years ago
fix(lsp): Respect client capabilities for config and dynamic registration (#8865)

444eca80a93c2631623578c1febdedb43575a911 authored about 4 years ago
docs: Remove outdated information about third_party/ directory (#8973)

346b72ce706819b7f12a8c52c22df12ae99d4c10 authored about 4 years ago
feat(installer): Add support for MSYS on Windows (#8932)

b478b06f9d714b653e3450fc57b6885ce4db9897 authored about 4 years ago
fix(coverage): merge duplicate reports (#8942)

Merging multiple runs isn't quite right because we
rely on a 0 count to signal that a block ha...

4ca77ad84c46ba4afef95f0b6775377d350b7339 authored about 4 years ago
BREAKING(unstable): remove CreateHttpClientOptions.caFile (#8928)

3e5a3daf5983d9c6fd6b9cbf9a5b46abb9602346 authored about 4 years ago
docs: meta updates to cli/tests/unit/README.md (#8969)

1d4f8298a7cdead528b5c08c9b762b261d3b3ea3 authored about 4 years ago
fix(inspector): kill child process after test (#8986)

The child process kept running and printing "hello" to stdout.

This commit also removes the d...

20babd9bfaf0ee78c462ab8a28eb67660d858b94 authored about 4 years ago
chore: disable flaky test on Windows (#8987)

f4246ee1fca5cb70f6a9ddf24d8282d6292c6366 authored about 4 years ago
Revert "fix(inspector): add back list endpoint (#8894)" (#8977)

This reverts commit 1a2e7741c33490d2a91147966019853c6b1d6a48.

379eedc05c1a841557d8f0a9c2cd33ec3362d607 authored about 4 years ago
fix: panic on invalid file:// module specifier (#8964)

1a6969bebbaaf2615b73a8582ba95be70a64c582 authored about 4 years ago
fix(inspector): add back list endpoint (#8894)

This commit adds back "/json/list" endpoint to
inspector server which was erroneously removed
...

1a2e7741c33490d2a91147966019853c6b1d6a48 authored about 4 years ago
Revert "ci: don't install python (#8961)" (#8963)

This reverts commit 5937ee3fba24dac6be99c8cb0b4c9709d4656f71.

0a509152d16e42f3957a9b2286d5877321d0e331 authored about 4 years ago
ci: don't install python (#8961)

5937ee3fba24dac6be99c8cb0b4c9709d4656f71 authored about 4 years ago
fix(std): Don't use JSDoc syntax for browser-compatibility headers (#8960)

62465ca4ee93826cd901b021a7e97b58adea5879 authored about 4 years ago
upgrade: Rust 1.49.0 (#8955)

41a4a34aee57a4690e5c1b9ba54b27a7035bac37 authored about 4 years ago
fix(test_util): make hyper server single-threaded (#8951)

Use Tokio's single-threaded scheduler. The hyper server is used as a
point of comparison for th...

88855b5d95be04747ec0ff67d8b33dfde3189641 authored about 4 years ago
refactor(cli): runtime compiler APIs consolidated to Deno.emit() (#8799)

Closes: #4752

012f99bd9a0463813653bf8438e09b3247395984 authored about 4 years ago
docs: add note about NO_PROXY env variable (#8929)

5f4e1767fea326d507395eafee25ab4ecc4b67b9 authored about 4 years ago
feat(lsp): support specifying a tsconfig file (#8926)

587155f86dbce71b274bbeeb2c60c9a2798cf600 authored about 4 years ago
fix(std/http): parsing of HTTP version header (#8902)

0163cedd804110cd410eb2cb92b299b0e555527f authored about 4 years ago
fix(op_crates/fetch): correct regexp for fetch header (#8927)

Fix bug in regular expression and make the regular expression more
strict.

In a string passe...

e568ddf99687f635abe931c1eff2b8b37be3bc54 authored about 4 years ago
BREAKING(unstable): Use hosts for net allowlists (#8845)

Allowlist checking already uses hosts but for some reason
requests, revokes and the runtime pe...

22e0ee92a6618db0168b9dfce6c598b6df207a4c authored about 4 years ago
docs: Fix instructions about how to setup development environment with Vim/Neovim (#8937)

bcdc2da4c75869480b960d437747feb0feff04c2 authored about 4 years ago
chore(cli/tests): fix typo in test failure message (#8935)

af222f7a7f18a1fa7bdf1d10ce24aa4deb79ccb4 authored about 4 years ago
v1.6.3

b07a0b640d01d87c926a74d42e26a6561848c7c5 authored about 4 years ago
chore: release crates (#8931)

4997f426c36e91b50613a02b5708b95caaee1cb2 authored about 4 years ago
fix(cli): info does not panic on missing modules (#8924)

Fixes #8918

b1230a85e8ba63f3542892711043cefdc916acf8 authored about 4 years ago
feat(lsp): add cache command (#8911)

8011eced141e7bf0e1eac334daf326bd49504748 authored about 4 years ago
fix(lsp): handle ts debug errors better (#8914)

Fixes #8864

e8a81724bb3b3767edaddbe78edc52108ae78b5f authored about 4 years ago
fix(std/http): Don't expose ServerRequest::done as Deferred (#8919)

268e47c0d8a9fa7b7c16f6862f22361add370796 authored about 4 years ago
docs: update release schedule dates (#8922)

ed0df31e77ca90ff6970ab4b8e16e64acc049f67 authored about 4 years ago
refactor(runtime): return iterator from resolve_addr (#8891)

92a8205d26f88cfa7b6f61fb2ca227feb77ecd17 authored about 4 years ago
feat(lsp): Implement textDocument/rename (#8910)

57b0562957f0887611526bf7e878ac34fdcd6393 authored about 4 years ago