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

ci: run Linux release builds in sysroot with Ubuntu 18.04 and LLVM (#10920)

e02403bb4590da6823eb956bcbc89e9a937d431d authored over 3 years ago by Bert Belder <[email protected]>
tests: fix bug in WPT test harness (#10920)

5a250b9e5529fa6af797a9ce5c3e612be49ea538 authored over 3 years ago by Bert Belder <[email protected]>
ci: make it faster (#10920)

...by avoiding a full clone of crates.io index history.

6f8975ad786e3c8f7cc6fe0f374e704f06741b18 authored over 3 years ago by Bert Belder <[email protected]>
docs(core): Use op name in example (#11094)

The first argument to opSync/opAsync is the op name. In the examples,
the name is 'hello', and ...

abd7a8a9cdc407169993c4282d45ec9f717c74bd authored over 3 years ago by Maxime Guerreiro <[email protected]>
fix(fetch): proxy body for requests created from other requests (#11093)

Additionally, if the existing `Request`'s body is disturbed, the Request creation
should fail.
...

edab21ebab3daa3cb0ebd5f6fca60c17098df242 authored over 3 years ago by Andreu Botella <[email protected]>
fix(webstorage): increase localStorage limit to 10MB (#11081)

2c4ce26f0bf1bf957d5c7dec28372898c60ed66c authored over 3 years ago by Yasser A.Idrissi <[email protected]>
chore: use lsp to get parent process id (#11083)

Removes the previously added internal `--parent-pid` flag. This solution is better.

477273085f8e5f578ea3ee12c2183c44133af05d authored over 3 years ago by David Sherret <[email protected]>
cleanup(core): top-level-await is now always enabled (#11082)

Starting with V8 9.1, top-level-await is always enabled by default.
See https://v8.dev/blog/v8-...

02f7a52235e9db54c5d8cb2015ece0fb1be03362 authored over 3 years ago by Maxime Guerreiro <[email protected]>
feat(core): support AbortSignal in readFile (#10943)

20b0a5125a80c027f21472eec98f29e5e35629fb authored over 3 years ago by Benjamin Gruenbaum <[email protected]>
chore: update release instructions (#11079)

Add instructions for the release process of `deno_std` and `deno_docker`
repos

9c0b41e24bc5f4ec08c62517f40b74506ac9f0d1 authored over 3 years ago by William Perron <[email protected]>
feat: transfer MessagePort between workers (#11076)

Add support for transferring `MessagePort`s between workers.

6261c89e04b8f1a3aabc771dbc8cddad904710e9 authored over 3 years ago by Luca Casonato <[email protected]>
refactor(FormData): refactor formdata serializer to support async blob backing (#11050)

0a2ced57285aa0ee4b47426382c32fb53c4e07cd authored over 3 years ago by Jimmy Wärting <[email protected]>
fix(runtime): fix signal promise API (#11069)

4e3ec478573ede7247fd306cad1ea5bf2d5c9565 authored over 3 years ago by Yoshiya Hinosawa <[email protected]>
chore: upgrade crates (#11007)

097c02f11bb5fd43e4346fce03b4bacaed119ed2 authored over 3 years ago by Yusuke Tanaka <[email protected]>
fix(extensions/fetch): Filter out custom HOST headers (#11020)

This commit updates "fetch" API to ignore custom "Host" headers
and return value provided by "r...

cd59601b34f0c619c037152ec49d7ee2d317b9c9 authored over 3 years ago by Vladimir Ivanov <[email protected]>
feat(fetch): add programmatic proxy (#10907)

This commit adds new options to unstable "Deno.createHttpClient" API.

"proxy" and "basicAuth"...

4f1b1903cfadeeba24e1b0448879fe12682effb9 authored over 3 years ago by Tomofumi Chiba <[email protected]>
fix(core): don't panic on stdout/stderr write failures in Deno.core.print (#11039)

580c9f9ef02f8e8226437137867d3edeb9241b5e authored over 3 years ago by Charlie Moog <[email protected]>
docs: fix typo (#11044)

188222b893624438f3e5e77c7d8b9871beb02c70 authored over 3 years ago by Luke Ingalls <[email protected]>
fix: move stable/unstable types/APIs to their correct places (#10880)

- Moved ppid and memoryUsage types from deno.unstable to deno.ns.
- Moved sleepSync to unstable...

388274e02ea7e054f0bbbe4f863dc32447c5971d authored over 3 years ago by Muthu Kumar <[email protected]>
feat(repl): show list completion (#11001)

68c519d06161920d21afc2e40db11230af62baee authored over 3 years ago by Casper Beyer <[email protected]>
refactor: unify JavaScript script execution method (#11043)

This commit renames "JsRuntime::execute" to "JsRuntime::execute_script". Additionally
same rena...

9105892ec8b454571c56883eace557eee25b3301 authored over 3 years ago by Bartek Iwańczuk <[email protected]>
fix(#10761): graph errors reported as diagnostics for `Deno.emit()` (#10767)

Fixes #10761

a5eb2dfc93afc2899ed6e1ad2b3e029157889f7c authored over 3 years ago by Kitson Kelly <[email protected]>
feat(cli): support "types" when type checking (#10999)

Fixes #10677

281c4cd8fcf5fd54f558a6922736def2c7804529 authored over 3 years ago by Kitson Kelly <[email protected]>
feat: Deno namespace configurable and unfrozen (#11062)

Closes #11033

cda15f2a98b10330422d1c8352d163d703ee6a49 authored over 3 years ago by Kitson Kelly <[email protected]>
feat(repl): Type stripping in the REPL (#10934)

2d2b5625e04a466362c9a4afb05e2f559c4fb4b0 authored over 3 years ago by David Sherret <[email protected]>
feat: `MessageChannel` and `MessagePort` (#11051)

This commit introduces support for MessageChannel and MessagePort.
MessagePorts can be transfer...

f9ff981daf6931a01e1516db0b5714e7a94f145b authored over 3 years ago by Luca Casonato <[email protected]>
refactor(core): always attach inspector to isolate (#11042)

This commit changes "deno_core::JsRuntime" to always create
"deno_core::JsRuntimeInspector" ins...

a2f939b99c43c6344f109144d7b01c95294a6f8b authored over 3 years ago by Bartek Iwańczuk <[email protected]>
v1.11.2

2c0e482221cd86fdbdc055c76f1c214200419946 authored over 3 years ago by Bartek Iwańczuk <[email protected]>
chore: release crates (#11068)

90e3abe8f9aa536809e89b1e232845f3a6d7604d authored over 3 years ago by Bartek Iwańczuk <[email protected]>
fix: add support for module es2020 to Deno.emit (#11065)

3f5fbea17c10c65e46a881c6a008ed23018eadf1 authored over 3 years ago by Kitson Kelly <[email protected]>
fix(websocket): spec conformance & WPT (#11010)

afe89e8850d9ca2adcf73c8d2d63f5054a594878 authored over 3 years ago by Leo K <[email protected]>
feat(lsp): quick fix actions to ignore lint errors (#10627)

Closes #10122

952caa79b32e6c249977281ed494d4b1f98ed451 authored over 3 years ago by Satya Rohith <[email protected]>
docs(core): replaces dispatch references with op (#11054)

bbc2745350687f209c6af75958cc12bb43e64042 authored over 3 years ago by Max <[email protected]>
docs(runtime): fix HTTP server example (#11047)

7b559ee89ef2dd4be6a45af6ae1e3e09c76fec01 authored over 3 years ago by vwkd <[email protected]>
fix(lsp): do not rename in strings and comments (#11041)

60071c941be503e219830cc50d2ad5e3cc8324a0 authored over 3 years ago by David Sherret <[email protected]>
fix(core/modules): Prepare modules only once per runtime (#11015)

This commit changes module loading implementation in "deno_core"
to call "ModuleLoader::prepare...

2ea41d3ac159e4c2e998d13412dc19680b01a6ca authored over 3 years ago by Nayeem Rahman <[email protected]>
chore: upgrade Tokio to 1.7.1 (#11045)

b0c04a7941bb1bab0f135c39d484ac47dae14300 authored over 3 years ago by Yusuke Tanaka <[email protected]>
docs(installation): Add official docker images link (#11027)

faea8720fa9e54efa124d6c185aed781e612dd2f authored over 3 years ago by Michael Tyson <[email protected]>
fix: Worker accepts specifier as URL (#11038)

This commit updates type declarations for Worker to accept specifiers
as either strings or URL,...

a8e4fc15e516299e9bfc466ae3b2711b6ce2fcd3 authored over 3 years ago by Bartek Iwańczuk <[email protected]>
fix: fetch with method HEAD should not have body (#11003)

0cbaeca026a7d79a57c859e5e395f0d998fab5d1 authored over 3 years ago by Yasser A.Idrissi <[email protected]>
chore: fix new linting errors flagged by Rust 1.53 (#11029)

419fe2e6b4b77fbc97dee67eaa32a420accb8cfc authored over 3 years ago by David Sherret <[email protected]>
chore(lsp): add `--parent-pid <pid>` flag (#11023)

This commit adds a new `--parent-pid <pid>` flag to `deno lsp` that when provided starts a task ...

aecf989d432793b108df01c5d5f31adfca19de61 authored over 3 years ago by David Sherret <[email protected]>
chore: upgrade Rust to 1.53.0 (#11021)

8031644e65647bdc3a6a0561ad31da9228e9723d authored over 3 years ago by Yusuke Tanaka <[email protected]>
fix: align URL / URLSearchParams to spec (#11005)

2a66d5de01b584b7138084eb427c9ac09c254986 authored over 3 years ago by Luca Casonato <[email protected]>
docs: remove mentions of `cli/js` (#11006)

718cb6dad733fb7afb1ae8c49485dc85e1fa0e0b authored over 3 years ago by grian <[email protected]>
chore: upgrade Tokio to 1.7.0 (#11008)

a8007059b7810c816b2dd0d85a19e540762fe448 authored over 3 years ago by Yusuke Tanaka <[email protected]>
fix: some more console spec compliance (#10983)

77ab2bee9fa3dafeb711bccd8822b06a8aa0fae8 authored over 3 years ago by Luca Casonato <[email protected]>
tests: get epochs/daily commit with ./wpt rev-list (#11002)

8e4a70c7e9e495ca425bb29cafe1f426ad29c406 authored over 3 years ago by Luca Casonato <[email protected]>
fix: closing / aborting WritableStream is racy (#10982)

ac431ca0763bbbde9ab60de945c9966ed61d9880 authored over 3 years ago by Luca Casonato <[email protected]>
v1.11.1

d7ce3adc8b97ebca61c1f527ea0f9b842d0a2dbe authored over 3 years ago by Bartek Iwańczuk <[email protected]>
chore: release crates (#10976)

ba91a727a64d64157dd101ca8554d1c3096899b4 authored over 3 years ago by Bartek Iwańczuk <[email protected]>
docs: Add localStorage example (#10973)

5bf4a88aa494073abd57838a60e9140062ac4e41 authored over 3 years ago by Yasser A.Idrissi <[email protected]>
fix(inspector): Deno.inspect should inspect the object the proxy represents rather than the target of the proxy (#10977)

984b8bf0c864310bb373a57aad1fea0b002b74fe authored over 3 years ago by David Sherret <[email protected]>
fix: set minimum timeout to be 4 milliseconds (#10972)

0c0058f1181d1fd6590f760a0375ead706043d32 authored over 3 years ago by Ryan Dahl <[email protected]>
Remove various unnecessary allow(clippy) declarations (#10971)

9c42b5e03b6500aaf38b37b208ad9ae1ba2bbaf3 authored over 3 years ago by Ryan Dahl <[email protected]>
fix: pass some more WHATWG streams WPT (#10970)

b6fd39377ee68dda0a5d82ed7f5dba9c61583a43 authored over 3 years ago by Luca Casonato <[email protected]>
refactor: store header keys lower case internally (#10958)

This is a minor optimization that removes some header key lowercasing
that previously happened ...

49ec3d10ad90851f4d28274a3f0fe96c642204ac authored over 3 years ago by Luca Casonato <[email protected]>
fix(repl): Complete declarations (#10963)

b4026dac9c4fb2b6cfc4a7015b4bacd102e06d08 authored over 3 years ago by David Sherret <[email protected]>
fix: make WHATWG streams more compliant (#10967)

4cbc4a7eb321ae2808cf3dce9428f45aaed0e338 authored over 3 years ago by Luca Casonato <[email protected]>
fix(cli): improve worker types (#10965)

1eac527adb8263acd6d6cc1147e53caa901d938d authored over 3 years ago by Kitson Kelly <[email protected]>
fix(repl): Fix `undefined` result colour in cmd (#10964)

* fix(repl): Fix `undefined` result colour.
* Remove `dim`. Use `gray` instead since it works i...

0acd0602bb087c0d4a938ae09ff42c096e5fb4f2 authored over 3 years ago by David Sherret <[email protected]>
chore: upgrade swc_ecmascript (#10959)

f4728e26feeb35458a5c903df304fd32702b1f84 authored over 3 years ago by Yusuke Tanaka <[email protected]>
fix: poll connection after writing response chunk in Deno.serveHttp() (#10961)

This commit changes "op_http_response_write" to first send response chunk
and then poll the und...

1246a433f8101c03491c1f1e9e0d51d79a025956 authored over 3 years ago by Bartek Iwańczuk <[email protected]>
tests: fix wpt epoch ci job (#10960)

f48d66b2b01fef0f16beb35a66f1b4d5771e3b6e authored over 3 years ago by Luca Casonato <[email protected]>
docs: fix typo (#10952)

c651757fb7a1f6cec94c3857973d3316129bccb8 authored over 3 years ago by 迷渡 <[email protected]>
fix: hang in Deno.serveHttp() (#10923)

Waiting on next request in Deno.serveHttp() API hanged
when responses were using ReadableStream...

1e1959f6fac6dd0e499532772c8143285cdd81de authored over 3 years ago by Bartek Iwańczuk <[email protected]>
refactor: move streams implementation to deno_web crate (#10935)

5814315b708d154ebb2c29810c16e5af7e726741 authored over 3 years ago by Bartek Iwańczuk <[email protected]>
build: add wpt epoch/daily run (#10937)

This adds a daily scheduled CI pipeline that runs WPT tests against
the most recent epochs/dail...

d837445e44c9ed5c29901813d73818f84e97b294 authored over 3 years ago by Luca Casonato <[email protected]>
docs(unstable/emit): Note that for emit, Deno.formatDiagnostics can be used (#10925)

a6f1edd9533ae52f6d7c4841c395a34021dbdb71 authored over 3 years ago by Edward Bebbington <[email protected]>
fix: propagate top level thrown errors in WPT (#10932)

Previously top level errors were swallowed.

614dc1bce7ee05b90c18623fef75c6658a05bade authored over 3 years ago by Luca Casonato <[email protected]>
chore: update wpt (#10931)

This synchronizes our WPT revision with upstream.

c7ed1255907fa96a597e28c4bbbbc879172d445b authored over 3 years ago by Luca Casonato <[email protected]>
refactor(ast): Change AST parsing error to return struct with message and location (#10911)

* Remove unused check js emit option.
* Improve parse error.
* Format.

1a92c39b77c46170a2135994359962034c8131c5 authored over 3 years ago by David Sherret <[email protected]>
chore: Fix broken test on Windows (#10900)

9d706d71b55ca254d1bbd87754533a60142d2a6a authored over 3 years ago by David Sherret <[email protected]>
chore(tests): Kill orphaned deno processes spawned during the tests (#10922)

26a97a1f3bff2ad1a2f1013efdaeb9be953e6b52 authored over 3 years ago by David Sherret <[email protected]>
refactor: use join instead of format! (#10921)

fe1149592058c6206a037d962a6d071d5aa1d7c9 authored over 3 years ago by Bartek Iwańczuk <[email protected]>
refactor: merge deno_file crate into deno_web (#10914)

This refactor makes it so there's one less crate to publish on each release.

6091ea098a86cafb38aed3228a64ad96a046c817 authored over 3 years ago by Bartek Iwańczuk <[email protected]>
docs: specify that allow-env and allow-run can have allow lists (#10918)

fb20a6af761c8eb61a046b4c70e28061923e36ca authored over 3 years ago by grian <[email protected]>
refactor(repl): Extract out structs for internal REPL code (#10915)

* Extract out ReplEditor.
* Extract out ReplSession.
* Move PRELUDE declaration up.

67690b78bda16b90c0b9b79e369eb67eb3a9822a authored over 3 years ago by David Sherret <[email protected]>
chore: move serde_v8 to separate repo (#10909)

Now available at https://github.com/denoland/serde_v8

e75ffab0c8a21ecb0827bb906905cd0315c1b5a7 authored over 3 years ago by Bartek Iwańczuk <[email protected]>
fix(runtime): early binding to dispatchEvent in workers (#10904)

e779ea956546fc311ad5a98260d1091127a9bfe7 authored over 3 years ago by Kitson Kelly <[email protected]>
docs: improve TypeScript docs around use of libs (#10889)

Closes #10881

c84c747ea491bd42f11323e1a0cc54900e1146c0 authored over 3 years ago by Kitson Kelly <[email protected]>
feat(lsp): add additional logging information (#10890)

6b826033a4d439cf9475723f0f21ede26e283208 authored over 3 years ago by Kitson Kelly <[email protected]>
chore(tests): Friendlier message when running the tests and forgetting to run `cargo build` first. (#10901)

50063749e2b52098136df47dd22f7edd2b26ee5b authored over 3 years ago by David Sherret <[email protected]>
v1.11.0

b98293e21cb7e55def8fea2ca015381150d4cebf authored over 3 years ago by Bartek Iwańczuk <[email protected]>
chore: release crates (#10896)

3a96fe55a0d71b75975823c5535115683bb04880 authored over 3 years ago by Bartek Iwańczuk <[email protected]>
upgrade: rusty_v8 0.22.3 (#10892)

d679ebbb376aadfe3fb67d39b50025d8cf747e45 authored over 3 years ago by Bartek Iwańczuk <[email protected]>
chore(tools): Fix stdout buffer of launched process getting full causing tools/lint.js to hang on Windows (#10888)

Also fix Windows only clippy issues.

6ee983b12741d2c38b7d2babb88f5ace317dc4b4 authored over 3 years ago by David Sherret <[email protected]>
chore: update wpt (#10884)

This commit updates wpt. It tries to get us ever closer to eventually
stop floating patches, an...

8e96961f0e0c91a6acf73a35e03dda826108e152 authored over 3 years ago by Luca Casonato <[email protected]>
chore: upgrade deno_lint 0.6.1 (#10882)

d9df4347a1fbf0cf9d057fc111e4a890b0f16681 authored over 3 years ago by Bartek Iwańczuk <[email protected]>
tests: upload WPT reports to wpt.fyi (#10883)

7b9c59fd71f8aae60d7833a176f0566e1a8cfe4f authored over 3 years ago by Luca Casonato <[email protected]>
refactor(runtime): move performance API to timers extension (#10818)

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

b6400a25a0ee60467a0287d725e61c876677e103 authored over 3 years ago by Satya Rohith <[email protected]>
feat(compile): Initialize runtime_compiler ops for standalone binaries (#10052)

89290741d18d9b247cefccdc95563ec688a28491 authored over 3 years ago by Divy Srivastava <[email protected]>
feat(lsp): add test code lens (#10874)

Ref #8643

3b3be024fa1895a9a1df0a2e67fe93aa888b198e authored over 3 years ago by Kitson Kelly <[email protected]>
tests(lsp): fix flakey lsp integration test (#10875)

d6f6e157bddc02a64beaa1c96fcda8d8ea27aa6d authored over 3 years ago by Kitson Kelly <[email protected]>
refactor: clean up webidl protype configuration (#10871)

3a4a47799fe395a4ceb253c394724f54192150d2 authored over 3 years ago by Luca Casonato <[email protected]>
chore: upgrade crates (#10867)

* deno_doc - 0.5.0
* deno_lint - 0.6.0
* dprint-plugin-typescript - 0.46.0
* dprint-plugin-ma...

3b220c64f615a4e18346e8a1c07ad7b1aae9fcc6 authored over 3 years ago by Bartek Iwańczuk <[email protected]>
tests: run wpt scripts with Deno.core.evalContext (#10852)

This means wpts are now run in script context, and there are better
stack traces.

a66f327250d9df77816e80e7d411b232f8b08b11 authored over 3 years ago by Luca Casonato <[email protected]>
tests: generate and upload wptreport.json (#10869)

These reports can be consumed by tools like `wptreport` or
https://wpt.fyi. The old style repor...

f1deed41e7cc04440a5fb8cdae486ae00513a361 authored over 3 years ago by Luca Casonato <[email protected]>
chore: optimize USVString webidl converters (#10865)

5bd77f29e5d07af10fe9a24062c3b5b4bb79f4bf authored over 3 years ago by Luca Casonato <[email protected]>
feat(fetch): implement abort (#10863)

This commit introduces fetch aborting via an AbortSignal.

1fb2e23a6747a4f774e63639eb522cb34aadbf42 authored over 3 years ago by Luca Casonato <[email protected]>