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

upgrade rust dependencies (#4270)

18076db8f004d70340a7a4317e0ac14c2ca56dee authored almost 5 years ago
refactor: remove cli/ops/files.rs (#4246)

* "op_close" - moved to "cli/ops/resources.rs"
* "op_seek", "op_open" - moved to "cli/ops/fs.rs...

88b77da25ca43651a9feb178a5c8d916d983e0a2 authored almost 5 years ago
Move benchmark data to different repo (#4273)

36c50f442d0ca5e6e751fa3314f8508b24ce7303 authored almost 5 years ago
Improve run_and_collect_output (#4272)

* Fix flaky test test_permissions_net_listen_allow_localhost

* Improve error reporting for ru...

ec1946a95e94a273e3ceaaa517773626738bf365 authored almost 5 years ago
Fix flaky test test_permissions_net_listen_allow_localhost (#4271)

61f12ea77534129113b7f11a0faee285b93c0cb1 authored almost 5 years ago
Add content type for wasm, fix encoding in wasm test fixture (#4269)

5e31b96f9ab72b9a9b480fd2fc0669a7f90cca17 authored almost 5 years ago
Rename name/filename arguments to path (#4227)

There's a lot of variation in doc comments and internal code about
whether the first parameter ...

acf0958e940f8c668c9f34dc780da48d8963a1e7 authored almost 5 years ago
doc: Update manual with suggestions for when cargo isn't building properly (#4252)

bb3d9c8280912f6e30692477aeb5331fb359d993 authored almost 5 years ago
Fix unwanted ANSI Reset Sequence (#4268)

e81fb25b7aac5fcb20eeed3892eaf05d17944295 authored almost 5 years ago
Rename readDir -> readdir (#4225)

9a63902db5bc33f3130c7227299cfb3b5be400ae authored almost 5 years ago
fix: call unwatch when dropping FsEventsResource (#4266)

afea9b2edd4becf66bdc6d40a0cb0dbe29267524 authored almost 5 years ago
move Web APIs to cli/js/web/

2e590072148c85bbc479ab49aa9556b0a2cfaff2 authored almost 5 years ago
fix event target tests

9b59ed7c7907c5f365e72b5c5a74114eb8ff1488 authored almost 5 years ago
Support async function and EventListenerObject as listeners (#4240)

c850b258b4e2487b0456a95cd6b65c169ffb9de2 authored almost 5 years ago
Allow BadResource errors to take a custom message (#4251)

54a1688868810af0ef16f5c186dfb839f2fce23f authored almost 5 years ago
Document TypeScript compiler options (#4241)

444b1ab68efdf0ceb36dc4a495ac83c809e15b2b authored almost 5 years ago
refactor: preliminary cleanup of Deno.runTests() (#4237)

* refactor: preliminary cleanup of Deno.runTests()

* Change time measurement to use new Date(...

20dad3659c60b61c9f5af5427ad61857593bf3e6 authored almost 5 years ago
refactor: cleanup compiler runtimes (#4230)

- Cleanup "tsCompilerOnMessage" by factoring out separate methods for each
request type:
...

52b96fc22a93c804702617f20d24ed115fd5a780 authored almost 5 years ago
Use discord instead of gitter (#4253)

159de0245d1924cdc0f007d96bfbfdab85f08ded authored almost 5 years ago
Remove unnecessary macro from cli/ops/tty.rs (#4254)

It contains a clippy issue, and there's no need for this macro anyway.

5d3dfa4cf699ebd46baf5e75dd0ca2a55216a7c1 authored almost 5 years ago
Remove Deno.errors.Other (#4249)

a1b98e9e6a204c3d522593cfb8593be5855d6615 authored almost 5 years ago
refactor: rewrite testPerm into unitTest (#4231)

Rewrite "testPerm" helper function used for testing of internal
runtime code. It's been rename...

8d96dffa410a149d0fff6115bd97f41fc1fe7459 authored almost 5 years ago
Migrate internal bundles to System (#4233)

30682cf74fa039d3493c74101dca2dbb3a8d49b6 authored almost 5 years ago
Fix inlining of lib.dom.iterable.d.ts. (#4242)

Fixes #4234

70fe1f9fd3b6eceb39c4324cba668bf069e04f91 authored almost 5 years ago
Fix `deno install` file name including extra dot on Windows (#4243)

5e7ca445ff3415ab12170a7fb133a0f80147ed41 authored almost 5 years ago
assert build success for test plugin (#4223)

6f5dff371e7ede8dec02054eff28dc51b0fcee7b authored almost 5 years ago
Disable flaky and broken tests (#4239)

ce5a57667c89b08521c97cf85bafcd1c3c46c043 authored almost 5 years ago
add assertOps sanitizer in cli/js/ unit tests (#4209)

* add "assertOps" test assertion which makes sure test case
is not "leaking" ops - ie. after ...

ee452ad883c1c711839655a307b39e8eea5bf410 authored almost 5 years ago
misc: reduce unnecesarry output in cli/js tests (#4182)

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

4dc004f0a24fdc81026ec03326b9943a95f1a31d authored almost 5 years ago
feat(std/node): add directory classes (#4087)

3968308886dec239a071503bf09352f893e1da83 authored almost 5 years ago
Do not convert exceptions to JSON and back (#4214)

eafd40feabaf14f9f88748c66fa319519fd69072 authored almost 5 years ago
Don't reset exception handle after calling ErrWithV8Handle::get_handle() (#4214)

3fcbf8789e7f873f8a562b200ab82ea7cec173d8 authored almost 5 years ago
Fix JavaScript dependencies in bundles. (#4215)

Fixes #4602

We turned off `allowJs` by default, to keep the compiler from grabbing
a bunch o...

83d902a7803adb0c69fe2c98e692a50dae446db9 authored almost 5 years ago
Rename Option -> Options (#4226)

* Rename MkdirOption interface to MkdirOptions

It was hard to remember which Options interfac...

a3c3a56ff71c325ea4807548484023c95ffdcd77 authored almost 5 years ago
feat: update metrics to track different op types (#4221)

ff5bba3be833b0062b3991b96272c0047c18b62e authored almost 5 years ago
refactor: rename structures related to Modules (#4217)

* rename structures related to ES Modules; add "Modules" prefix
* remove unneeded Unpin trait r...

cfe4369dedcdd885c60b8a5f6c89bc4bb7e5e1e8 authored almost 5 years ago
seek should return cursor position (#4211)

4a47ffa5c455be213523cb1a7211a0a454b5fcf8 authored almost 5 years ago
fix tools/docs.py (#4210)

c14cc84a85224870d2188df1a3741bf02eb8c5da authored almost 5 years ago
Cleanup comments and internal variables (#4205)

6cd46fa3ef4b12f35a60f1a33c7f038c06b5fc71 authored almost 5 years ago
Port Complex Permissions Tests to Rust (#4200)

809019dc6e9a80843affc927fa7a52cd41e76471 authored almost 5 years ago
feat(std/node): add os.tmpdir() implementation (#4213)

2a594bd3b2403fbbd26a0191ac8c289c365451d0 authored almost 5 years ago
perf: use subarray instead of slice in dispatch minimal (#4180)

ad21210edd5aabdeebe70809672b4224cc6f41c9 authored almost 5 years ago
Make internel error frames dimmer (#4201)

c3661e9f0731c8e6d2952de23eaeaaa1dc6ca4da authored almost 5 years ago
Refactor exception handling, remove message listener callback (#4198)

ba0991ad2ba89b7a788a866419759d858b125663 authored almost 5 years ago
docs: fix broken Deno.write() example (#4190)

b84f3efa144d51f0d6c851abbc396088060c08b6 authored almost 5 years ago
refactor(cli/js): Replace constructError() with getErrorClass() (#4189)

Flattens dispatch error handling to produce one less useless stack frame on op errors.

1f9d158bdc212e8cb15b92039c9cd11884c9708c authored almost 5 years ago
add assertResources sanitizer to cli/js/ unit tests (#4161)

f55b22e195ff0dfaf117aaef2a0fcc51fe0058c8 authored almost 5 years ago
test: add ResourceTable tests (#4185)

199fb195f334b582e4ee3fccaa9a33aa2a06ca48 authored almost 5 years ago
v0.35.0

a29343c7d6b5dad26c5d501eb6d21e9caf382a58 authored almost 5 years ago
upgrade: rusty_v8 0.3.4 (#4179)

ab2798874f374e4ed50aa4595290ea2a285507bc authored almost 5 years ago
Revert "perf: use subarray instead of slice in dispatch minimal (#4173)" (#4174)

This reverts commit 0eb91c5591eb7e5e419aa9dbdaff99f5bd8015da.

bdf95c7b72dff27c46849a8ec53f781d1b7af350 authored almost 5 years ago
http_cache: change .headers.json to .metadata.json (#4175)

Add original URL to metadata. This is so the VS Code Plugin can reverse
look up the URL for cac...

0099c28db35a63678e04b31434d38db52a11c3a5 authored almost 5 years ago
Exit HandleScope before snapshotting (#4168)

The V8 documentation explicitly states that SnapshotCreator::CreateBlob()
should not be called f...

bc7dbfafff7f73dc78f230c36c947669e9c7935c authored almost 5 years ago
[std/ws] provide default close code for ws.close() (#4172)

9075daa2e3cfac0cdb13f5d926e39d42890982d5 authored almost 5 years ago
perf: use subarray instead of slice in dispatch minimal (#4173)

0eb91c5591eb7e5e419aa9dbdaff99f5bd8015da authored almost 5 years ago
Clean up lib.deno.ns.d.ts JSDoc (#4170)

0a51611d76e4628c172ce8663cd8793156e58df6 authored almost 5 years ago
rewrite permission revoke test as integration test (#4164)

a13b0e27279e54205adb53cdaf2415c825e77714 authored almost 5 years ago
Support TypeScript eval through `deno eval -T` flag (#4141)

7255cc9bc089e1257c2119e4c8a089c0b4970e64 authored almost 5 years ago
fetch_cached_remote_source support redirect URL without base (#4099)

b5bf28e68f38396defd50be4ac72ae19a6bf5eb5 authored almost 5 years ago
Revert "chore: share HTTP server between tests (#3966)" (#4165)

This reverts commit e6167c78134182c45689bda7bcb12af05009349c.

9b6a9b769ed6df9d24dc0c5173cf2590a4bdcb47 authored almost 5 years ago
Merge mod_evaluate() and mod_evaluate_dyn_import() methods (#4167)

1cb1ab6c004ec0b20edaf65c6fdd3bc0b7ce465e authored almost 5 years ago
Fix typo in assert!() invocation (#4167)

397deb4e29775b7395a7ed4ccd253b89ee211b66 authored almost 5 years ago
Return non-zero exit code on malformed stdin fmt (#4163)

973dbd1ba157f80bd85a43c4b79a785ab9f93270 authored almost 5 years ago
reduce unnecessary output on tests (#4148)

c65d0c63e78ba3b50bf1260e40d999e35fda8d05 authored almost 5 years ago
replace impl Future with poll_fn for net.rs, process.rs, tls.rs (#4158)

fa5f3aa600311000cee0a4c794f85d48e6397362 authored almost 5 years ago
Add clippy to /tools/lint.py (#4132)

ff4b7b0921760f97e83ec34435f875e074f3d069 authored almost 5 years ago
feat: Support types compiler option in compiler APIs (#4155)

Handles `types` in the compiler APIs to make it easier to supply
external type libraries.

1d26da6a478d96a03b08b5bf1ff93a277b69f550 authored almost 5 years ago
rewrite normalize_path (#4143)

Rewrite "normalize_path()" to remove all intermediate components from the path, ie. "./" and ".....

daf7617f42e2e7520344ec98db3d60016b85fd73 authored almost 5 years ago
Remove impl Send for Isolate and EsIsolate (#4151)

fb1075da6e33a65daaa3e9c2ecf1d7a9a5021f58 authored almost 5 years ago
remove Read/Write futures, use poll_fn instead (#4150)

7fff2d2d1e73b4b7cece9c8e3c58763f5f257303 authored almost 5 years ago
Upgrade to rusty_v8 v0.3.3 (#4119)

1a8ef36b71838bfabc633efe6ccf8d32748d7060 authored almost 5 years ago
stream output of js unit tests (#4146)

9adcdabd6592e05d0196119deaaf642480a14a90 authored almost 5 years ago
Bundles can be sync or async based on top level await (#4124)

Previously, bundles always utilised top level await, even if the bundled
modules didn't require...

671f0b83be5cf9f9b6b1d667d41fd7779896a21a authored almost 5 years ago
refactor(std/http): move io functions to http/io.ts (#4126)

942e67c00b8ebdf6671fc8bb2e6c78c3ad8b3ff8 authored almost 5 years ago
DenoFlags -> Flags (#4136)

9a8d6fbd984d2c0f9775d90af64b3e95231dd21d authored almost 5 years ago
upgrade: dprint 0.7.0 (#4130)

* upgrade: dprint 0.7.0

Also make deno fmt less verbose (like cargo fmt)

3eebef39c55ead92d17bdf8016c3c58118b49936 authored almost 5 years ago
Fix flaky tests (#4134)

3d03d7e83b855a0eaef083f9ba249b1927eba51c authored almost 5 years ago
add window.self read-only property (#4131)

0e37184ca8084c257948d466c066fdb875ee44f3 authored almost 5 years ago
tty: Deno.setRaw(rid, mode) to turn on/off raw mode (#3958)

5946808f66aab1983ade3db2541734bb43626a72 authored almost 5 years ago
Port permission_prompt_tests to Rust (#4129)

e53064c4f22efeb8a4eda2712e15c77d2699a686 authored almost 5 years ago
upgrade: TypeScript 3.8 (#4100)

be787d09d537d6c1a6846168613dd0defe069448 authored almost 5 years ago
Remove _async from method names since _sync are gone (#4128)

f47f3f96726a94dd2df5d68e3c786b5079089dd4 authored almost 5 years ago
ci: Use fetch-depth: 5 (#4127)

fe181e2b4850a83344f0aa5840fffe97c8cb8839 authored almost 5 years ago
fix: Resolve makeTemp* paths from CWD (#4104)

14e7e1e3af43b2322a26fcc542428c8f1af4460d authored almost 5 years ago
Clean up how we use opIds (#4118)

91b606aaae23bcb790b55adc5fe70a182a37d564 authored almost 5 years ago
Fix issues with JavaScript importing JavaScript. (#4120)

Fixes #3852
Fixes #4117

805992b14a65a6dbfb857dea6d9b657477de043d authored almost 5 years ago
fix: [http] Consume unread body and trailers before reading next request (#3990)

- Added `ServerRequest.finalize()`: consuming all unread body stream and trailers.
- This is...

22f88b9f37b7e233fd4f15b73d5a2096224e56dc authored almost 5 years ago
Remove ansi_term dependency (#4116)

5c1ab080cd8989c3ac2b3a8c919fe14052feac79 authored almost 5 years ago
port tools/repl_test.py to Rust (#4096)

ref #2988

ac933dd1b89a20b2e63b5d6edc5b3d0c549335bc authored almost 5 years ago
Revert "Remove ansi_term dependency"

Broke colors
https://github.com/denoland/deno/issues/4112#issuecomment-590545385

This revert...

4005174f6c584fd5200dbe450b269a7f0de487ce authored almost 5 years ago
fix: createSecKey logic (#4063)

79c6e052ed29b9b78c31f2e01da3b91f76b6a017 authored almost 5 years ago
Add Deno.Err change missing from previous commit (#4113)

f4fd433e1aa6c8c086c38df39c39bec23c56a29c authored almost 5 years ago
rename Deno.Err -> Deno.errors (#4093)

e1687c0a4616e90d4bbde42b13a0356a7f6a1e7d authored almost 5 years ago
doc: Remove old link to deno types output (#4111)

db597055958a9dbc9c8e633e01d9229b55d1d6ef authored almost 5 years ago
feat: Add Deno.formatDiagnostics (#4032)

2b7e28b591a6947f76ddf9a53f49eec8f1accc0f authored almost 5 years ago
disable std/examples/chat tests for windows (#4109)

5da7c7df1d8649ddb5628b4dc830aa8c23ccb488 authored almost 5 years ago
update build instructions for windows (#4027)

c74684ed901b7313c317aa32aaad92841b3cd6d3 authored almost 5 years ago
Remove ansi_term dependency (#4106)

c250778704a4e0065e54e6bf6ca6c39d556a6d8d authored almost 5 years ago
fix: add mutex guard for permission_prompt tests (#4105)

This PR introduces the mutex guard for the test cases which depends on the
permission prompt m...

c080d7fba34fa9114e191b171d6a810312d74343 authored almost 5 years ago
Add missing node os.release() implementation (#4065)

fb08cf7005c9dc781d51c7d02ae06060e44d32a3 authored almost 5 years ago