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(extensions/crypto): implement subtle.digest (#10796)

Co-authored-by: Yacine Hmito [email protected]

3f9187c366be362a219274ded5be9e679b96af98 authored over 3 years ago by Casper Beyer <[email protected]>
fix(#10747): cannot read config option in windows (#10791)

Fixes #10747

633c5aab1f28538dde619fe755f8ec9fa77a3719 authored over 3 years ago by jeiea <[email protected]>
feat(web): Implement TextDecoderStream and TextEncoderStream (#10842)

62bf4031576ab833a8057c6b7037e6476d13bf65 authored over 3 years ago by Andreu Botella <[email protected]>
ci: update comment for stale PR bot (#10849)

eb3a20292f01fb621bd0027a9fb2827131e34de8 authored over 3 years ago by Dezső Mészáros <[email protected]>
fix: typo in validator for TextEncoder#encode (#10862)

fdf068a607217679f118ae18f1c2fe64c84d7152 authored over 3 years ago by Luca Casonato <[email protected]>
refactor(web): use encoding_rs for text encoding (#10844)

This commit removes all JS based text encoding / text decoding. Instead
encoding now happens in...

c73ef5fa143b473677d4cab069241ff018e0c971 authored over 3 years ago by Luca Casonato <[email protected]>
fix(crypto): change Crypto to interface (#10853)

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

bb0c90cadbb99784681a2acac1fd65ac7f802297 authored over 3 years ago by Leo K <[email protected]>
tests: disable failing stream idl test (#10860)

Didn't catch failure in original PR due to #10856 and merge ordering.

368c784d7f6feff6bb483ca2b02cf2c44ea29c26 authored over 3 years ago by Luca Casonato <[email protected]>
fix(streams): expose ReadableByteStreamController & TransformStreamDefaultController (#10855)

b748415baf31bb90a7dd93bb84a44955de6c1b39 authored over 3 years ago by Leo K <[email protected]>
refactor(crypto): validate max random bytes in Rust (#10857)

083f5c345445af4e434281c37817e12249d7553d authored over 3 years ago by Leo K <[email protected]>
tests: fix wpt runner expected test file failures (#10856)

706b75d7421a33a54f51ceafc0747be4a646c707 authored over 3 years ago by Luca Casonato <[email protected]>
tests: remove non-applicable webstorage wpt (#10858)

5bed6d56ec05766d8d0d54bcb828c73228364113 authored over 3 years ago by Leo K <[email protected]>
feat(cli/compile): Support data uri dynamic imports in `deno compile` (#9936)

e67010b5e2eaa5a5ddb756d7ddc2dd0194f09a0a authored over 3 years ago by Divy Srivastava <[email protected]>
webutil: replace cloneValue impl with serialize/deserialize (#10215)

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

4b3d55b449dd703aaa693410f0d37a2308bb0fd6 authored over 3 years ago by Elad Keyshawn <[email protected]>
feat: make 'deno lint' stable (#10851)

1d070f3d47f456099a46462d5d79175c26e3c21d authored over 3 years ago by Bartek Iwańczuk <[email protected]>
feat(extensions/crypto): implement randomUUID (#10848)

cf351f77c2c05255c211196957b551db871f2699 authored over 3 years ago by Leo K <[email protected]>
fix(lsp): refactor, fix issues and add benchmark for code lens (#10841)

e8be116ab6d06bed764ad9b6cb253d8de36ae73d authored over 3 years ago by Kitson Kelly <[email protected]>
chore: add web crypto to expectations (#10845)

This should make wpt.deno.land a lot more accurate about our current
implementation status.

1abff0e333861211b5186527bc1c1371709ce3e4 authored over 3 years ago by Luca Casonato <[email protected]>
fix: hang in op_http_next_request (#10836)

This commit adds "CancelHandle" to "ConnResource" and changes
"op_http_next_request" to await f...

5457e741fae8272901d277836a396a52fada86da authored over 3 years ago by Bartek Iwańczuk <[email protected]>
fix(cli): output json with trailing newline character (#10830)

41e9a21307f87e0a79766fc879a3a0b06dc57eb2 authored over 3 years ago by Yusuke Tanaka <[email protected]>
fix(fetch): implement newline normalization and escapes in the multipart/form-data serializer (#10832)

03184aeabb3e5f70aa9e66fd279b0285b810a830 authored over 3 years ago by Andreu Botella <[email protected]>
feat(cli): support URL overload for `Deno.chdir` (#10793)

55e962b6886ad5b3d39ecb7b146f646f3081b659 authored over 3 years ago by Casper Beyer <[email protected]>
feat(runtime): support URL overloads for `Deno.symlink` and `Deno.symlinkSync` (#10664)

ece56d9935614dcc755aeeefd3cd6c84b6827f77 authored over 3 years ago by Casper Beyer <[email protected]>
feat(runtime): support URL overloads for Deno.rename/Deno.renameSync (#10512)

dc69b03339cc75af1daa70700d1283fa33c22c3b authored over 3 years ago by Casper Beyer <[email protected]>
fix(#10775): diagnostics update on dependency changes (#10817)

Fixes #10775

844a1317ec63e5ed5019e36a52dc3e7d3abfab8b authored over 3 years ago by Kitson Kelly <[email protected]>
build: remove gnu tar installation (#10826)

5a14827f9f0afd43c9cfc32fb0cb1844477e0e4c authored over 3 years ago by Yoshiya Hinosawa <[email protected]>
build: collect wpt results as json (#10823)

b2a4c2e4f650f84a4f22c655a6b504b00fe0f72f authored over 3 years ago by Luca Casonato <[email protected]>
docs(releases): remove doc changes (#10821)

b4ae243da8846d7ba0a5dd63942f90c857b744ca authored over 3 years ago by Bert Belder <[email protected]>
fix(#10815): lsp only responds to formatting for md, json, jsonc (#10816)

Fixes #10815

473713c6210ee11f11b7ae4c83165c4f87ff2d77 authored over 3 years ago by Kitson Kelly <[email protected]>
chore: update wpt (#10807)

9ae8dbf17334f1cf7ae09abf585d8797f374bdc4 authored over 3 years ago by Luca Casonato <[email protected]>
feat(lsp): registry auto discovery (#10813)

Closes: #10194
Fixes: #10468

bb5bf91067e28cef869f5180dc73a9b86e368bdc authored over 3 years ago by Kitson Kelly <[email protected]>
fix(lsp): updates to workspace config are processed sync (#10812)

9abb899f5fd36da65aae78351df3f478f8363700 authored over 3 years ago by Kitson Kelly <[email protected]>
fix: Support the stream option to TextDecoder#decode (#10805)

e466a6fc9ade08c8ca17322d47017709eecc4444 authored over 3 years ago by Andreu Botella <[email protected]>
fix(cli): represent bare imports as module graph error slots (#10804)

Fixes #10795

6dd7a7ecd9d9b09f5112c73c67aa5f94480c8196 authored over 3 years ago by Nayeem Rahman <[email protected]>
feat: add FsWatcher interface (#10798)

595700c993891ec8bf83f455a6602070ab8351ac authored over 3 years ago by Yoshiya Hinosawa <[email protected]>
Merge v1.10.3 into main (#10801)

f8913680573505e45f0c094af1421f7a4abb4fb2 authored over 3 years ago by Bert Belder <[email protected]>
v1.10.3

1567c1013cc8ff12cf039137792da66a1d0015b5 authored over 3 years ago by Bert Belder <[email protected]>
feat(cli): support URL overloads for `Deno.utime` and `Deno.utimeSync` (#10792)

330cd6b7ea46524783e5d1a8654153b459931cd7 authored over 3 years ago by Casper Beyer <[email protected]>
fix: running subcommand with coverage collection (#10802)

ea2c7ac5566e6973cdd68aaa8aa3dcb8c51a5865 authored over 3 years ago by Bartek Iwańczuk <[email protected]>
fix(cli): Don't statically error on dynamic unmapped bare specifiers (#10618)

Fixes #10168
Fixes #10615
Fixes #10616

8a7e1c616d12feb93ed3fda4a70228924c747b5c authored over 3 years ago by Nayeem Rahman <[email protected]>
fix(#10765): lsp import fixes include extensions (#10778)

Fixes #10765

925ba8fbbf947c2c95a616b43e3f89e20cd69e93 authored over 3 years ago by Kitson Kelly <[email protected]>
fix: remove unimplemented Request attributes (#10784)

Not having them is better than throwing "unimplemented" errors on
access.

2c1f37b4a97922cfcec9393e2146c42d3d3b6e2e authored over 3 years ago by Luca Casonato <[email protected]>
docs(permissions): fix grammatical error in permissions docs (#10755)

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

a43d11fa3278cab3467d03f70079527736fe9c52 authored over 3 years ago by Jonathan Svenheden <[email protected]>
chore: upgrade Tokio to 1.6.1 (#10782)

475bc35646bc25d796b2638768cd5a79e3a0033e authored over 3 years ago by Yusuke Tanaka <[email protected]>
fix(ext/fetch): fix error message of Request constructor (#10772)

c00f9ad515561921894580d6d7132f65e70eae0a authored over 3 years ago by Yoshiya Hinosawa <[email protected]>
chore: release web [email protected] (#10773)

283e7ca92bb009a950211ad0ab701288ff62c009 authored over 3 years ago by Luca Casonato <[email protected]>
fix(#10733): empty tsconfig.json file does not cause error (#10734)

Fixes #10733

cf6b764a35f17dcdd5903c92f9c140ac8f43aa79 authored over 3 years ago by Romain Prignon <[email protected]>
docs(runtime): fix fetch API usage of HTTP server (#10777)

18db5be38611d5b7e8c8635bc55127f3f59bfdbd authored over 3 years ago by Takeshi Kurosawa <[email protected]>
fix(extension/file): update File constructor following the spec (#10760)

323fa5272db8f70e543507e7aaa24e2a19e090ac authored over 3 years ago by Yoshiya Hinosawa <[email protected]>
fix(fetch): make prototype properties writable (#10769)

379d40955a46e3f1e5113aee3b4781e66d02c8e0 authored over 3 years ago by Luca Casonato <[email protected]>
feat(lsp): show hints from `deno_lint` in addition to messages (#10739)

8a19f28a005083bec61816f171482f538464043d authored over 3 years ago by Yusuke Tanaka <[email protected]>
cleanup(test_plugin): use else if statement (#10718)

18a02c0f7923a9d23c6dc5ac1c3a0dfe03d03f10 authored over 3 years ago by Carter Snook <[email protected]>
fix(cli/test): don't use reserved symbol `:` in specifier (#10751)

7b6bba5d3a47522aa9491a833c3cd4cbd8fc3d04 authored over 3 years ago by Casper Beyer <[email protected]>
fix(cli/upgrade): modify download size paddings (#10639)

43417b4660b3811bab3b12ca79bb0821c17030c3 authored over 3 years ago by CGQAQ <[email protected]>
feat(lsp): diagnostics for deno types and triple-slash refs (#10699)

Fixes #9823

6bbefdff395072503677e3b11dd8cba7d59efa18 authored over 3 years ago by Kitson Kelly <[email protected]>
chore: update wpt

f3d5e74d2d36ed75fc2b8945def3efe230f754f5 authored over 3 years ago by Ben Noordhuis <[email protected]>
fix(docs): rename read to readSync (#10732)

Signed-off-by: 迷渡 <[email protected]>

859a88ba441796fc9199257dd8d51709f8214faf authored over 3 years ago by 迷渡 <[email protected]>
docs(cli/dts): tag test permission example as typescript (#10753)

620a2e0f8490da49512f92f44c4dec75759c567a authored over 3 years ago by Casper Beyer <[email protected]>
fix(cli/dts): fix missing error class (NotSupported) in types (#10713)

67cf683aad7d6fb7b0dc741267585c991b8be847 authored over 3 years ago by Carter Snook <[email protected]>
fix(test): ensure coverage dir exists (#10717)

195808a53879d73a4d79d0e2252783de64acea48 authored over 3 years ago by Yoshiya Hinosawa <[email protected]>
fix(lsp): re-enable the per resource configuration without a deadlock (#10625)

Fixes #10603

176075980bfdc8b07f70db3229bd2df9b6ace018 authored over 3 years ago by Kitson Kelly <[email protected]>
fix(runtime/http): fix empty blob response (#10689)

7b1fd3d146292df01f61e9eb0202779be8d7da33 authored over 3 years ago by Yoshiya Hinosawa <[email protected]>
chore(lsp): provide test for lsp deadlock issue (#10679)

Resolves: #10587

25b784f00d40e20714709bf61e09046d4b9c8fd8 authored over 3 years ago by Kitson Kelly <[email protected]>
fix(cli/tools/test_runner): --doc should not require permissions (#10719)

47ec33eca7b71b7f53c826dc97f37da4d4700499 authored over 3 years ago by Casper Beyer <[email protected]>
test(cli/dts): typecheck examples in declaration files (#10707)

This commits adds two integration tests that typecheck examples
in the docstrings in Deno decla...

3df9f41dfdcdbfa82da0dd758cab132121420e1a authored over 3 years ago by Casper Beyer <[email protected]>
fix(cli): always allow documentation modules to be checked (#10581)

2fe4aaa10d5a6fd2ff6a65372c7064cdef7768f3 authored over 3 years ago by Casper Beyer <[email protected]>
fix(serde_v8): remove intentional deserialization error on non-utf8 strings (#10156)

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

72eb6e1d7cfec721e33ac08943c0f97dce93fc23 authored over 3 years ago by Aaron O'Mullan <[email protected]>
ci: fix 'skip save cache' step in windows CI (#10704)

c5f700ca63a2013e268ee5e71449201fcebbac07 authored over 3 years ago by Yoshiya Hinosawa <[email protected]>
fix(webstorage): use opstate for sqlite connection (#10692)

Fixes #10691

a1125765ec8ef5d13ed49ad5cceadb0b41202be4 authored over 3 years ago by crowlKats <[email protected]>
docs(cli/dts): fix plugin example (#10647)

736ff290b8780f76fb0f01ede0c9b704bb8bc3a1 authored over 3 years ago by Casper Beyer <[email protected]>
fix(cli): canonicalize coverage dir (#10364)

2e9bd3e295b67cad01f63847a2ad1b0d2387e1e7 authored over 3 years ago by Casper Beyer <[email protected]>
fix(#10695): deps diagnostics include data property (#10696)

Fixes #10695

6ef64b9fce9ed0f2c78025063d9a44f8e0acd124 authored over 3 years ago by Kitson Kelly <[email protected]>
fix(cli/tools/test_runner): use file_fetcher.fetch to get sources (#10708)

8a512b99c90719492f7490e70f68b829f4c85530 authored over 3 years ago by Casper Beyer <[email protected]>
fix(runtime/http): expose nextRequest() errors in respondWith() (#10384)

218ba031f06919b1871b4d360e5ae6c5cc777f35 authored over 3 years ago by Nayeem Rahman <[email protected]>
fix(deno install): support `file:` scheme URLs (#10562)

7a751b813539f3048e56022248aeef42bb73b3ee authored over 3 years ago by Satya Rohith <[email protected]>
fix(runtime): support source maps with Deno.emit() and bundle (#10510)

Closes: #10413

4fedc702c60c4d0358354312e19eadef4d97e922 authored over 3 years ago by Satya Rohith <[email protected]>
docs(cli/dts): make worker example pass (#10703)

073e05f9fbf54f4de6e8a033d157e61969f1335c authored over 3 years ago by Casper Beyer <[email protected]>
docs(cli/dts): fix typo in `TestDefinition.only` description (#10697)

44cd0b1ef6d302993288f872cdd0816a581d2d0b authored over 3 years ago by Casper Beyer <[email protected]>
docs: fix misspelling (#10683)

127d938c84935cdb6783f49fec334807e53328f3 authored over 3 years ago by Raika Toriyama <[email protected]>
docs: fix unix socket examples (#10705)

736b73647989bb51f2f9737b4a2bc27c3f336aed authored over 3 years ago by Casper Beyer <[email protected]>
docs: update getting started for clarity (#10694)

Co-authored-by: RobyCigar <[email protected]>

c02af343426dd8f2e147775a8edc8af7541fbd80 authored over 3 years ago by Kitson Kelly <[email protected]>
feat(lsp): provide X-Deno-Warning as a diagnostic (#10680)

Closes #9932

d987ca5b0767d75b59b7c6c16840b164a4c786c4 authored over 3 years ago by Kitson Kelly <[email protected]>
chore: update deno_lint binary used in CI to v0.5.0 (#10652)

22426fee1ee37149175a564c6102a6a3ca99fb42 authored over 3 years ago by Yusuke Tanaka <[email protected]>
docs(typescript): fix typo in faqs (#10682)

0c40446bed093909c1f744233909b5044c1c60d8 authored over 3 years ago by Raika Toriyama <[email protected]>
fix(lsp): make failed to load config error descriptive (#10685)

913d4f28b319e509483b08752961d925c8081ab7 authored over 3 years ago by Satya Rohith <[email protected]>
feat(lsp): support formatting json and markdown files (#10180)

Resolves #9447
Resolves #9415

6966c4e9166a0dc7e545fcec21d096f077cca996 authored over 3 years ago by Satya Rohith <[email protected]>
fix(lsp): ignore type definition not found diagnostic (#10610)

Fixes #10575

a622486a1a8b9e403963bec9b6212ad8b9e6926d authored over 3 years ago by Satya Rohith <[email protected]>
refactor(lsp): memoize script versions per tsc request (#10601)

ef6d69c31471d33d5f1b37201f2706c6bf9608e3 authored over 3 years ago by Kitson Kelly <[email protected]>
chore: add/update crates listed in workspace (#10673)

7ad4a366cbf6435a6baf10de0d181c5e5dd0cca7 authored over 3 years ago by Bert Belder <[email protected]>
ci: make rustc deny warnings on all platforms (#10672)

c6e32456d98efcdbdbef178031414ff8f20e8404 authored over 3 years ago by Bert Belder <[email protected]>
refactor: share test harness for lsp between bench and integration (#10659)

96abb27e7328391e9319c99dd23595e42f7982a2 authored over 3 years ago by Kitson Kelly <[email protected]>
Update release dates (#10800)

76d343002e0727b59b75e91cb5de9dbd292451b9 authored over 3 years ago by Ryan Dahl <[email protected]>
fix: remove unimplemented Request attributes (#10784)

Not having them is better than throwing "unimplemented" errors on
access.

1f83b56d439cdf2fb14712bb5820ede97f283326 authored over 3 years ago by Luca Casonato <[email protected]>
fix(cli): Don't statically error on dynamic unmapped bare specifiers (#10618)

Fixes #10168
Fixes #10615
Fixes #10616

3a33510bd4a169aba00393c2b7e88bf7fa0cad06 authored over 3 years ago by Nayeem Rahman <[email protected]>
build: cli(build) shouldn't depend on deno_runtime (#10787)

This speeds up incremental rebuild when only touching JS files by 30%
compared to #10786.

Rebui...

83ce33363347447e25d2d00732dad86b588b89f0 authored over 3 years ago by Luca Casonato <[email protected]>
core: don't include_str extension js code (#10786)

This speeds up incremental rebuild when only touching JS files by 13-15%

Rebuild time after `to...

10e50a120744de71d6915af4ae93f8231607573d authored over 3 years ago by Luca Casonato <[email protected]>
fix(#10765): lsp import fixes include extensions (#10778)

Fixes #10765

bbefceddb97c2eb7d8cd191dc15f3dc23ed5f6de authored over 3 years ago by Kitson Kelly <[email protected]>
chore: upgrade Tokio to 1.6.1 (#10782)

5f92f35beed4e2670ef684e8c0561f4d64d19c92 authored over 3 years ago by Yusuke Tanaka <[email protected]>
chore: release web [email protected] (#10773)

d95056c10b53aa7ead913ae7fddab5ac1312c2c8 authored over 3 years ago by Luca Casonato <[email protected]>
docs(runtime): fix fetch API usage of HTTP server (#10777)

76e2edc7e1868d7768e259aacbb9a991e1afc462 authored over 3 years ago by Takeshi Kurosawa <[email protected]>