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

remove bootstrap methods from global scope after bootstrapping (#4869)

1378df33647e2608733d88121b77ff2f839cddfa authored almost 5 years ago
change type of stdio handles in JS api (#4891)

912a57f6a20c632c306f4e044df7618a3971abbf authored almost 5 years ago
BREAKING CHANGE: remove Deno.OpenMode (#4884)

This commit removes Deno.OpenMode along with overloaded variants
of Deno.open() and Deno.openSy...

4a8d25646aa58e3e59d622e69c41822b40415c46 authored almost 5 years ago
BREAKING CHANGE: change order of args in Deno.copy() (#4885)

0cb1bb98cc2de8dfe51b7adbe992666936146c90 authored almost 5 years ago
add help messages to Deno.test() sanitizers (#4887)

833539fcafa77f341b74498b37372a61c5f10418 authored almost 5 years ago
stabilize Deno.iter() and Deno.iterSync() (#4890)

e9fa6b87cea7f564d69f2918b4811a570a770f73 authored almost 5 years ago
BREAKING CHANGE: rename Deno.fsEvents() to Deno.watchFs() (#4886)

824329f0daa4dfada11ccc4c15a7db6c1886c45f authored almost 5 years ago
BREAKING CHANGE: rename TLS APIs to camel case (#4888)

This commit renames all APIs containing "TLS" to use camel case
(connectTLS -> connectTls, etc.)

6a37e4426e686028c38d5e915d91e587c5966804 authored almost 5 years ago
create readme for std/bytes (#4876)

6efdacddf30b5247b66596a44226687ff21a8f80 authored almost 5 years ago
fix clippy (#4875)

0da042c6fe067996e09f5c544502534b14b48713 authored almost 5 years ago
Parallelized deno fmt (#4823)

f952d69eec957fcbefefd26220232fee6effe3e0 authored almost 5 years ago
upgrade: Rust 1.43.0 (#4871)

da6d0c27605961ce797b6c9aca6807147c165a8b authored almost 5 years ago
fix(#2142) make URLSearchParams more standardized (#4695)

cb935a375cca7a4d80ba7dd81b90f6adbdd0f39b authored almost 5 years ago
refactor(cli/js/testing): Rename disableOpSanitizer to sanitizeOps (#4854)

* rename disableOpSanitizer to sanitizeOps
* rename disableResourceSanitizer to sanitizeResources

65bba2b87e4bc2e1ba0e673caf43974a432acc25 authored almost 5 years ago
Rename deno_core::Isolate to deno_core::CoreIsolate (#4851)

d8711155ca20fb2907beed304557d0815ac56452 authored almost 5 years ago
Upgrade to rusty_v8 v0.4.0 (#4856)

10a174834e6e59ea055d6098a07b82a3854a2db9 authored almost 5 years ago
upgrade: dprint 0.13.1 (#4853)

* Allows union and intersection types to have same multi-line behaviour as arguments (more like ...

c43aaa39960bd1a79b4a3d768b62ea293e0ab79f authored almost 5 years ago
fix Deno.iterSync() examples (#4855)

197a589a4acbc872724a3168bc5bdb46b6cd607f authored almost 5 years ago
Add comments in Reader/SyncReader about iter/iterSync (#4852)

e26c2cd7c8d1bb1799ee6a1a850b8b5fc5e1ed83 authored almost 5 years ago
BREAKING CHANGE: rename Deno.toAsyncIterator() to Deno.iter() (#4848)

* rename Deno.toAsyncIterator() to Deno.iter()
* adds sync version Deno.iterSync()
* adds opti...

68d287eed5dcdc7b84a317fa90c4c9131389c0b8 authored almost 5 years ago
Add comment distinguishing Deno.Buffer from Node's Buffer (#4847)

da6819a14c54d1a2221b37f00b3302eb2d50660b authored almost 5 years ago
chore(docs): A space should be left after the single-line comment (#4811)

08936c2efc18239bc7f0bbaeca417aa2c1c4553f authored almost 5 years ago
Rewrite streams (#4842)

8bcfc03d71cbd2cfd7ab68035ec0968d9f93b5b8 authored almost 5 years ago
typo

b270d6c8d090669601465f8c9c94512d6c6a07d4 authored almost 5 years ago
Move resource_table from deno::State to deno_core::Isolate (#4834)

cc1720132a9c875d377c559d301bccdda2fb71c1 authored almost 5 years ago
refactor(cli/fmt_errors): Improve source line formatting (#4832)

ef6ee25e09c902e1f9d89a40cf05660432e7143c authored almost 5 years ago
std/node: require_ -> require (#4828)

f72f045de586a7d0e428b77f6a3e381178cc6674 authored almost 5 years ago
Remove core/plugin.rs (#4824)

This simplifies the plugin interface in order to deliver op crates with a similar API

6e5f3453f806d6007b8f724837b5dd7d9eb17be9 authored almost 5 years ago
Add no-async-promise-executor lint rule (#4809)

437e35ca52227337588148a6896040d3fc3f2d54 authored almost 5 years ago
Modify op dispatcher to include &mut Isolate argument (#4821)

- Removes unnecessary RwLock and Rc around the op registry table
- Preparation to move resource...

c1ec042a0011eeba2480b892a335ca7804c59180 authored almost 5 years ago
fix(core/js_errors): Get error's name and message from JS fields (#4808)

4e3532fe7b61a1050b00611081cc83af8b02de70 authored almost 5 years ago
upgrade: dprint 0.13.0 (#4816)

5292d24e6fba2fbc17ee9a245677d5b145260784 authored almost 5 years ago
Fix Op definitions (#4814)

4d2b9cd37af2b9d6a145a04fc93117922e43df3a authored almost 5 years ago
fix(std): existsFile test

e2fd729a0b26c299f0cc4e4618d1f97159b31a19 authored almost 5 years ago
fix(doc): Group ID (#4803)

ade05f3c00efc565df2380f203017ba28966c946 authored almost 5 years ago
feat: startTLS (#4773)

47617e60d551665ec509e013cfcae30987cb3b2b authored almost 5 years ago
store debugger url on DenoInspector (#4793)

10469ec2798a7f02a6d9371207cc984502039bfa authored almost 5 years ago
fix(doc): `FileInfo.created` is creation time (#4799)

9d53a7a523982ede5bfae25bbdd849eae8dcbded authored almost 5 years ago
feature: synchronous buffered writer (#4693)

957050cd0235c40ccf70c3b253273e0ca5488490 authored almost 5 years ago
replace block_on in net interfaces (#4796)

41f836dc915cfc0902fa911be06c3a62bef68222 authored almost 5 years ago
Add close method to Plugin (#4670) (#4785)

260084ccbf053485d00d5b6ebc804252c409be49 authored almost 5 years ago
feat(cli/installer.rs): Add DENO_INSTALL_ROOT (#4787)

5bfe3eb8f49f5d6eed2e6d4436b8c75dd4b4ad26 authored almost 5 years ago
feat: support Deno namespace in Worker API (#4784)

d359789c529d3c7b5fab5471309eaa4b75fc0bfd authored almost 5 years ago
refactor: proper Node polyfill directory iteration now that Deno supports this (#4783)

1cd1f7de70b8ee68d2f6757f2b38a712ea1f3876 authored almost 5 years ago
docs(std): update links to documents (#4777)

f2d1bc3af3c4404935ab8bebf1d6cbe7bedab8c5 authored almost 5 years ago
v0.41.0

00fa4858b071739c76965e3c9ae096f2084d701b authored almost 5 years ago
remove more calls to futures::executor::block_on (#4775)

0c48470b353a721eac762003e26e5741f3bc1b5d authored almost 5 years ago
Properly propagate error when deno_core::Isolate gets syntax error (#4770)

Co-authored-by: Filipe Schenkel de Souza <[email protected]>
Co-authored-by: Dougla...

5f250bb14835d0f1251b8e875a5fa431f12ef406 authored almost 5 years ago
Add @ for cleaner Batch files on Windows (#4764)

42c421f49dcb7cd2e54ef590b0da6bf9004b696c authored almost 5 years ago
refactor(cli/js/ops/fs): Improve readdir() and FileInfo interfaces (#4763)

5ac728a5f1af575d011c2143f5c9273b0fb4c5bb authored almost 5 years ago
Migrate std/types to x/types (#4771)

6441852a1d5eef0d05ed172a00bef58ad5988842 authored almost 5 years ago
remove calls to futures::executor::block_on (#4760)

aab26d226e32ac84da8c855388217b3ee781979d authored almost 5 years ago
Make writeSync, readSync, seekSync, openSync, isatty proper synchronous syscalls (#4762)

fab0204cbf20cc1be7874266325bf258fe0ecaca authored almost 5 years ago
Implement UUID v1 (#4758)

7cfd094359f7f94573b084328ad1a956dd70005d authored almost 5 years ago
Remove std/testing/format.ts (#4749)

926db017d99d076110aeb70fe4fc6df56f58d09c authored almost 5 years ago
Add support for AbortController/AbortSignal (#4757)

cb64cf3ce2ea46883fa8bc2b4242dfd07e4551e5 authored almost 5 years ago
fix(cli/js/net): Make generator return types iterable (#4661)

95eb6d780c2790b524dc3ad6f21958260c2dadfe authored almost 5 years ago
Revert "test(inspector): add coverage test case (#4725)" (#4754)

Flaky and doesn't implement any features.

This reverts commit a7a3a771a0a0cb2df2a14bcf4b8c38b...

263dc8f5fe09e57437d073429cc0fa1753362f06 authored almost 5 years ago
test(inspector): add coverage test case (#4725)

a7a3a771a0a0cb2df2a14bcf4b8c38bc69525dd6 authored almost 5 years ago
ci: Set restore-keys for cache (#4745)

Before this commit, when Cargo.lock changes, cache is completely rebuilt, wasting time.

After...

e4c130d89b80c8c214df0f48af254023f5b5de15 authored almost 5 years ago
fix(worker): make worker name spec compliant (#4746)

e08ece2d2cc2c39b067dc271f52516bdee7c06ca authored almost 5 years ago
upgrade: rust crates (#4742)

cb5dd69dda4872533b05a4e9184f7e35f21c2010 authored almost 5 years ago
dedup various type definitions (#4741)

FormData FilePropertyBag DomFile BlobPropertyBag RequestCache
RequestCredentials RequestDestin...

ff60b311299e11d1cf761b29e38ea54ad1744bff authored almost 5 years ago
dedup Headers types (#4736)

360c05ffe7fc91058a6c8acd5ea9b4e2ed120946 authored almost 5 years ago
fix(doc): Added extends field to interface (#4739)

c915e4d77d22a964b15b02834dd57f9294a3cc29 authored almost 5 years ago
fix(doc): expose optionality in function params and class members (#4738)

a9923f3f93f8786388d84313666f0fc11113830f authored almost 5 years ago
feat: implement EventTarget for worker scope (#4737)

2585b72c9bdd5ca36b6b43cf5b5609419081c7a8 authored almost 5 years ago
Refactor std/types (#4713)

8397cd52a5ec915a0b5e85d337cfcc38f4aaa63f authored almost 5 years ago
feat(worker): add MessageEvent, ErrorEvent and handling to Worker API (#4391)

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

25bd6868e5af9f30656dabeff9683b256e0a9370 authored almost 5 years ago
refactor(core/js_error): Align JSStackFrame with CallSite (#4715)

Renames and adds missing fields to JSStackFrame from CallSite. Fixes #4705.

Cleans up base ch...

0ea6eb83a906bff543be4c3301f23444986b022b authored almost 5 years ago
workers: update postMessage and location types (#4734)

5105c6839904f35351481137160459fdc2edadd2 authored almost 5 years ago
manual.md tweaks (#4730)

a5f7ff7200016f8a337dd6c61e516195c12c274b authored almost 5 years ago
Convert ProcessStatus to a tagged union (#4732)

ef76389e42fed6ec0005266b9350c51d1b01a493 authored almost 5 years ago
add copyFile & copyFileSync to std/node/fs (#4726)

e23f33de7bdf2a20aa72ad222dfbea75c7332a7c authored almost 5 years ago
refactor(std/multipart): make readForm() return value more type safe (#4710)

6e0c9a0c32ebdbe66301a11f106ba848ee96b8bd authored almost 5 years ago
docs: highlight NO_COLOR (#4723)

3a5dae43034a669129840e721be25ebb078f3bc2 authored almost 5 years ago
dedup URLSearchParams, URL, Location, DOMStringList (#4719)

637a9ecd6a3f3311601b4de36f6035ae63297f77 authored almost 5 years ago
dedup type declarations (#4718)

Blob, BlobPart, BufferSource, ReferrerPolicy, BlobPart, AbortSignal, AbortSignalEventMap

da28fc1e7b4551281ad14d49c7fb396010ba0107 authored almost 5 years ago
deno install should also accept log level flags for installed script (#4714)

0641ad0d9b073f67e6f665430567d00b7f36e8a8 authored almost 5 years ago
refactor: Event and EventTarget implementations (#4707)

Refactors Event and EventTarget so that they better encapsulate their
non-public data as well a...

fc4819e1e0624b9377913932202bc31f5a25bab4 authored almost 5 years ago
refactor(cli/fmt_errors): Format stack frames in prepareStackTrace() (#4706)

2b362bef8523f3d8c05ce5d3d4b4a839b669568d authored almost 5 years ago
Replace panic with invalid_utf8 OpError (#4704)

Co-authored-by: Wout Elstgeest <[email protected]>

2feb661b858f3c8380ceb0362d137079e12b9248 authored almost 5 years ago
remove unnecessary delay in std/signal tests (#4703)

3e51e67f8ad4dddc754e9906f55306b0965a73f7 authored almost 5 years ago
Remove __domTypes namespace (#4698)

2af9f5f2cfbb183c576fdad5f0aa2509a3f7de9a authored almost 5 years ago
fix(core/js_error): Get frame data from prepareStackTrace() (#4690)

Fixes: #2703
Fixes: #2710
Closes: #4153
Closes: #4232

Co-authored-by: Kevin (Kun) Kassimo ...

8b4508338b15dcc08503553dc9179a154c0165c7 authored almost 5 years ago
fix(std/http): verify cookie name & update SameSite type (#4685)

195ad4c6264c3563044480685931999ffa9d3d5c authored almost 5 years ago
fix(std/testing/asserts): change left/right to actual/expected (#4697)

85c61bff1cee2344646b533b96a4b5c1a67a5850 authored almost 5 years ago
feat(std/signal): add utility for listening to signal events (#4696)

5bf1e4de3b394eef203be3c393db57538e748be1 authored almost 5 years ago
BREAKING: Make fetch API more web compatible (#4687)

- Removes the __fetch namespace from `deno types`
- Response.redirect should be a static.
- Re...

02bc58d83253fd3be61787bb28b6b02e3aa71092 authored almost 5 years ago
implement Worker.terminate() and self.close() (#4684)

be71885628c3820cc4e62d229326de16a6830fec authored almost 5 years ago
Fix build - 2becae broke CI (#4686)

ac215a24613636b6e84b37a86dc4711dfaa4f2cc authored almost 5 years ago
BREAKING: Remove deprecated mkdir, mkdirSync APIs (#4615)

2becae884e36637448e2aa36f3c3f2c0af626942 authored almost 5 years ago
feat(cli/doc): Support doc for runtime built-ins (#4635)

71ac552249cbded3823998d42cb2fcfd22b522d9 authored almost 5 years ago
feat(std/log): improvements and new log handler (#4674)

475a47cfb7b83e05872ce084bc4b13d60697711b authored almost 5 years ago
Remove __event, __eventTarget, __customEvent namespaces (#4683)

198a045dbee7b0350055b7f88f1e0670da87fb3b authored almost 5 years ago
feat(std/node): add isPrimitive (#4673)

90d683127147975a08df45bac0de6b719ca07ce4 authored almost 5 years ago
feat(std/node): add fs.mkdir functions and fs.exists tests (#4660)

68bde7a0c693794ff778c09154833ac0e9d177b4 authored almost 5 years ago
v0.40.0

0cf4ac91e6917b76c00d3d4b790e9fefc4dc5323 authored almost 5 years ago
upgrade: rust crates (#4679)

b7e673ba9357495820b07fcdba1dffef92d24ea3 authored almost 5 years ago
Remove __blob and __console namespaces (#4677)

dd2d19b22d607ef61bc4752d932856bbf5304975 authored almost 5 years ago