Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Denosaurs

Developing deno modules like denon
Collective - Host: opensource - https://opencollective.com/denosaurs - Website: https://denosaurs.land - Code: https://github.com/denosaurs

reorg: remove dispatch.ts, move signals, factor out web utils (#4316)

- moves signal definition from "cli/js/process.ts" to "cli/js/signals.ts"
- removes "cli/js/dis...

github.com/denosaurs/deno_desktop - 2d1b39bef339edb19ae6be5fb2099e685cee93bb authored almost 5 years ago
reorg: cli/js/compiler/, move more API to cli/js/web/ (#4310)

- moves compiler implementation to "cli/js/compiler/" directory
- moves more APIs to "cli/js/we...

github.com/denosaurs/deno_desktop - 99a0c6df79b903e4fe72ce066787039bdede3868 authored almost 5 years ago
Improve dprint config (#4314)

github.com/denosaurs/deno_desktop - 94f4c6807a34a564f567b984e71e36e9cb9c5005 authored almost 5 years ago
doc(cli/flags): Reduce empty lines in help messages (#4312)

github.com/denosaurs/deno_desktop - ce14ef09d01ce7f4f028ee37847cafcbe0d42658 authored almost 5 years ago
feat (std/encoding): add binary module (#4274)

github.com/denosaurs/deno_desktop - a309dcdd0f5bc93849d720328b887931a4810e2f authored almost 5 years ago
refactor(cli/js/net): Cleanup iterable APIs (#4236)

Listener and UDPConn are AsyncIterables instead of AsyncIterators.
The [Symbol.asyncIterator]()...

github.com/denosaurs/deno_desktop - 55119aaee2e5fec8074373ef51b56d5095da1faf authored almost 5 years ago
Add Deno.umask (#4290)

github.com/denosaurs/deno_desktop - 8078d976d29aa12819e3f5a781c846d67868b0d6 authored almost 5 years ago
refactor: Cleanup options object parameters (#4296)

github.com/denosaurs/deno_desktop - 6443e4aed16868c17111a56634aa733211430f46 authored almost 5 years ago
refactor: uncomment tests broken tests, use skip (#4311)

* uncomment broken tests, use skip:
- net_test.ts
- url_test.ts
- fetch_test.ts

github.com/denosaurs/deno_desktop - fbc4731256a698c07d0d842575d3678d7dc58715 authored almost 5 years ago
Add global "quiet" flag (#4135)

github.com/denosaurs/deno_desktop - 62f4a2a788a46af88e47472738d1a98fa247b9b0 authored almost 5 years ago
use Object instead of Map for promise table (#4309)

github.com/denosaurs/deno_desktop - dca00211abf311de9fec4f73f8365e430787e3f9 authored almost 5 years ago
reorg: move js runtime tests to cli/js/tests/ (#4250)

All Deno runtime test files were moved to cli/js/tests/ directory.

It makes a clear distincti...

github.com/denosaurs/deno_desktop - 68119e1d7ed23421ccdcba20532ebe9ae3df9f18 authored almost 5 years ago
upgrade: dprint 0.8.0 (#4308)

github.com/denosaurs/deno_desktop - dad8036766dca3417b79858b9a04d90447f88605 authored almost 5 years ago
reorg: move JS ops implementations to cli/js/ops/, part 3 (#4302)

Following JS ops were moved to separate files in cli/js/ops directory:
- net
- tls
- fs

github.com/denosaurs/deno_desktop - b7eb241c3569ead990d28b4f4889c2c52fc7894c authored almost 5 years ago
Add documentation and ISO8601 type

github.com/denosaurs/denord - 7dcce9900b03d8c1bcc47c59dfa92d9c9a3ab43a authored almost 5 years ago
test: add actual error class to fail message (#4305)

github.com/denosaurs/deno_desktop - 2115b38fef654c2d7c5998f40967fcfe39d7c515 authored almost 5 years ago
upgrade: typescript 3.8.3 (#4301)

github.com/denosaurs/deno_desktop - 7f591c37835be55b8a426cca61e677fd62c23c93 authored almost 5 years ago
reorg: move JS ops implementations to cli/js/ops/, part 2 (#4283)

Following JS ops were moved to separate files in cli/js/ops directory:
- io
- process
- worke...

github.com/denosaurs/deno_desktop - 886f330ec8110a3eb72feb14353f353962179d2e authored almost 5 years ago
feat(std/node) add appendFile and appendFileSync (#4294)

github.com/denosaurs/deno_desktop - 1b6fc87b7188118896f797e5f0dab309775def71 authored almost 5 years ago
disable test_raw_tty (#4282)

github.com/denosaurs/deno_desktop - 6f0b70eb1e0061a0033d89a916075d27023c57a8 authored almost 5 years ago
reorg: move JS ops implementations to cli/js/ops/, part 1 (#4264)

Following JS ops were moved to separate files in cli/js/ops directory:
- compiler
- dispatch_j...

github.com/denosaurs/deno_desktop - 1b6f8318750d319d689f7eeef9e7e1f2e56b94a6 authored almost 5 years ago
Improvements to std/flags. (#4279)

Adds JSDoc to module, improves the typing of the return type, uses
iteration instead of Array f...

github.com/denosaurs/deno_desktop - b9037c86ed8d1d55a59a1c1298fa12bbfcae6873 authored almost 5 years ago
Update LICENSE

github.com/denosaurs/denord - f821b4ea6245ff7a11e6070de74cbe1023002a8c authored almost 5 years ago
Create initial types & structures

github.com/denosaurs/denord - 06649aa93845d631c6400ab49548e1bc7c5db98d authored almost 5 years ago
Rename perm to mode (#4276)

There's a lot of variation in doc comments and internal code about
whether chmod/0o777-style pe...

github.com/denosaurs/deno_desktop - 0dd131d4a512e8e8370b571d6801eabb4cb30e58 authored almost 5 years ago
Update manual to reflect newer test running (#4278)

This updates this example code to follow the new test running conventions.

The code as is, wh...

github.com/denosaurs/deno_desktop - 8d1ba3552fbbcae9284fdab63cc6613045684d01 authored almost 5 years ago
upgrade rust dependencies (#4270)

github.com/denosaurs/deno_desktop - 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...

github.com/denosaurs/deno_desktop - 88b77da25ca43651a9feb178a5c8d916d983e0a2 authored almost 5 years ago
Move benchmark data to different repo (#4273)

github.com/denosaurs/deno_desktop - 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...

github.com/denosaurs/deno_desktop - ec1946a95e94a273e3ceaaa517773626738bf365 authored almost 5 years ago
Fix flaky test test_permissions_net_listen_allow_localhost (#4271)

github.com/denosaurs/deno_desktop - 61f12ea77534129113b7f11a0faee285b93c0cb1 authored almost 5 years ago
Add content type for wasm, fix encoding in wasm test fixture (#4269)

github.com/denosaurs/deno_desktop - 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 ...

github.com/denosaurs/deno_desktop - acf0958e940f8c668c9f34dc780da48d8963a1e7 authored almost 5 years ago
doc: Update manual with suggestions for when cargo isn't building properly (#4252)

github.com/denosaurs/deno_desktop - bb3d9c8280912f6e30692477aeb5331fb359d993 authored almost 5 years ago
Fix unwanted ANSI Reset Sequence (#4268)

github.com/denosaurs/deno_desktop - e81fb25b7aac5fcb20eeed3892eaf05d17944295 authored almost 5 years ago
Rename readDir -> readdir (#4225)

github.com/denosaurs/deno_desktop - 9a63902db5bc33f3130c7227299cfb3b5be400ae authored almost 5 years ago
Initial structure

github.com/denosaurs/denord - d9fb5b46c4ee0ff967b2483d261fc00216827efe authored almost 5 years ago
fix: call unwatch when dropping FsEventsResource (#4266)

github.com/denosaurs/deno_desktop - afea9b2edd4becf66bdc6d40a0cb0dbe29267524 authored almost 5 years ago
Update LICENSE

github.com/denosaurs/denord - 770807331b8c55c8284c13ad4dd518e65255092d authored almost 5 years ago
Initial commit

github.com/denosaurs/denord - a1d5bb2cf1de5597c66aee15a89166e9a53e8e2a authored almost 5 years ago
move Web APIs to cli/js/web/

github.com/denosaurs/deno_desktop - 2e590072148c85bbc479ab49aa9556b0a2cfaff2 authored almost 5 years ago
fix event target tests

github.com/denosaurs/deno_desktop - 9b59ed7c7907c5f365e72b5c5a74114eb8ff1488 authored almost 5 years ago
Support async function and EventListenerObject as listeners (#4240)

github.com/denosaurs/deno_desktop - c850b258b4e2487b0456a95cd6b65c169ffb9de2 authored almost 5 years ago
Allow BadResource errors to take a custom message (#4251)

github.com/denosaurs/deno_desktop - 54a1688868810af0ef16f5c186dfb839f2fce23f authored almost 5 years ago
Document TypeScript compiler options (#4241)

github.com/denosaurs/deno_desktop - 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(...

github.com/denosaurs/deno_desktop - 20dad3659c60b61c9f5af5427ad61857593bf3e6 authored almost 5 years ago
refactor: cleanup compiler runtimes (#4230)

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

github.com/denosaurs/deno_desktop - 52b96fc22a93c804702617f20d24ed115fd5a780 authored almost 5 years ago
Use discord instead of gitter (#4253)

github.com/denosaurs/deno_desktop - 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.

github.com/denosaurs/deno_desktop - 5d3dfa4cf699ebd46baf5e75dd0ca2a55216a7c1 authored almost 5 years ago
Remove Deno.errors.Other (#4249)

github.com/denosaurs/deno_desktop - 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...

github.com/denosaurs/deno_desktop - 8d96dffa410a149d0fff6115bd97f41fc1fe7459 authored almost 5 years ago
Migrate internal bundles to System (#4233)

github.com/denosaurs/deno_desktop - 30682cf74fa039d3493c74101dca2dbb3a8d49b6 authored almost 5 years ago
Fix inlining of lib.dom.iterable.d.ts. (#4242)

Fixes #4234

github.com/denosaurs/deno_desktop - 70fe1f9fd3b6eceb39c4324cba668bf069e04f91 authored almost 5 years ago
Fix `deno install` file name including extra dot on Windows (#4243)

github.com/denosaurs/deno_desktop - 5e7ca445ff3415ab12170a7fb133a0f80147ed41 authored almost 5 years ago
assert build success for test plugin (#4223)

github.com/denosaurs/deno_desktop - 6f5dff371e7ede8dec02054eff28dc51b0fcee7b authored almost 5 years ago
Disable flaky and broken tests (#4239)

github.com/denosaurs/deno_desktop - 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 ...

github.com/denosaurs/deno_desktop - ee452ad883c1c711839655a307b39e8eea5bf410 authored almost 5 years ago
misc: reduce unnecesarry output in cli/js tests (#4182)

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

github.com/denosaurs/deno_desktop - 4dc004f0a24fdc81026ec03326b9943a95f1a31d authored almost 5 years ago
feat(std/node): add directory classes (#4087)

github.com/denosaurs/deno_desktop - 3968308886dec239a071503bf09352f893e1da83 authored almost 5 years ago
Do not convert exceptions to JSON and back (#4214)

github.com/denosaurs/deno_desktop - eafd40feabaf14f9f88748c66fa319519fd69072 authored almost 5 years ago
Don't reset exception handle after calling ErrWithV8Handle::get_handle() (#4214)

github.com/denosaurs/deno_desktop - 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...

github.com/denosaurs/deno_desktop - 83d902a7803adb0c69fe2c98e692a50dae446db9 authored almost 5 years ago
Rename Option -> Options (#4226)

* Rename MkdirOption interface to MkdirOptions

It was hard to remember which Options interfac...

github.com/denosaurs/deno_desktop - a3c3a56ff71c325ea4807548484023c95ffdcd77 authored almost 5 years ago
feat: update metrics to track different op types (#4221)

github.com/denosaurs/deno_desktop - 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...

github.com/denosaurs/deno_desktop - cfe4369dedcdd885c60b8a5f6c89bc4bb7e5e1e8 authored almost 5 years ago
seek should return cursor position (#4211)

github.com/denosaurs/deno_desktop - 4a47ffa5c455be213523cb1a7211a0a454b5fcf8 authored almost 5 years ago
fix tools/docs.py (#4210)

github.com/denosaurs/deno_desktop - c14cc84a85224870d2188df1a3741bf02eb8c5da authored almost 5 years ago
Cleanup comments and internal variables (#4205)

github.com/denosaurs/deno_desktop - 6cd46fa3ef4b12f35a60f1a33c7f038c06b5fc71 authored almost 5 years ago
Port Complex Permissions Tests to Rust (#4200)

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

github.com/denosaurs/deno_desktop - 2a594bd3b2403fbbd26a0191ac8c289c365451d0 authored almost 5 years ago
perf: use subarray instead of slice in dispatch minimal (#4180)

github.com/denosaurs/deno_desktop - ad21210edd5aabdeebe70809672b4224cc6f41c9 authored almost 5 years ago
Make internel error frames dimmer (#4201)

github.com/denosaurs/deno_desktop - c3661e9f0731c8e6d2952de23eaeaaa1dc6ca4da authored almost 5 years ago
Refactor exception handling, remove message listener callback (#4198)

github.com/denosaurs/deno_desktop - ba0991ad2ba89b7a788a866419759d858b125663 authored almost 5 years ago
docs: fix broken Deno.write() example (#4190)

github.com/denosaurs/deno_desktop - 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.

github.com/denosaurs/deno_desktop - 1f9d158bdc212e8cb15b92039c9cd11884c9708c authored almost 5 years ago
add assertResources sanitizer to cli/js/ unit tests (#4161)

github.com/denosaurs/deno_desktop - f55b22e195ff0dfaf117aaef2a0fcc51fe0058c8 authored almost 5 years ago
test: add ResourceTable tests (#4185)

github.com/denosaurs/deno_desktop - 199fb195f334b582e4ee3fccaa9a33aa2a06ca48 authored almost 5 years ago
upgrade: rusty_v8 0.3.4 (#4179)

github.com/denosaurs/deno_desktop - ab2798874f374e4ed50aa4595290ea2a285507bc authored almost 5 years ago
Revert "perf: use subarray instead of slice in dispatch minimal (#4173)" (#4174)

This reverts commit 0eb91c5591eb7e5e419aa9dbdaff99f5bd8015da.

github.com/denosaurs/deno_desktop - 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...

github.com/denosaurs/deno_desktop - 0099c28db35a63678e04b31434d38db52a11c3a5 authored almost 5 years ago
Exit HandleScope before snapshotting (#4168)

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

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

github.com/denosaurs/deno_desktop - 9075daa2e3cfac0cdb13f5d926e39d42890982d5 authored almost 5 years ago
perf: use subarray instead of slice in dispatch minimal (#4173)

github.com/denosaurs/deno_desktop - 0eb91c5591eb7e5e419aa9dbdaff99f5bd8015da authored almost 5 years ago
Clean up lib.deno.ns.d.ts JSDoc (#4170)

github.com/denosaurs/deno_desktop - 0a51611d76e4628c172ce8663cd8793156e58df6 authored almost 5 years ago
rewrite permission revoke test as integration test (#4164)

github.com/denosaurs/deno_desktop - a13b0e27279e54205adb53cdaf2415c825e77714 authored almost 5 years ago
Support TypeScript eval through `deno eval -T` flag (#4141)

github.com/denosaurs/deno_desktop - 7255cc9bc089e1257c2119e4c8a089c0b4970e64 authored almost 5 years ago
fetch_cached_remote_source support redirect URL without base (#4099)

github.com/denosaurs/deno_desktop - b5bf28e68f38396defd50be4ac72ae19a6bf5eb5 authored almost 5 years ago
Revert "chore: share HTTP server between tests (#3966)" (#4165)

This reverts commit e6167c78134182c45689bda7bcb12af05009349c.

github.com/denosaurs/deno_desktop - 9b6a9b769ed6df9d24dc0c5173cf2590a4bdcb47 authored almost 5 years ago
Merge mod_evaluate() and mod_evaluate_dyn_import() methods (#4167)

github.com/denosaurs/deno_desktop - 1cb1ab6c004ec0b20edaf65c6fdd3bc0b7ce465e authored almost 5 years ago
Fix typo in assert!() invocation (#4167)

github.com/denosaurs/deno_desktop - 397deb4e29775b7395a7ed4ccd253b89ee211b66 authored almost 5 years ago
Return non-zero exit code on malformed stdin fmt (#4163)

github.com/denosaurs/deno_desktop - 973dbd1ba157f80bd85a43c4b79a785ab9f93270 authored almost 5 years ago
reduce unnecessary output on tests (#4148)

github.com/denosaurs/deno_desktop - c65d0c63e78ba3b50bf1260e40d999e35fda8d05 authored almost 5 years ago
replace impl Future with poll_fn for net.rs, process.rs, tls.rs (#4158)

github.com/denosaurs/deno_desktop - fa5f3aa600311000cee0a4c794f85d48e6397362 authored almost 5 years ago
Add clippy to /tools/lint.py (#4132)

github.com/denosaurs/deno_desktop - 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.

github.com/denosaurs/deno_desktop - 1d26da6a478d96a03b08b5bf1ff93a277b69f550 authored almost 5 years ago
rewrite normalize_path (#4143)

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

github.com/denosaurs/deno_desktop - daf7617f42e2e7520344ec98db3d60016b85fd73 authored almost 5 years ago
Remove impl Send for Isolate and EsIsolate (#4151)

github.com/denosaurs/deno_desktop - fb1075da6e33a65daaa3e9c2ecf1d7a9a5021f58 authored almost 5 years ago
remove Read/Write futures, use poll_fn instead (#4150)

github.com/denosaurs/deno_desktop - 7fff2d2d1e73b4b7cece9c8e3c58763f5f257303 authored almost 5 years ago
Upgrade to rusty_v8 v0.3.3 (#4119)

github.com/denosaurs/deno_desktop - 1a8ef36b71838bfabc633efe6ccf8d32748d7060 authored almost 5 years ago