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
- moves signal definition from "cli/js/process.ts" to "cli/js/signals.ts"
- removes "cli/js/dis...
- moves compiler implementation to "cli/js/compiler/" directory
- moves more APIs to "cli/js/we...
github.com/denosaurs/deno_desktop - 94f4c6807a34a564f567b984e71e36e9cb9c5005 authored almost 5 years ago
github.com/denosaurs/deno_desktop - ce14ef09d01ce7f4f028ee37847cafcbe0d42658 authored almost 5 years ago
github.com/denosaurs/deno_desktop - a309dcdd0f5bc93849d720328b887931a4810e2f authored almost 5 years ago
Listener and UDPConn are AsyncIterables instead of AsyncIterators.
The [Symbol.asyncIterator]()...
github.com/denosaurs/deno_desktop - 8078d976d29aa12819e3f5a781c846d67868b0d6 authored almost 5 years ago
github.com/denosaurs/deno_desktop - 6443e4aed16868c17111a56634aa733211430f46 authored almost 5 years ago
* uncomment broken tests, use skip:
- net_test.ts
- url_test.ts
- fetch_test.ts
github.com/denosaurs/deno_desktop - 62f4a2a788a46af88e47472738d1a98fa247b9b0 authored almost 5 years ago
github.com/denosaurs/deno_desktop - dca00211abf311de9fec4f73f8365e430787e3f9 authored almost 5 years ago
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 agogithub.com/denosaurs/deno_desktop - dad8036766dca3417b79858b9a04d90447f88605 authored almost 5 years ago
Following JS ops were moved to separate files in cli/js/ops directory:
- net
- tls
- fs
github.com/denosaurs/denord - 7dcce9900b03d8c1bcc47c59dfa92d9c9a3ab43a authored almost 5 years ago
github.com/denosaurs/deno_desktop - 2115b38fef654c2d7c5998f40967fcfe39d7c515 authored almost 5 years ago
github.com/denosaurs/deno_desktop - 7f591c37835be55b8a426cca61e677fd62c23c93 authored almost 5 years ago
Following JS ops were moved to separate files in cli/js/ops directory:
- io
- process
- worke...
github.com/denosaurs/deno_desktop - 1b6fc87b7188118896f797e5f0dab309775def71 authored almost 5 years ago
github.com/denosaurs/deno_desktop - 6f0b70eb1e0061a0033d89a916075d27023c57a8 authored almost 5 years ago
Following JS ops were moved to separate files in cli/js/ops directory:
- compiler
- dispatch_j...
Adds JSDoc to module, improves the typing of the return type, uses
iteration instead of Array f...
github.com/denosaurs/denord - f821b4ea6245ff7a11e6070de74cbe1023002a8c authored almost 5 years ago
github.com/denosaurs/denord - 06649aa93845d631c6400ab49548e1bc7c5db98d authored almost 5 years ago
There's a lot of variation in doc comments and internal code about
whether chmod/0o777-style pe...
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 agogithub.com/denosaurs/deno_desktop - 18076db8f004d70340a7a4317e0ac14c2ca56dee authored almost 5 years ago
* "op_close" - moved to "cli/ops/resources.rs"
* "op_seek", "op_open" - moved to "cli/ops/fs.rs...
github.com/denosaurs/deno_desktop - 36c50f442d0ca5e6e751fa3314f8508b24ce7303 authored almost 5 years ago
* Fix flaky test test_permissions_net_listen_allow_localhost
* Improve error reporting for ru...
github.com/denosaurs/deno_desktop - ec1946a95e94a273e3ceaaa517773626738bf365 authored almost 5 years agogithub.com/denosaurs/deno_desktop - 61f12ea77534129113b7f11a0faee285b93c0cb1 authored almost 5 years ago
github.com/denosaurs/deno_desktop - 5e31b96f9ab72b9a9b480fd2fc0669a7f90cca17 authored almost 5 years ago
There's a lot of variation in doc comments and internal code about
whether the first parameter ...
github.com/denosaurs/deno_desktop - bb3d9c8280912f6e30692477aeb5331fb359d993 authored almost 5 years ago
github.com/denosaurs/deno_desktop - e81fb25b7aac5fcb20eeed3892eaf05d17944295 authored almost 5 years ago
github.com/denosaurs/deno_desktop - 9a63902db5bc33f3130c7227299cfb3b5be400ae authored almost 5 years ago
github.com/denosaurs/denord - d9fb5b46c4ee0ff967b2483d261fc00216827efe authored almost 5 years ago
github.com/denosaurs/deno_desktop - afea9b2edd4becf66bdc6d40a0cb0dbe29267524 authored almost 5 years ago
github.com/denosaurs/denord - 770807331b8c55c8284c13ad4dd518e65255092d authored almost 5 years ago
github.com/denosaurs/denord - a1d5bb2cf1de5597c66aee15a89166e9a53e8e2a authored almost 5 years ago
github.com/denosaurs/deno_desktop - 2e590072148c85bbc479ab49aa9556b0a2cfaff2 authored almost 5 years ago
github.com/denosaurs/deno_desktop - 9b59ed7c7907c5f365e72b5c5a74114eb8ff1488 authored almost 5 years ago
github.com/denosaurs/deno_desktop - c850b258b4e2487b0456a95cd6b65c169ffb9de2 authored almost 5 years ago
github.com/denosaurs/deno_desktop - 54a1688868810af0ef16f5c186dfb839f2fce23f authored almost 5 years ago
github.com/denosaurs/deno_desktop - 444b1ab68efdf0ceb36dc4a495ac83c809e15b2b authored almost 5 years ago
* refactor: preliminary cleanup of Deno.runTests()
* Change time measurement to use new Date(...
github.com/denosaurs/deno_desktop - 20dad3659c60b61c9f5af5427ad61857593bf3e6 authored almost 5 years ago
- Cleanup "tsCompilerOnMessage" by factoring out separate methods for each
request type:
...
github.com/denosaurs/deno_desktop - 159de0245d1924cdc0f007d96bfbfdab85f08ded authored almost 5 years ago
It contains a clippy issue, and there's no need for this macro anyway.
github.com/denosaurs/deno_desktop - 5d3dfa4cf699ebd46baf5e75dd0ca2a55216a7c1 authored almost 5 years agogithub.com/denosaurs/deno_desktop - a1b98e9e6a204c3d522593cfb8593be5855d6615 authored almost 5 years ago
Rewrite "testPerm" helper function used for testing of internal
runtime code. It's been rename...
github.com/denosaurs/deno_desktop - 30682cf74fa039d3493c74101dca2dbb3a8d49b6 authored almost 5 years ago
Fixes #4234
github.com/denosaurs/deno_desktop - 70fe1f9fd3b6eceb39c4324cba668bf069e04f91 authored almost 5 years agogithub.com/denosaurs/deno_desktop - 5e7ca445ff3415ab12170a7fb133a0f80147ed41 authored almost 5 years ago
github.com/denosaurs/deno_desktop - 6f5dff371e7ede8dec02054eff28dc51b0fcee7b authored almost 5 years ago
github.com/denosaurs/deno_desktop - ce5a57667c89b08521c97cf85bafcd1c3c46c043 authored almost 5 years ago
* add "assertOps" test assertion which makes sure test case
is not "leaking" ops - ie. after ...
Co-authored-by: Bartek Iwańczuk <[email protected]>
github.com/denosaurs/deno_desktop - 4dc004f0a24fdc81026ec03326b9943a95f1a31d authored almost 5 years agogithub.com/denosaurs/deno_desktop - 3968308886dec239a071503bf09352f893e1da83 authored almost 5 years ago
github.com/denosaurs/deno_desktop - eafd40feabaf14f9f88748c66fa319519fd69072 authored almost 5 years ago
github.com/denosaurs/deno_desktop - 3fcbf8789e7f873f8a562b200ab82ea7cec173d8 authored almost 5 years ago
Fixes #4602
We turned off `allowJs` by default, to keep the compiler from grabbing
a bunch o...
* Rename MkdirOption interface to MkdirOptions
It was hard to remember which Options interfac...
github.com/denosaurs/deno_desktop - a3c3a56ff71c325ea4807548484023c95ffdcd77 authored almost 5 years agogithub.com/denosaurs/deno_desktop - ff5bba3be833b0062b3991b96272c0047c18b62e authored almost 5 years ago
* rename structures related to ES Modules; add "Modules" prefix
* remove unneeded Unpin trait r...
github.com/denosaurs/deno_desktop - 4a47ffa5c455be213523cb1a7211a0a454b5fcf8 authored almost 5 years ago
github.com/denosaurs/deno_desktop - c14cc84a85224870d2188df1a3741bf02eb8c5da authored almost 5 years ago
github.com/denosaurs/deno_desktop - 6cd46fa3ef4b12f35a60f1a33c7f038c06b5fc71 authored almost 5 years ago
github.com/denosaurs/deno_desktop - 809019dc6e9a80843affc927fa7a52cd41e76471 authored almost 5 years ago
github.com/denosaurs/deno_desktop - 2a594bd3b2403fbbd26a0191ac8c289c365451d0 authored almost 5 years ago
github.com/denosaurs/deno_desktop - ad21210edd5aabdeebe70809672b4224cc6f41c9 authored almost 5 years ago
github.com/denosaurs/deno_desktop - c3661e9f0731c8e6d2952de23eaeaaa1dc6ca4da authored almost 5 years ago
github.com/denosaurs/deno_desktop - ba0991ad2ba89b7a788a866419759d858b125663 authored almost 5 years ago
github.com/denosaurs/deno_desktop - b84f3efa144d51f0d6c851abbc396088060c08b6 authored almost 5 years ago
Flattens dispatch error handling to produce one less useless stack frame on op errors.
github.com/denosaurs/deno_desktop - 1f9d158bdc212e8cb15b92039c9cd11884c9708c authored almost 5 years agogithub.com/denosaurs/deno_desktop - f55b22e195ff0dfaf117aaef2a0fcc51fe0058c8 authored almost 5 years ago
github.com/denosaurs/deno_desktop - 199fb195f334b582e4ee3fccaa9a33aa2a06ca48 authored almost 5 years ago
github.com/denosaurs/deno_desktop - a29343c7d6b5dad26c5d501eb6d21e9caf382a58 authored almost 5 years ago
github.com/denosaurs/deno_desktop - ab2798874f374e4ed50aa4595290ea2a285507bc authored almost 5 years ago
This reverts commit 0eb91c5591eb7e5e419aa9dbdaff99f5bd8015da.
github.com/denosaurs/deno_desktop - bdf95c7b72dff27c46849a8ec53f781d1b7af350 authored almost 5 years ago
Add original URL to metadata. This is so the VS Code Plugin can reverse
look up the URL for cac...
The V8 documentation explicitly states that SnapshotCreator::CreateBlob()
should not be called f...
github.com/denosaurs/deno_desktop - 9075daa2e3cfac0cdb13f5d926e39d42890982d5 authored almost 5 years ago
github.com/denosaurs/deno_desktop - 0eb91c5591eb7e5e419aa9dbdaff99f5bd8015da authored almost 5 years ago
github.com/denosaurs/deno_desktop - 0a51611d76e4628c172ce8663cd8793156e58df6 authored almost 5 years ago
github.com/denosaurs/deno_desktop - a13b0e27279e54205adb53cdaf2415c825e77714 authored almost 5 years ago
github.com/denosaurs/deno_desktop - 7255cc9bc089e1257c2119e4c8a089c0b4970e64 authored almost 5 years ago
github.com/denosaurs/deno_desktop - b5bf28e68f38396defd50be4ac72ae19a6bf5eb5 authored almost 5 years ago
This reverts commit e6167c78134182c45689bda7bcb12af05009349c.
github.com/denosaurs/deno_desktop - 9b6a9b769ed6df9d24dc0c5173cf2590a4bdcb47 authored almost 5 years agogithub.com/denosaurs/deno_desktop - 1cb1ab6c004ec0b20edaf65c6fdd3bc0b7ce465e authored almost 5 years ago
github.com/denosaurs/deno_desktop - 397deb4e29775b7395a7ed4ccd253b89ee211b66 authored almost 5 years ago
github.com/denosaurs/deno_desktop - 973dbd1ba157f80bd85a43c4b79a785ab9f93270 authored almost 5 years ago
github.com/denosaurs/deno_desktop - c65d0c63e78ba3b50bf1260e40d999e35fda8d05 authored almost 5 years ago
github.com/denosaurs/deno_desktop - fa5f3aa600311000cee0a4c794f85d48e6397362 authored almost 5 years ago
github.com/denosaurs/deno_desktop - ff4b7b0921760f97e83ec34435f875e074f3d069 authored almost 5 years ago
Handles `types` in the compiler APIs to make it easier to supply
external type libraries.
Rewrite "normalize_path()" to remove all intermediate components from the path, ie. "./" and ".....
github.com/denosaurs/deno_desktop - daf7617f42e2e7520344ec98db3d60016b85fd73 authored almost 5 years agogithub.com/denosaurs/deno_desktop - fb1075da6e33a65daaa3e9c2ecf1d7a9a5021f58 authored almost 5 years ago
github.com/denosaurs/deno_desktop - 7fff2d2d1e73b4b7cece9c8e3c58763f5f257303 authored almost 5 years ago
github.com/denosaurs/deno_desktop - 1a8ef36b71838bfabc633efe6ccf8d32748d7060 authored almost 5 years ago