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

chore: make all tests annotated with `#[cfg(test)]` (#9347)

84f8b87f1b0fc6b7ec3a7f157f99d7f098d43101 authored almost 4 years ago
fix(cli): fix handling of non-normalized specifier (#9357)

23281be33a378ca548f0a407f642331f20b00a43 authored almost 4 years ago
feat(lsp): add references code lens (#9316)

534531e4dd4133ff22f775b385ba488ec747cead authored almost 4 years ago
cargo publish is done manually now (#9321)

46d5843f753548415c87f3c8a868bba49c203b92 authored about 4 years ago
refactor: rewrite Blob implementation (#9309)

Co-authored-by: Kitson Kelly <me@kitsonkelly.com>

fa975a9baee4c7489ad743be72b97372b616453a authored about 4 years ago
chore: upgrade tokio to 1.1.1 (#9327)

ef46bc88bd48371d10ef59c99c8c113632ea7d97 authored about 4 years ago
test(std/node): fix `assertStats` if atime, mtime or birthtime are null (#9311)

d405e57c3cfdba3230ae868ee5e3b2dd5f514ee0 authored about 4 years ago
fix(cli/coverage): display mapped instrumentation line counts (#9310)

9965fc8cc35afc0ff4b338b0d893742b84fe102d authored about 4 years ago
Update lspower dependency (#9179)

013b8fe606ba146ad9f7d15a8a3a0e05defb0a12 authored about 4 years ago
v1.7.1

11dd6f201378fe04cccadb46b7054cc2f791dda8 authored about 4 years ago
test: fix lock_write_fetch test (#9318)

4b92eef25e8f8ca203c7f03a9c6e55802cd3e47f authored about 4 years ago
fix(cli): Move WorkerOptions::deno types to unstable (#9163)

daad575825ab82f1147d48c0e0e8963d5d29e879 authored about 4 years ago
fix(op_crates/web): Add customInspect for Location (#9290)

f3122442db70d16f4861f39edf32d89ac2530aa2 authored about 4 years ago
refactor: IO resource types, fix concurrent read/write and graceful close (#9118)

Fixes: 9032.

98878bd81231a631c494b6767576097f945eb813 authored about 4 years ago
chore: reenable watch tests (#9306)

c8a5e3c1e485915880bd5ed10438ac87baf4a80b authored about 4 years ago
fix(cli): fix panic in Deno.emit (#9302)

fc162162a155faf088f2b1a3343597c66d59d98c authored about 4 years ago
chore: add jsdoc to 26_fetch.js and enable some fetch tests (#9305)

6ecc86cf2ae4bb0aac6f3d0e954382a69176b387 authored about 4 years ago
fix(cli): add lib dom.asynciterable (#9288)

Fixes #9218

7bda0f567ec7e1a688b41b6026c6124656cd413a authored about 4 years ago
fix(coverage): use source maps when printing pretty reports (#9278)

This commits makes use of source maps and the original source
when printing lacking line cover...

5cf194380bcad0fd763fb0893ec49bfc91fda15d authored about 4 years ago
fix(tools): fix typo in wpt cli output (#9303)

591ed6b3ad786b756e66c2f64f365c76b4ccd617 authored about 4 years ago
bench: remove custom error types (#9301)

Fixes #9253

f858b653be7529ed7ae4dceff6af640a6d4c3722 authored about 4 years ago
tests: enable url wpt (#9299)

1698bc64c13366cd6248d99f089877d5111731b9 authored about 4 years ago
fix(cli): early abort before type checking on missing modules (#9285)

Fixes #9275

894ff6bb5881206c61fbd2abd3127e4f3001da95 authored about 4 years ago
tests: new typescript WPT runner (#9269)

2638aa03a5c3f7f4740ea7bee22127c01eb47a3c authored about 4 years ago
fix(cli): correctly determine emit state with redirects (#9287)

Fixes #9129

ecfda65effab41b8ca0ab65955d0542304437491 authored about 4 years ago
docs(tools/compiler): add docs for new features in 1.7 (#9258)

5213bed533d061f3f09892b3131b3564cd2bc9cf authored about 4 years ago
chore: fix typo in lint.rs (#9281)

798027a596a01829d95500bc8793a58404bf4bc2 authored about 4 years ago
feat(lsp): add performance measurements (#9209)

e7323002d9fe5ab834754592916aba7cb842613d authored about 4 years ago
fix(lsp): handle mbc properly when formatting (#9273)

ada43cc56ac2e337cc034f8052d7e5da61268c34 authored about 4 years ago
fix(cli): fmt command help message (#9280)

43f4a23f89be19549f2e798c2eb0c59925861590 authored about 4 years ago
chore: update crates (#9251)

Updates SWC, dprint, deno_lint, deno_doc, serde, and Tokio (to 1.1.0).

Co-authored-by: Kitson...

40fc5f55ea582755d221a3445a2f5f388845bc23 authored about 4 years ago
fix(test_plugin): Add README.md and make function use same data (#9128)

eb30c6f510ba49fbabcd0121fde5159605eddd77 authored about 4 years ago
fix(std/node): Stop callbacks being called twice when callback throws error (#8867)

06bd692e5c4a8f66960d3919e7087530b60c20dd authored about 4 years ago
fix(op_crates/fetch): fix ReadableStream.pipeThrough() (#9265)

Fixes #9252

f9949a31707dcaa5a8786bfe4f84ed202be91607 authored about 4 years ago
fix(lsp): complete list of unused diagnostics (#9274)

8b6893438ade5031640576f44ac4ce71a384c5b9 authored about 4 years ago
fix(lsp): fix deadlocks, use one big mutex (#9271)

The LSP code had numerous places where competing threads could take out
out locks in different ...

2828690fc7bb510c3248dda7b1cda8793e789ca6 authored about 4 years ago
docs(tools): add documentation for Vim/Neovim plugin ALE (#9270)

2823c02e434577393cf0575d4ad9116da1076b17 authored about 4 years ago
fix(lsp): reduce deadlocks with in memory documents (#9259)

2b4e0be43c273d2c1bcdc7640aa80ae03f137113 authored about 4 years ago
feat(std/node): Add support for process.on("exit") (#8940)

This commit adds support for process.on("exit") by appending a listener to
the unload event. Lu...

1f8b83ba1aafd2c25c24c00eb7a117588a34b3f9 authored about 4 years ago
Revert "tests: enable wpt for url (#9046)" (#9264)

This reverts commit 66e99d349b31f5cd30b868d80ebdab6ba749fd96.

e0eb111e3e2f76d16682559780baa3d756ed0df7 authored about 4 years ago
docs(cli): fix return type in comment (#9248)

cf688cb40850fa3a7c48105a69ed4d4eb62425b8 authored about 4 years ago
tests: enable wpt for url (#9046)

66e99d349b31f5cd30b868d80ebdab6ba749fd96 authored about 4 years ago
feat(op_crates/web): adding gb18030 and GBK encodings (#9242)

feff6361b1247c82bb86aedfea349b04899b9610 authored about 4 years ago
fix(runtime/js): use DOMException in Performance#measure (#9142)

ad60e750d75471d7c7f31f9f40ff233a29aba332 authored about 4 years ago
docs(cli): fix typo `stanalone` -> `standalone` (#9246)

2ca637962faeccb92e729dd0dd45b59410074afd authored about 4 years ago
fix(cli/flags): don't panic on invalid location scheme (#9202)

452df2f23a53460dd18460666d928fb2014141dc authored about 4 years ago
fix(std/node): replace uses of `window` with `globalThis` (#9237)

25830a10671607df57ec826d3b9e9a7acb6cc30a authored about 4 years ago
fix(compile): fix panic when cross-compiling between windows and unix (#9203)

a61389a55e7c2df88460f11ee07b415efcdff791 authored about 4 years ago
fix(std/async): make pooledMap() errors catchable (#9217)

1518fabfbba3cb951357f7c7977d6346943a9a8f authored about 4 years ago
fix(lsp): handle mbc documents properly (#9151)

Co-authored-by: Ryan Dahl <ry@tinyclouds.org>

1a9209d1e3ed297c96a698550ab833c54c02a4ee authored about 4 years ago
Typo (#9221)

ffa920e4b9594f201756f9eeca542e5dfb8576d1 authored about 4 years ago
fix(core): Handle prepareStackTrace() throws (#9211)

Fixes #9206

bdb1ee64800e03699d41265c5158c99e3a390ec7 authored about 4 years ago
fix(runtime): fix recursive dispatches of unload event (#9207)

18ac7d40c87b380ce5ed617bd7c59e344730a883 authored about 4 years ago
docs: update implied tsconfig for "useDefineForClassFields" (#9196)

8bef29fd74f24e3682069a1188386d90805a9904 authored about 4 years ago
fix(coverage): ignore comments (#8639)

This commit fixes coverage collection by ignoring
comments when tallying up line counts.

413f79a4941d266ca1e6b61de80f83b16f6a4a4e authored about 4 years ago
docs(std/fmt): Add examples of colors.ts usage (#9159)

47263ef6fafdad22546396f9e2ce1ca020c7cd3d authored about 4 years ago
fix(ops/net): fix panic in op_dns_resolve (#9187)

0a159bea15473254399e80c8e1536c0bb7f80fcf authored about 4 years ago
docs: Fix typos in TypeScript section of the manual (#9195)

ffb4b32e9246dec2d452f81d530e8738e19e5a4e authored about 4 years ago
v1.7.0 with release notes

0f7a02500c0abdaae4ecfa89259c026c624773a9 authored about 4 years ago
v1.7.0

bfaa121cd247870b31bb3315da332949333ffcb5 authored about 4 years ago
fix(cli): actually stabilize Deno.shutdown() (#9181)

b0132e8f9062a37e747306ddcf6ae2274832b652 authored about 4 years ago
upgrade: rusty_v8 0.16.0, v8 8.9.255.3 (#9180)

9312d48e69f3edc951144c6a5e5e3e2cde0d0db9 authored about 4 years ago
docs: Move release schedule section (#9178)

4bf98ab239f1e377b4023b475c1aa1ff9bfc939e authored about 4 years ago
docs: improve manual around typescript (#8139)

Fixes #9054

02c6a88d8af08d3e3ae79724d9fb12d4a0f8222f authored about 4 years ago
feat(web): add utf-16 and big5 to TextEncoder/TextDecoder (#8108)

973c33c8995f63da187daa6a434333315192b521 authored about 4 years ago
chore: add compile aarch64-apple-darwin target (#9174)

0e8e6d7251c34e8cd961e0fae9b0ff7d2ff00a58 authored about 4 years ago
feat: add markdown support to deno fmt (#8887)

This commit adds support for formatting markdown files with "deno fmt".

Additionally "--ext={...

16036a8a5170030a95a56b28b29b1b355d0d0f80 authored about 4 years ago
fix: panic during `deno compile` with no args (#9167)

4c223d0521bf9711ccd4813a04ba7b1f7899485b authored about 4 years ago
feat(unstable): add Deno.resolveDns API (#8790)

0ef8c915c07fa3e7c7898b467d259426144958f4 authored about 4 years ago
fix: full commit hash in canary compile download (#9166)

cf3202644d99f57af3c1da169435f0d1cd8eadd8 authored about 4 years ago
fix(installer): pass cached-only to executable_args (#9169)

867ce78fb662f8ed5cf9f4fbfa5bbb93a8fae6b0 authored about 4 years ago
fix(cli/install): escape % symbols in windows batch files (#9133)

Fixes #9096.

3505823e20baf961865ddb1d2c74fd420b79f13e authored about 4 years ago
feat: Standalone lite binaries and cross compilation (#9141)

This commit adds --target and --lite flags to deno compile subcommand.

--target allows to cro...

9ff468df730e330370d90b33db5b2cfc0f508601 authored about 4 years ago
feat: Add WorkerOptions interface to type declarations (#9147)

b12afdb89a989e7d78389bd5289488d86202bb4e authored about 4 years ago
fix(cli): print a newline after help and version (#9158)

f43855cead0a52b888018867f7f3cd439d5944d8 authored about 4 years ago
fix(op_crates/web) let TextEncoder#encodeInto accept detached ArrayBuffers (#9143)

db3a1d66331c88917f59beaabf2faf0de11e3019 authored about 4 years ago
test(std/node): ensure process.env case doesn't rely on unset variables (#9144)

6a50615e7cc703b28a3e60c15980568c2fb0a020 authored about 4 years ago
fix: redirect in --location relative fetch (#9150)

7a30d1a3d85b47434c1bdbd03052ade3dba3c77c authored about 4 years ago
test(std/node): avoid project directories for cwd case (#9148)

12577f2d9a08256417af2f1e92ed7f667f7a4a6a authored about 4 years ago
bench: fix off-by-one error in thread_count (#9145)

18150b3a78cd02c7c68d4dfced036fd812a17536 authored about 4 years ago
fix(op_crate/fetch): add back ReadableStream.getIterator and deprecate (#9146)

2077864a8deca240fbbd43758e30977cc881e110 authored about 4 years ago
fix(cli): Check permissions for Deno.emit() (#9139)

81d73f2987c65463c0f2653f31d3d29d8db1986c authored about 4 years ago
benchmark: cleanup serde_json values being passed around (#9115)

2b5b93158c1fc8887b2d4e4d1e4fc3d71c795027 authored about 4 years ago
tests(wpt): enable working wasm tests (#9072)

271fbe39e3a8390146b4fccb23a930987b007ea0 authored about 4 years ago
fix(op_crates/web): Use WorkerLocation for location in workers (#9084)

7db0605d456559f1ca9447e6fa778559fe50cc95 authored about 4 years ago
fix: incremental build for deno declaration files (#9138)

f4dbb267c6672f92605bc204b10ad9a96d160ef4 authored about 4 years ago
chore: Enforce ban-untagged-todo lint rule (#9135)

b26dcbc69d56b6ac5780520dad47f10460127d3e authored about 4 years ago
docs(cli): correct example (#9136)

fc45a19801fe32eaf3a82ab8333f433fcfd7ca4e authored about 4 years ago
upgrade: dlint in third_party/ (#9134)

69fb2b31b38c5267b5806d721e688d8f5b24eb67 authored about 4 years ago
refactor(lsp): don't duplicate fields present in DocumentSpan (#9131)

4b2df87c5440a653bffa181bd57964b6fcd01cfc authored about 4 years ago
upgrade: deno_lint to 0.2.16 (#9127)

a3007de950ad98f953a70b984c8af69bbc2da963 authored about 4 years ago
docs(std/bytes): fix typo in readme example (#9119)

215ad88baa8e002612fc5082089abd80a6f7d502 authored about 4 years ago
docs(std/datetime): fix readme example (#9120)

ad21ac3115456699ddf2e785e292b6368ec5fc95 authored about 4 years ago
core(runtime): fix copyright in date (#9116)

03bf2fc01f0d877c0b39b5de64670af200724b22 authored about 4 years ago
refactor(op_crates/crypto): Prefix ops with "op_crypto_" (#9067)

836e22112ae050b30cdc944aef2e5435302f5359 authored about 4 years ago
refactor(op_crate/fetch): align streams to spec (#9103)

Fixes #8814

b8303c7812e3483c9ce63bbd8e2a9d420a47aee9 authored about 4 years ago
fix: don't swallow customInspect exceptions (#9095)

2d1208556ad09844407c484b1e23887e3ade97c7 authored about 4 years ago
refactor: make Process#kill() throw sensible errors on Windows (#9111)

Previously, calling `Process#kill()` after the process had exited would
sometimes throw a `TypeE...

979d71c883ee76c5e1246c5ad02f2791b745bef6 authored about 4 years ago
build: upload release zips to dl.deno.land (#9090)

b358426eeae1118e73a5420fbe1b3becdb5371a1 authored about 4 years ago
fix: align DOMException API to the spec and add web platform testing of it. (#9106)

* fix: align DOMException API to the spec

* test: fix test case 070_location

* test(DOMExc...

c75f92c4e2827a8c69edbb7dd937df87142b2b29 authored about 4 years ago