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

doc: API improvements to chown, close, compile and connect (#4463)

a0ba476feef9dcc1b3bbd5144d2e48ef5053ee09 authored almost 5 years ago
ci: releases should all use zip and LLVM target triples (#4460)

Old release files are left around until we are able to update
deno_install.

3e74309798513c5238cef9aa1c6907c1173fec49 authored almost 5 years ago
clean up textproto code in std (#4458)

- moved and renamed append() into bytes from ws and textproto
- renamed textproto/readder_tests...

c337d2c4349abd710b1ab0d4de3f1041cd02715c authored almost 5 years ago
re-enable a test (#4461)

07ea145ec4d1defe4481035432bb63234560ba8d authored almost 5 years ago
Remove @url comments from d.ts files (#4449)

These have no function and are not tested, probably incorrect in many
situations.

12ff78ed4cdf05a27348079c5af259ab2492423e authored almost 5 years ago
BREAKING CHANGE Rename Deno.run's args to cmd (#4444)

This is to avoid confusion with Deno.args which does not include the
executable to be run.

b8a5c29bf8e04bb6210080a05ce34e9a8d1d1496 authored almost 5 years ago
Optimize github cache usage, remove sccache (#4452)

b191c919f3bde46fe7e0112a33f060715b50b9a4 authored almost 5 years ago
avoid using same port number for test (#4147)

60cee4f045778777a16b6fffd6d5b9a1400d7246 authored almost 5 years ago
Remove DENO_BUILD_MODE and DENO_BUILD_PATH (#4431)

* Remove DENO_BUILD_MODE and DENO_BUILD_PATH

Also remove outdated docs related to ninja/gn.

* ...

0adc86f105204b2475126c36dfc10e678f67df56 authored almost 5 years ago
chmod should throw on Windows (#4446)

77a44163fb22139a8269eb216014640aaf7a7fa8 authored almost 5 years ago
refactor(std/http/server): Remove bad error handling (#4435)

b22f48970fc18c4e5fd72df15ac798477fbe49cb authored almost 5 years ago
use prebuilt "not implemented" error (#4442)

1c6f177d198cb4abe7a126dc543b733fa95376d1 authored almost 5 years ago
refactor: move code from fs.rs into ops/fs.rs (#4428)

This a complex boring PR that shifts around code (primarily) in cli/fs.rs and
cli/ops/fs.rs. Th...

69303e21495a14a2c6709f96af364682a485ac21 authored almost 5 years ago
Add require-await lint rule (#4401)

798904b0f2ed0c7284b67bba2f125f406b5850de authored almost 5 years ago
fix(std/http): Properly await ops in a server test (#4436)

35f6e2e45ddb96524a6bdf54b0a6155caa88d5e0 authored almost 5 years ago
fix(std/http): Fix respond error test on Windows (#4408)

b7e6a31a425901c089f4b524774b985906982fae authored almost 5 years ago
Clean up installer tests (#4433)

a6d8098b35ae8580953b1f87ab3246b05a8a944e authored almost 5 years ago
perf: Optimize TextEncoder and TextDecoder (#4430)

* add tests for "Deno.core.encode" and "Deno.core.decode" for empty inputs
* use "Deno.core.enc...

87d2ba42bf0dedcd91059145bf8ab5941236354b authored almost 5 years ago
Fix cafile_install_remote_module test (#4429)

392d2c11182332b8d3c168169b1585e3419cb1eb authored almost 5 years ago
std(http/server): close open connections on server close (#3679)

Due to structure of "Server" for each open connection there's a pending "read" op. Because conne...

3ef34673c9b92aa3c54dfccb37c06b82d6fb3eab authored almost 5 years ago
Simplify timer with macrotask callback (#4385)

2f3de4b4252b933ac1161ba099feaed9103ab149 authored almost 5 years ago
fix: stack traces for modules imported via std/node's require (#4035)

8c1c929034d46101b6a51ec5cf5e2f307ed0c271 authored almost 5 years ago
remove std/testing/runner.ts, use deno test for std/ tests (#4397)

This introduces BREAKING CHANGE by removing "std/testing/runner.ts".

Std tests are now run us...

74c37e759ac03267975309c1425223289ebc925f authored almost 5 years ago
fix: std/testing/runner.ts and deno test (#4392)

After splitting "failFast" and "exitOnFail" arguments, there was a situation where failing tests...

8de4a05f2a93f194f71b959f4d47a1b4fc61aa41 authored almost 5 years ago
feat: Add helper functions for permissions to std (#4258)

5b10ab0984fd762c14caf524d59ec8b6940d2bfb authored almost 5 years ago
refactor: rename Deno.TestDefinition.skip to ignore (#4400)

b0b27c43100bf4a7303174b9765c853d2f76f207 authored almost 5 years ago
Chmod API documentation improvements (#4427)

54d1f299dc774c695056f04cfe1013287b53b86a authored almost 5 years ago
Improve API docs for Deno.bundle and Deno.chdir (#4426)

2a34cbfaf9530e86f5c049f82f8e35c086e22263 authored almost 5 years ago
feat: Deno.test() sanitizes ops and resources (#4399)

This PR brings assertOps and assertResources sanitizers to Deno.test() API.

assertOps checks ...

6e2df8c64feb92653077a5494d2c64a9f6fd2f48 authored almost 5 years ago
Fix unit test runner ConnectionReset bug (#4424)

Fixes: #4373

070464e2cc617ecbd2c63dc5c4ac0432a77a29fd authored almost 5 years ago
Provide compiled JSON to TypeScript compiler. (#4404)

Fixes #4101

Previously, we would just provide the raw JSON to the TypeScript
compiler worker...

da8cb408c878aa6e90542e26173f1f14b5254d29 authored almost 5 years ago
ci: Use github action's cache in addition to sccache (#4417)

83f49161953c0c79056a56a19754fbf298f53f21 authored almost 5 years ago
Fix benchmarks (#4416)

fb27e71c01983cd1a51802b2517815de39239a3c authored almost 5 years ago
Update manual (#4412)

6bd940abfd0319d8d432970e63215090b700a936 authored almost 5 years ago
Use V8 binary build in Github Actions (#4412)

67ab201e2653dfbda1a3277317ed182e99d494c2 authored almost 5 years ago
Set environment variables correctly in Github Actions (#4412)

0ef99ac970729dac0de8ccb78eed8c1c74fcd350 authored almost 5 years ago
Upgrade rust crates (#4412)

a2b285158242b86a002e353776d52742ea35a496 authored almost 5 years ago
try to handle ConnectionReset error in windows CI for unit tests (#4407)

4a4894532e9ffe0066038783b4178c7dd770ba24 authored almost 5 years ago
std: Provide types for React and ReactDOM (#4376)

Introduces `std/types` which is designed to provide types for common
libraries that are compati...

9050d36d5763beabb1a642819dd24d61cccb3ffe authored almost 5 years ago
feat: fetch should accept a FormData body (#4363)

9833975ef21afced84c6a16724ce13d026f09298 authored almost 5 years ago
Add mode option to open/create (#4289)

f9557a4ff6b73a4af37e713bb6b2294253c7b230 authored almost 5 years ago
refactor: remove an unsafe and some boxing (#4398)

8077ade7413db72572b8685c883f078335e0561b authored almost 5 years ago
try to fix unit test runner on Windows (#4395)

This PR attempts to fix intermittent errors occurring on Windows for "cli/tests/unit_test_runner...

0d14a7bd531c76e653ab4fc4e0a81cb25db05ab5 authored almost 5 years ago
fix: fetch closes unused body (#4393)

This commit makes sure that "httpBody" resource is closed in case of redirections in fetch API.

7d0b77440e635a666ed1c333df1217dd5fa043c1 authored almost 5 years ago
console: Symbol.toStringTag and display Object symbol entries (#4388)

49541a04d25ba7308759824213b6053a7b412e3e authored almost 5 years ago
test: Fix broken test and remove redundant test file (#4390)

62942749e6982b9aee24c22a5abdbc44b7f0e6b6 authored almost 5 years ago
refactor: add no-return-await lint rule (#4384)

1edb20b399944c6eec1d7c555ab170b6dd276840 authored almost 5 years ago
refactor: change test reporter output (#4371)

This commit changes output of default test reporter to resemble output from Rust test runner;
f...

70434b5bfba701f9de2221b64ee40262c5370ae0 authored almost 5 years ago
refactor: move existing fs implementation to internal _fs directory (#4381)

620dd9724d4f8568efebb1642b49c653de9424cd authored almost 5 years ago
feat: Deno.core.{encode,decode}; standalone UTF-8 encoding/decoding (#4349)

This commits add two new methods to "Deno.core" namespace: "encode" and "decode".

Those metho...

dc6e0c3591709d6f8887bb672af1de54dfc8a974 authored almost 5 years ago
docs: fix Deno.compile examples in manual.md (#4380)

ec3f44581bf4312cbbe36b71daca7f0474177cf3 authored almost 5 years ago
refactor(std): Uncomment disabled tests, use skip option (#4378)

6471d4cfabf27c0f5e7b340568aa88712d270541 authored almost 5 years ago
Remove Object.prototype.__proto__ (#4341)

2f4be6e9441c7d5b0afd0d37dccd48d3057bcd3f authored almost 5 years ago
feat(cli/js/testing): Add TestDefinition::skip (#4351)

64a35acd64f4a9aedfb52f6b364c229c6f7e4090 authored almost 5 years ago
Node polyfill for fs.chown and fs.close (#4377)

a159165fe5f9fe53c3593af707888a7efc859d14 authored almost 5 years ago
BREAKING CHANGE FileInfo.len renamed to FileName.size (#4338)

6cc40b08652d0224111dc5e902210174b5a63cee authored almost 5 years ago
Upgrade to rusty_v8 0.3.5 / v8 8.2.308 (#4364)

0df9823cba680d41b981e021a88aaf19e88b0e76 authored almost 5 years ago
feat: add chmod Node polyfill and related file system constants (#4358)

ea4f3ab852eba0eeb27004616163a0bbf9971215 authored almost 5 years ago
replace source-mappings-map with rust-sourcemap (#4368)

bf51f7b2ec1b64a7ff14f7255eba231409ee5414 authored almost 5 years ago
Add node querystring polyfill (#4370)

9648d3da1483ab77d9133ecd32fa240a597134eb authored almost 5 years ago
Downgrade third_party/prebuild/windows/sccache.exe (#4375)

Not working due to "multiple input files" on both Azure and S3.

92bbce04b9a268a9f87e1993a39fffb852c508ec authored almost 5 years ago
ci: Use Azure blob storage for sccache (#4354)

1e28d6bdacea20cddaa4c3558b18b162d3b07d56 authored almost 5 years ago
doc(http/server): Add coherence to the docs (#4372)

Functions that returns a server are now documented with "Create",
and functions that launches o...

cd293f7907c831f31d6ec23d83454d6212e5fda4 authored almost 5 years ago
Add support for jsx/tsx for deno test (#4369)

ba687125e7ce5574811aebdcb7eac6b4194e6def authored almost 5 years ago
Update CLI for unit_test_runner.ts (#4352)

* drop server guard before unit test result check

To prevent cascading test failures when js_...

d6bbbdda7580d74d78fecae6c99b850bc90414c5 authored almost 5 years ago
fix(std): Use Deno.errors where possible. (#4356)

0f6acf275370cae09ffb3f6950a3926424f3b024 authored almost 5 years ago
refactor: unit test runner communicates using TCP socket (#4336)

Rewrites "cli/js/unit_test_runner.ts" to communicate with spawned subprocesses
using TCP socke...

aab1acaed163f91aa5e89b079c5312336abb2088 authored almost 5 years ago
Remove doc strings from cli/js TS files (#4329)

Co-authored-by: Ryan Dahl <[email protected]>

e435c2be158ce8657dbff0664b6db222fe4e586c authored almost 5 years ago
upgrade: Rust 1.42.0 (#4331)

3ac642c183981a366e1db565c16b81f864b07ee4 authored almost 5 years ago
Enable std tests in debug mode (#4332)

63cee35691451e85e2c9bb5b88022c8a396d7428 authored almost 5 years ago
fix: Node polyfill fsAppend rework (#4322)

* My original implementation of `fs.appendFile` used an async API, which, though
it would wo...

cabe63eb05f334bc9921dc8633b254b05519b434 authored almost 5 years ago
v0.36.0

3ed6ccc905394ed9c5d9cbcb8fa2426151780788 authored almost 5 years ago
Add waker to StreamResource to fix hang on close bugs (#4293)

fb5c31416d4b9e526ca0fcc134dc8f366e367012 authored almost 5 years ago
reorg: Deno global initialization (#4317)

810e4a16bedbc77ef0651f4f24626d98ca566083 authored almost 5 years ago
move compiler API tests to integration tests (#4319)

b8fa3fd5e7dd906e5616bf2ab8ad6df3f74f244d authored almost 5 years ago
support permission mode in mkdir (#4286)

a28fa2415f8ae6bad63469a0c9e4dce3197970f9 authored almost 5 years ago
Stricter permissions for Deno.makeTemp* (#4318)

72c408ea9d8b4e4fab63ae06f558c778007bb4f1 authored almost 5 years ago
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...

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...

99a0c6df79b903e4fe72ce066787039bdede3868 authored almost 5 years ago
Improve dprint config (#4314)

94f4c6807a34a564f567b984e71e36e9cb9c5005 authored almost 5 years ago
doc(cli/flags): Reduce empty lines in help messages (#4312)

ce14ef09d01ce7f4f028ee37847cafcbe0d42658 authored almost 5 years ago
feat (std/encoding): add binary module (#4274)

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]()...

55119aaee2e5fec8074373ef51b56d5095da1faf authored almost 5 years ago
Add Deno.umask (#4290)

8078d976d29aa12819e3f5a781c846d67868b0d6 authored almost 5 years ago
refactor: Cleanup options object parameters (#4296)

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

fbc4731256a698c07d0d842575d3678d7dc58715 authored almost 5 years ago
Add global "quiet" flag (#4135)

62f4a2a788a46af88e47472738d1a98fa247b9b0 authored almost 5 years ago
use Object instead of Map for promise table (#4309)

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...

68119e1d7ed23421ccdcba20532ebe9ae3df9f18 authored almost 5 years ago
upgrade: dprint 0.8.0 (#4308)

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

b7eb241c3569ead990d28b4f4889c2c52fc7894c authored almost 5 years ago
test: add actual error class to fail message (#4305)

2115b38fef654c2d7c5998f40967fcfe39d7c515 authored almost 5 years ago
upgrade: typescript 3.8.3 (#4301)

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...

886f330ec8110a3eb72feb14353f353962179d2e authored almost 5 years ago
feat(std/node) add appendFile and appendFileSync (#4294)

1b6fc87b7188118896f797e5f0dab309775def71 authored almost 5 years ago
disable test_raw_tty (#4282)

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...

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...

b9037c86ed8d1d55a59a1c1298fa12bbfcae6873 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...

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...

8d1ba3552fbbcae9284fdab63cc6613045684d01 authored almost 5 years ago