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

feat(runtime): stabilise permissions and add event target capabilities (#9573)

097e9c44f4d4c7daae7d8113c391bd24d29e7119 authored almost 4 years ago
reafactor(lsp): use generics with JSON values (#9587)

90e4c5dcde99c5f0a1aaa18c0ad786613174085b authored almost 4 years ago
feat: add "deno coverage" subcommand (#8664)

This commit adds a new subcommand called "coverage"
which can generate code coverage reports t...

ae8874b4b2015453e53965dae2a2dae9cacbce70 authored almost 4 years ago
test: Fix --reload in integration_tests (#9345)

This commit removes redundant "--reload" args because "util::deno_cmd"
recreates "DENO_DIR".
...

f6a80f34d9f750e6c9c6c40f57211fc95befdf7a authored almost 4 years ago
feat: add exit sanitizer to Deno.test (#9529)

This adds an exit sanitizer to ensure that code being tested or
dependencies of that code can'...

9cc7e32e37e6708980abc051f2cb71526c175d88 authored almost 4 years ago
refactor(core): cleanup module implementation (#9580)

* remove "ModuleNameMap", instead define that map inline inside "Modules" struct
* remove "dyn_...

dc3683c7a433bf44656063c9eee87709fbe1e7d4 authored almost 4 years ago
refactor(core): Allow multiple overflown responses in single poll (#9433)

This commit rewrites "JsRuntime::poll" function to fix a corner case that
might caused "overflo...

dccf5e0c5c7f04409809104dd23472bcc058e170 authored almost 4 years ago
Merge v1.7.5 release notes (#9554)

2e24af23002b6d77543861bf9b2a6027e0357a93 authored almost 4 years ago
fix: panic caused by Deno.env.set("", "") (#9583)

2e3d72064af3013116a7555c049511097eb4e801 authored almost 4 years ago
fix(tests): fix fetchConnectionError test if port is in use (#9465)

Fixes #9379

8be0c8b43a56ee690463efb3e68686f0fefa868b authored almost 4 years ago
chore: disable flaky test (#9568)

05911e5d7f7ef4789a6a6d244f271992c7690a87 authored almost 4 years ago
docs: update getting started for coc (#9571)

f4980898cd4946a9e5c1d194ab7dbc32de28bf43 authored almost 4 years ago
chore: upgrade internal dprint plugins (#9566)

Co-authored-by: David Sherret <[email protected]>

4f391ecec080044109aeb3d8fe24bc6636ac6fe0 authored almost 4 years ago
feat(unstable): per op metrics (#9240)

9d70ea2e9f03d7c12407f117cf11d2a99d55c8f8 authored almost 4 years ago
fix(cli): capitalize inspect and inspect-brk descriptions (#9567)

af93256d05993b53debe0552828b6ae7df521750 authored almost 4 years ago
feat: add --ext flag to deno eval (#9295)

This PR deprecates the "--ts"/"-T" flag of "deno eval" (which will later be removed in 2.0)
and...

06fcfc5c0a2e39f0b723914bb2edb74a99c67bfb authored almost 4 years ago
fix(op_crates/websocket): default to close code 1005 (#9339)

Currently if WebSocket is closed without code, it will error
while on Chrome it would close wi...

fe1b512820cbdfd2b93ddfc8e935556878339425 authored almost 4 years ago
fix(runtime/testing): false positive for timers when an error is thrown (#9553)

eefd522f0490f9bb829de9342dcd1ed7aeacb42a authored almost 4 years ago
fix(repl): filter out symbol candidates (#9555)

b47f9cee8cceabb3784259dd260bc5e633446b04 authored almost 4 years ago
fix(core/bindings): Add stacks for dynamic import resolution errors (#9562)

14ec22e88044cbac5fffe347535ce8ac1bdb7ec5 authored almost 4 years ago
fix(dts): update doc of Deno.formatDiagnostics (#9564)

18b2dbf0d0f7755275dec272e49950541b11edc1 authored almost 4 years ago
fix(core/runtime): Fix dynamic imports for already rejected modules (#9559)

10fb25db632f5f4febc7802c4909813b138b6c64 authored almost 4 years ago
chore: rename default branch to main (#9503)

4f80587d26891f783b1a7a46b0f3273def49cd6e authored almost 4 years ago
chore: update third_party submodule (#9548)

e3fe4be83b7424f5530430f1b462f07a71e55b65 authored almost 4 years ago
fix: lint and fmt error if no target files are found (#9527)

91881b7cd362eed7bf28e09ad2ca0d40a36f1d9b authored almost 4 years ago
fix(core): Make dynamic import async errors catchable (#9505)

Fixes #6259

555595e6d02d1fc1adb535df074d258389fab509 authored almost 4 years ago
refactor: use Mutex for ErrorBuffer (#9539)

RwLock should only be used in circumstatnces where it has some benefit.
Multiple concurrent rea...

bb30e9291e2e3964aac2d2ca05b739dcc67d64a0 authored almost 4 years ago
feat: add json(c) support to deno fmt (#9292)

This commit adds support for formatting JSON and JSONC
in "deno fmt".

New values "json" and...

d9b1f96897239bf7de8cdfd11d40e3f99bb29a4a authored almost 4 years ago
Change release build flags to -O3 when favorable (#9538)

c0f10e72ee64f1512e6aff20a841f4696e774217 authored almost 4 years ago
feat(runtime/ops): strongly typed deserialization of JSON ops (#9532)

666c4b77b07abea8ae4f778d5a7e7fabdc7159a8 authored almost 4 years ago
fix(lsp): handle data URLs properly (#9522)

Fixes #9514

Co-authored-by: Ryan Dahl <[email protected]>

2225e83da2d118678e3df1e2801af195166bc65a authored almost 4 years ago
fix(lsp): document spans use original range (#9525)

Fixes: #9444

Co-authored-by: Ryan Dahl <[email protected]>

78e34d49120d8cc2583d8d6d28ae9b74f9765533 authored almost 4 years ago
Make ModuleSpecifier a type alias, not wrapper struct (#9531)

c7dabc99eed50fa20cdcafd7c0175ab615da3d50 authored almost 4 years ago
feat: support loading import map from URL (#9519)

This commit adds support for loading import maps from URLs,
both remote and local.

This feat...

f6d6b24506410816833d802e1a8d9cd704f73289 authored almost 4 years ago
docs: Use JSONC code block for commenting (#9511)

097efa100ad9d2b1f190330f9fb619c95fe86352 authored almost 4 years ago
feat: add structured cloning to Deno.core (#9458)

This commit adds two new "Deno.core" APIs:
- "Deno.core.serialize"
- "Deno.core.deserialize"
...

e2a91190c38f494c2666d3362d247f698718d2f8 authored almost 4 years ago
typo

c6b3982e782432af5d9e6f6359f522d34e663cf0 authored almost 4 years ago
feat(cli): support auth tokens for accessing private modules (#9508)

Closes #5239

879897ada6247e1bb19905b12e5d2fd99965089e authored almost 4 years ago
feat(lsp): Implement `textDocument/signatureHelp` (#9330)

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

ccd6ee5c2394418c078f1a1be9e5cc1012829cbc authored almost 4 years ago
fix: align btoa to spec (#9053)

3f5265b21ec578e543d09cdc9d8b19d9655aebd9 authored almost 4 years ago
feat(cli): Deno.emit supports bundling as IIFE (#9291)

Closes #9204

7e9028b53227ce67f56df79f623b2f12fda756b5 authored almost 4 years ago
chore: add internal webidl helpers for enums and nullables (#9504)

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

a6beab824815cededf0ba9fc7904d3b00fde75e4 authored almost 4 years ago
upgrade: rusty_v8 0.19.0 (#9466)

Co-authored-by: Ryan Dahl <[email protected]>

0cf952e7fbcabb90b0b9999eabd12d22a458f933 authored almost 4 years ago
chore: Reorganise workers tests (#9493)

8c6d147e6ae40a1f92aba1aedc0d95ef437dd4ba authored almost 4 years ago
refactor(core): Reduce verbosity of binding core functions (#9497)

1afe6b48e0bfee44f37206eb0fc03ea6ae37ad4d authored almost 4 years ago
fix(lsp): handle cached type dependencies properly (#9500)

64a1da84fe8eb159f83afe62254dac9e87e1f831 authored almost 4 years ago
fix(cli/source_map): Don't use file names from source maps (#9462)

5873adeb5e6ec2113eeb5adc964b7ce129d4905d authored almost 4 years ago
tests: re-enable wpt/webappapis/timers (#9489)

a2adecbba6c66cf40b5655b0a03e50b3ba412fb2 authored almost 4 years ago
refactor(core): Strongly typed deserialization of JSON ops (#9423)

This PR makes json_op_sync/async generic to all Deserialize/Serialize types
instead of the loos...

b50691efed482496e241857921b66b65bec61655 authored almost 4 years ago
fix: webidl utils and align `Event` to spec (#9470)

af460fc464562566dc1534c0f61f53c2976b9bd7 authored almost 4 years ago
v1.7.4

d2d7dc8d675d70f0061bdaf99ae4a08d84156aa9 authored almost 4 years ago
test(cli): enable microtask-queue tests (#9490)

4c5631f85a465857c8399e1e3b0423674da8cb14 authored almost 4 years ago
linux release build should use ubuntu-18.04 (#9485)

ca55a5d36efd947ba9e7c8e56baacfc8a0eba120 authored almost 4 years ago
v1.7.3

f67b06939be5b754ecee306e9da1d7c0779c3cd6 authored almost 4 years ago
chore: release crates (#9481)

39f3aaaa7205b555a83ae2c50b3537a645298bb4 authored almost 4 years ago
fix(lsp): properly handle static assets (#9476)

79916226b74bf9593afacbcdfe9d58263bed132f authored almost 4 years ago
chore: Update to Rust 1.50.0 (#9479)

54e53cc9ea0767dfe8a44f92361f68c03f5f038f authored almost 4 years ago
test(cli): improve test of deno cache (#9340)

146fb360c649f87c6898848bd3ee3610cd7ee8a6 authored almost 4 years ago
fix(cli): fix WebSocket close (#8776)

Co-authored-by: Bartek Iwańczuk <[email protected]>

7f8b44a60d416b0cb2d2b84ef2aac71b4b3e3b31 authored almost 4 years ago
feat(lsp): add deno cache code actions (#9471)

d6c05b09dd7cbaba0fcae65929a2c2dd55e9d994 authored almost 4 years ago
fix link (#9472)

46da7c6aff3c10af6a067f4229644d2de444a3a7 authored almost 4 years ago
chore: upgrade crates (#9474)

723c99de8a3717611bb28949a05fd1d89d856a1b authored almost 4 years ago
fix(runtime/tls): handle invalid host for connectTls/startTls (#9453)

a097c4089b2a7f2db3c70e951d935e23b4f4293a authored almost 4 years ago
fix(console): log function object properties / do not log non-enumerable props by default (#9363)

61108935f16bd2aa60d51525e3578719425eef03 authored almost 4 years ago
fix(lsp): handle type deps properly (#9436)

Fixes #9425

6752be05cda38dc6188bacc73fb8eb7c01560c97 authored almost 4 years ago
chore: bump TypeScript to 4.1.4 (#9459)

ffe12aa92d434b141bbfc6a76036815461c0ac4a authored almost 4 years ago
fix(op_crates): Don't use `Deno.inspect` in op crates (#9332)

Co-authored-by: Yoshiya Hinosawa <[email protected]>

900953a65a7cb54eb8d11eba4a30e52da7dbb469 authored almost 4 years ago
ci: bump Deno version (#9449)

Co-authored-by: Bartek Iwańczuk <[email protected]>

47b3e4bada01f29a6cf2a143b94d772242bbab67 authored almost 4 years ago
chore: update dependencies (#9455)

a195c75033eeed983c55f3ca9228b134f84c7651 authored almost 4 years ago
chore: add flag to v8 (#9456)

b85ed4a6f03a631a318adf0afed214445809bfe3 authored almost 4 years ago
fix(lsp): handle code lenses for non-documents (#9454)

d95666cae04376c041f5276774dc5445c6ca2415 authored almost 4 years ago
fix(cli): import maps handles data URLs (#9437)

Fixes #9420

97d5ef295065e74afa9e79d3796bded451b6d197 authored almost 4 years ago
refactor(cli/tools/repl): merge highlighter into helper (#9448)

36e9e53b37c4983da4ba7a8c30e13cfe27f42855 authored almost 4 years ago
fix(lsp): prepare diagnostics when the config changes (#9438)

1f9e9002d527022130e4deba0b34b1ba466216d8 authored almost 4 years ago
feat(lsp): add implementations code lens (#9441)

e368c5d0f9d69e69438cb0a8a8deb49d7b02901a authored almost 4 years ago
feat(lsp): add asset cache regression test

When we migrated away from all the locks, there was a regression that
was not caught immediately...

09b79463d71f3b144a0cfd878108a012c87464ca authored almost 4 years ago
fix(lsp): fix asset cache lookup regression

Commit 2828690fc ("fix(lsp): fix deadlocks, use one big mutex") from
last month introduced a reg...

e7a7bf8a79ba69247e581f51a9535b5437642a11 authored almost 4 years ago
fix(lsp): DRY asset cache lookup logic

ccbaedb138038c175f4a62929ccf3ec625683893 authored almost 4 years ago
fix(lsp): remove Sources mutex

The mutex was used to hide the fact that the Sources object mutates
itself when it's queried. Be...

be10db10fd2523b8b256b352a95d79d226d7a905 authored almost 4 years ago
fix(cli): check for inline source maps before external ones (#9394)

Fixes #6965

0cac243a835d86ad5f37d50bdd1634bd4fe2d2d6 authored almost 4 years ago
chore: fix typo in lib.deno_core.d.ts (#9416)

45b465f8392b58f3cc524502737e98feecdf2c25 authored almost 4 years ago
fix(runtime/tls): remove unnecessary clone calls (#9429)

a601d94aa1fa54074cd37ea011e874611f497938 authored almost 4 years ago
upgrade: rusty_v8 0.17.0, v8 9.0.123 (#9413)

a6723fafc5cb4dfb58bfbc709845beaed8cd38e9 authored almost 4 years ago
fix(lsp): support codeAction/resolve (#9405)

b6353672f8d01b8c7a67131aac52c6492b432677 authored almost 4 years ago
ci: fix release process (#9418)

647f11b3acc2f629a6d77836f5f6ef74ee10c4ce authored almost 4 years ago
v1.7.2

ae10219f59a16dc32b6a6538c9593301a86f1d95 authored almost 4 years ago
chore: release crates (#9410)

64f06be0eb5435408a5c1116d160190cc537b95c authored almost 4 years ago
fix(repl): prevent symbol completion panic (#9400)

c83e261b42019f5a1ef1b67f9c764a3ed61b68a2 authored almost 4 years ago
fix(cli/lsp): fix using jsx/tsx when not emitting via tsc (#9407)

Closes #9308
Closes #9023
Closes #8993

5b9376908af91ca723245b78d3146c1f17107ac4 authored almost 4 years ago
chore: use strict mode for internal runtime, core, and op_crates js (#9391)

923214c53725651792f6d55c5401bf6b475622ea authored almost 4 years ago
feat(lsp): add TS quick fix code actions (#9396)

b77fcbc518428429e39f5ba94e41fcd0418ee7a0 authored almost 4 years ago
fetch optimizations (#9402)

Release deno_fetch 0.20.2

644a7ff2d70cbd8bfba4c87b75a047e79830c4b6 authored almost 4 years ago
refactor: rewrite File implementation (#9334)

25b35be50dd59d00e126591dd24d06824e2c50cf authored almost 4 years ago
docs: update example for Deno.Process (#9390)

79fa7e0e96ed8261360b90fedcd795ad3a405e44 authored almost 4 years ago
chore: upgrade swc (#9374)

9069632216235dc92d3f2a4742cae7eb6102915b authored almost 4 years ago
fix: improve http client builder error message (#9380)

Include the lower-level error message in the generic error message.

No test because I can't a...

fb358380c0570103619b0ce71c7fcb1b5a17986c authored almost 4 years ago
typo (#9378)

3f6483e5015c4cc3d1569b85ea198bdc1cb41082 authored almost 4 years ago
refactor(runtime): remove unneeded Deserialize trait for Permissions struct (#9362)

9690ce5e872f1873538b8cea7c93fa3ea8bfd9d1 authored almost 4 years ago
chore: remove std directory (#9361)

This removes the std folder from the tree.

Various parts of the tests are pretty tightly depe...

6abf126c2a7a451cded8c6b5e6ddf1b69c84055d authored almost 4 years ago
refactor: Reorganise integration tests (#9282)

This commit reorganises cli/tests/integration_tests.rs.

All integration tests had been moved ...

a2b5d44f1aa9d64f448a2a3cc2001272e2f60b98 authored almost 4 years ago