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: set useDefineForClassFields to true (#10119)

Fixes: #9773

8aa0d5f96ed418e21efb99967f1f6b7fea0dc87f authored almost 4 years ago
feat: data URL support in fetch (#10054)

This commit adds data URL support in `fetch`. Tested via wpt.

3ab94983b4100d5ae3c1d99c8b6a580510cd83f5 authored almost 4 years ago
feat(unstable): ALPN config in listenTls (#10065)

This commit adds the ability for users to configure ALPN protocols when
calling `Deno.listenTls`.

8d55d8b6be8731d37ccf6a29127b3a91a8319d0b authored almost 4 years ago
runtime/inspector: pretend to be node (#10115)

Also change frontend URL from inspector.html to js_app.html

1c6602b85b50bc45cbf8cd1422091888e1561cd8 authored almost 4 years ago
fix(cli/diagnostics): Update UNSTABLE_DENO_PROPS (#10095)

dc4ab98ee732defc4e781ff12137f057a6a249b0 authored almost 4 years ago
chore: improve lsp registry validations (#10096)

1aeabce134ed1632a06efb2c020e0b9f97fa8ee2 authored almost 4 years ago
feat(permissions): allow run permission to take values (#9833)

This commit adds allowlist support to `--allow-run` flag.

Additionally `Deno.permissions.quer...

e7b7129b7a92b7500ded88f8f5baa25a7f59e56e authored almost 4 years ago
chore: upgrade dependencies (#10094)

This commit upgrades:
- swc_ecmascript
- swc_bundler
- deno_doc
- deno_lint
- dprint-plugin...

1c7217e3909c72135020ff415e61644e20e1f62c authored almost 4 years ago
perf: use BTreeMap for ResourceTable (#10074)

0fd1fb9329512258064c3c04e3c2d990f3748834 authored almost 4 years ago
Revert "Improve incremental build time (#10039)" (#10086)

This reverts commit a87da4b19a6da67dde15d1d0ceefaad2bdad1637.

01d8d70b10797a4671908af35b57f94ab2aeec4e authored almost 4 years ago
perf(core): use BTreeMap for GothamState (#10073)

This commit replaces GothamState's internal HashMap
with a BTreeMap to improve performance.

...

0b4cb29386d34195d3030ce2cfb423866f39a775 authored almost 4 years ago
fix: async op error stacktraces (#10080)

Co-authored-by: Aaron O'Mullan <[email protected]>

c86ee742a2522a169bfe40890b946c646aeac1cf authored almost 4 years ago
API change: Deno.startHttp -> Deno.serveHttp (#10087)

c6e7a243d524417fe77c4799a2bcc1b3db1bf01a authored almost 4 years ago
docs: fix typo in fetch example (#10057)

cd0560210aa0ac9dc9772cdddcb1c5a59cef1815 authored almost 4 years ago
Improve incremental build time (#10039)

Unfortunately this increases the release build size by 8M
```
| | incremental build | f...

a87da4b19a6da67dde15d1d0ceefaad2bdad1637 authored almost 4 years ago
docs(readme): improve link descriptions (#10083)

40983a48b6f34bcdd3dd5cd8ea24efc0410299f0 authored almost 4 years ago
ci: do not include branch name in cache key (#10081)

94c666fc454c3a6044c6db898839105e09b319a4 authored almost 4 years ago
docs: add a link to the Discord server to the Readme (#10082)

Fixes: #9712

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

0d9aa81c69b1a9ce2559b3de09f007f6b9932bdf authored almost 4 years ago
feat(lsp): add registry import auto-complete (#9934)

d9d4a5d73c28741deaa2c93d87672ce117315fbf authored almost 4 years ago
ci: add gnu tar path (#10075)

3168fa4ee7782e72b57745483a7b0df5df5ce083 authored almost 4 years ago
fix(lsp): normalize windows file URLs properly (#10034)

Fixes: #9744
Fixes: https://github.com/denoland/vscode_deno/issues/386

1ed95120225eb3d7c9adeadcc3b1f610dbe55b7e authored almost 4 years ago
feat: native HTTP bindings (#9935)

Co-authered-by: Luca Casonato <[email protected]>
Co-authered-by: Ben Noordhuis <info@bnoo...

70af8128767f2fc5a9c59107d3b5ddc00531db55 authored almost 4 years ago
Clear CI cache (#10071)

b30ac9c5cf58c34ed71d2f470cdbcd86a6096987 authored almost 4 years ago
ci: use gnu tar on macos (#10069)

3dd525d7675f8434dac07ba359480e0d6cb07a7a authored almost 4 years ago
chore: update deps (#10058)

This commit updates crate dependencies.

4e70ff80c2f630875b73c9010d959b518a977715 authored almost 4 years ago
fix(core): error handling in examples (#9867)

d050b491b10fe37b4461b37c56028a14c8674c95 authored almost 4 years ago
ci: fallback to main's cache (#10068)

c4b21fbff119a8ce006391d8fb7586877759bcef authored almost 4 years ago
fix(runtime/readFile*): close resources on error during read (#10059)

This commit ensures readFile, readFileSync, readTextFile,
and readTextFileSync does not leak re...

543080de559d997d5ff911e8a8a1625d51f2e0bd authored almost 4 years ago
fix: enable FileReader wpt and align to spec (#10063)

This adds some algorithms from the whatwg mimesniff, whatwg infra, and
whatwg encoding specs th...

c867c1aa476b3f00933be08cbc5f528973e37857 authored almost 4 years ago
ci: use repository and ref as part of the cache key (#10067)

d2e500e1cf7d27132fee92cc09238e1bc98897c6 authored almost 4 years ago
chore: update deno_file to use deno_webidl (#10042)

This changes the custom input converters in deno_file to use deno_webidl
converters.

ee07ef2962e5fe52e5f40b7516cdd813109e6104 authored almost 4 years ago
use incremental build in ci (#10053)

fd65e6de3dc1ff909a1419c3b8f0c76daf1a69ed authored almost 4 years ago
feat: blob URL support (#10045)

This commit adds blob URL support. Blob URLs are stored in a process
global storage, that can b...

966ce7de8a23f63d0f30b1748fe69ccaf07519e0 authored almost 4 years ago
perf(core.js): introduce promise ring (#9979)

This is another optimization to help improve the baseline overhead
of async ops. It shaves off...

2865f39bec6da135a2d2d679a65e7ff139131bd7 authored almost 4 years ago
docs: list globs used by `deno test` (#9976)

de641838831a90b142eceab5aa9df269084d83cc authored almost 4 years ago
fix(lsp): don't error on tsc debug failures for code actions (#10047)

Resolves: #9913

26c8d824d1d58e1588b8bc854814cb4eeccae1e0 authored almost 4 years ago
fix(webgpu): correct GPUFeatureName webidl to match typings (#10023)

704e1e53307130012da974f42d2cad94e07b5664 authored almost 4 years ago
perf: build core packages at opt-3 (#10038)

a5198184aaf08802187cb9898bee790213eb75f4 authored almost 4 years ago
docs(workers): fix permissions examples (#9965)

c7fcba268f665622086d916f464212972837dc29 authored almost 4 years ago
docs: export EmitOptions and EmitResult (#10037)

cbaa054154e85dc72ac9726fb6ea9dab6ede8021 authored almost 4 years ago
fix(lsp): properly handle encoding URLs from lsp client (#10033)

Fixes #9741

2c86ca1d643add802f0140aa5598d1bc8b05082e authored almost 4 years ago
refactor: add deno_file op crate (#10019)

Also enables WPT for FileReader.

00e63306cbcc295a87ba662f9f63311a3c6c49ce authored almost 4 years ago
refactor: rewrite "net" ops to use serde_v8 (#10028)

ff5d072702aee52882787ea85dd73573a8f8f316 authored almost 4 years ago
fix(lsp): folding range adjustment panic (#10030)

Fixes #10029

2c52c0a145337050fee03313a7c5698b761969dc authored almost 4 years ago
core: remove serde_json-isms in op_close() and op_resources() (#10026)

Core no longer uses `serde_json` now, besides re-exporting it or in the module specifier tests

91e80ada8a323a6526f760d41f2ebc481814e843 authored almost 4 years ago
chore: deprecate Deno.iter and Deno.iterSync (#10025)

This commit marks the `Deno.iter` and `Deno.iterSync` utils as
deprecated, and schedules them f...

d849c87eb16a4bebee1a09c171dbdae6a4924a55 authored almost 4 years ago
chore: deprecate Deno.Buffer and read/write utils (#9793)

This commit marks the `Deno.Buffer` / `Deno.readAll` /
`Deno.readAllSync` / `Deno.writeAll` / `...

da60e2afcbd4b28e3b8ba69b5e38d4ff173ddbe1 authored almost 4 years ago
refactor: convert ops to use serde_v8 (#10009)

This commit rewrites most of the ops to use "serde_v8" instead
of "json" serialization.

2aed322dd507a8568b6ee6f4897e9a8e3220f763 authored almost 4 years ago
chore: update std submodule (#10017)

284e6c303956e8ca20af63b4ecc045438a260fe6 authored almost 4 years ago
docs: add documentation about Atom Editor LSP client (#10016)

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

ac84eff9406c7173678f5faa1851027db96a424b authored almost 4 years ago
perf(serde_v8): preallocate vector when serializing arrays (#9955)

5f2a83f56346ccbbce906513f9fe56ebc42cd2e6 authored almost 4 years ago
docs: update Deno.metrics() table data (#9999)

e33e46e13b18fae7e4fb1aef34c9d2bff76e8fdb authored almost 4 years ago
chore(cli): Upgrade jsonc_parser to 0.17 (#9977)

Use new parse_to_serde_value as it's faster and less code here.

eed4e293372dc44d94207ad6d6815a24f8bb8009 authored almost 4 years ago
fix: Properly await already evaluating dynamic imports (#9984)

1312a57984d9c058e257286ea4b93dec89b3a5de authored almost 4 years ago
docs: update kakoune LSP example configuration (#9989)

Fixes #9988

fe027b4a5930f6afd6e2436ae14504eb099e5d84 authored almost 4 years ago
perf(serde_v8): drop need for EscapableHandleScope (#9990)

This is another improvement to serde_v8's serialization code,
it drops the need for creating a...

84e1df3ce22d6ffdaa8e7acd724c0abfee3eed90 authored almost 4 years ago
perf(serde_v8): introduce Serializable boxable object (#9983)

19d0e6b6710a61e6fdcf9f08e6057e49b349fe18 authored almost 4 years ago
perf(serde_v8): drop need for RC in serializer (#9987)

Which substantially improves the performance of to_v8()
by removing Rc's overhead (extra alloc...

878599ca7c4eb7636b6d025e669b39651f5ba1d0 authored almost 4 years ago
refactor: Switch op_now to be a json-op (#9974)

824bd2f5c353f8b0893d626858bcf46e15ce4d0e authored almost 4 years ago
refactor: don't call Context::Global in async_op_response (#9971)

d2fbbfbbf3cab6ddce4b55200dd4bdfa0ca66a1f authored almost 4 years ago
perf(serde_v8/de): implement SeqAccess size_hint (#9975)

105c0ee3b47196ce298c65a0b7f61a52e4b92235 authored almost 4 years ago
fix(permissions): don't panic when no input is given (#9894)

Fixes #9633

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

8257f51d7e705851401b6c298942b0002c6f026a authored almost 4 years ago
core/op_baseline: drop BufVec and minor cleanup (#9969)

22cef71c4ee879f7e859c6c3dddb79bae6d1f961 authored almost 4 years ago
perf: bench async op baseline (#9954)

ee3aa612aaa2e2ddf94baac83124733a4e972865 authored almost 4 years ago
refactor(ops): remove variadic buffers (#9944)

058579da562989ed15c86598053644bbc86c6747 authored almost 4 years ago
v1.8.3

adf57610904cb4f4ef25fb077f6e39c9017a4ea9 authored almost 4 years ago
chore: bump dependent crates for cli (#9964)

df1d36a759c1aa26f1f3b8222b009120e0925d3e authored almost 4 years ago
feat(lsp): implement textDocument/foldingRange (#9900)

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

035f7b0ca037aaff37428d339b5f4abc796320fc authored almost 4 years ago
Revert "fix(cli): align type definitions to spec (#9782)" (#9961)

This reverts commit f8aff8edcdb7330a8cc397e2af2ec445533ce970.

f50385b2a5c9bed99709522edc9ab759ce5f07ba authored almost 4 years ago
chore(cli): add "Deno" to the windows file description (#9959)

6048ce5a34ae00124eb7b285e1f561e709843c74 authored almost 4 years ago
fix(websocket): ignore resource close error (#9755)

It is possible that the WebSocket is already closed when we try to
close it with `WebSocket#clo...

0e72129da2fb3ef5b9ca27552e30264a8fc4c0a7 authored almost 4 years ago
chore(cli): fix futime and futimeSync code examples (#9953)

2d7fdb0a1969128fc0d9a21a8dfaebada325f72d authored almost 4 years ago
perf(core): js errors as unions vs tuples to reduce allocs (#9947)

6eace4de5c825c42ac4efd0d9b912c4911664a6a authored almost 4 years ago
fix(cli): align type definitions to spec (#9782)

Fixes #5666

f8aff8edcdb7330a8cc397e2af2ec445533ce970 authored almost 4 years ago
docs: copyedit introduction for clarity (#9805)

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

5107aac54269cfd2d557a642d2c71b2585b74fad authored almost 4 years ago
Fix typo in faqs.md (#9948)

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

f9ced5cc149c10df6b6a5b04691e89eee0f2c9db authored almost 4 years ago
fix(lsp): ensure insert_text is passed back on completions (#9951)

Fixes #9920

ec6317e8944d87cb412128f44fe4bb4c2a2d136f authored almost 4 years ago
docs: add the Nix pkg manager to Installation options (#9921)

47ac654ea27e22d328921dd2283953dfd675b427 authored almost 4 years ago
docs: fix typo (#9946)

9e937122c216da77d6bd2db68721ab5b1855a750 authored almost 4 years ago
refactor: new optimized op-layer using serde_v8 (#9843)

- Improves op performance.
- Handle op-metadata (errors, promise IDs) explicitly in the op-laye...

fec1b2a5a4324a7eecdfbb2471931f3b6b0139c5 authored almost 4 years ago
serde_v8: restore ser/de benches (#9939)

6dc3549a818ad49b3907d18c93fd422a9cc743a5 authored almost 4 years ago
perf: add op_baseline bench (#9924)

7efea6cc20e80539c5d316d97f96c42e3343c37a authored almost 4 years ago
docs: clarify jetbrains setup (#9930)

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

e85595ae50cfb2be2426a8a9c59855a607f1bb58 authored almost 4 years ago
bench: track Date.now() as upper bound reference (#9922)

269ea88e0e9a8c5e773d178e9d32ee6c920e1907 authored almost 4 years ago
chore: fix clippy warning in serde_v8. (#9917)

00468bceffc7bc13c33d175df6058959518f687f authored almost 4 years ago
feat(bench/deno_common): show ns/op (#9915)

It's simply the inverse of the rate (ops/s), but it's often useful to look at time per op

7c7a62a7f851df42007332585701ea5a4691aa1a authored almost 4 years ago
fix: update wpt + align AbortController (#9907)

b11249647fa14e482881fd22446dbd8b0cbac27c authored almost 4 years ago
chore: Add missing copyright headers (#9910)

940b3a26bde813c43cc156141c2366cacd827e77 authored almost 4 years ago
chore: add Deno copyright headers to all rust files (#9909)

fa67aeb026dca341cf25703de0f7a64fb80fe8cc authored almost 4 years ago
refactor(core): decode JsStackFrames using serde_v8 (#9902)

699eeebc12af25d83d482a0c755c9c5440a85a29 authored almost 4 years ago
remove macro_use (#9884)

f46e39c5c5435696daab9df075482e6e5c83533b authored almost 4 years ago
Add bench suite of common Deno functions (#9878)

6c6f3e87c1a60bc96d006812a670212eeacd1257 authored almost 4 years ago
refactor(core): simplify heapStats() by using serde_v8 (#9901)

505db5da2c024983c35c4a01e4a6019a8a373599 authored almost 4 years ago
docs: Add help community section (#9882)

200170b64d3d58c5bfc47d0d2f02804fab0af289 authored almost 4 years ago
chore: publish serde_v8, bump version (#9898)

9f9db6accdbd870054536ef8463f44884403ec47 authored almost 4 years ago
docs(profiling): Actualization & add flamegraph info (#9594)

f774cae931d11af17f2168675dde6411b6c048c3 authored almost 4 years ago
fix: include deno.crypto in "deno types" (#9863)

d5e0e8c0c29c3cb563d043dc5a1bd43cdcd055fb authored almost 4 years ago
refactor(lsp): remove unused code (#9897)

385b14463ce4f1623ed89bb00a896f3d15eac3ce authored almost 4 years ago
Introduce serde_v8 (#9722)

3d2e05dc7b6735fe0b81ceb6fe469270da56aff4 authored almost 4 years ago
upgrade: Rust 1.51.0 (#9895)

e7954413e16d5814db5da6389f8d6e0c328812aa authored almost 4 years ago