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

fix(std/examples): add tests for examples (#4094)

fe9ac35a650dfeea9168fc1cbbbf323b5689fc3b authored almost 5 years ago
fix: chat example's content-security-policy (#4091)

162d66d23fe984d7ac0396faacb8800f19a719fd authored almost 5 years ago
refactor: use OpError instead of ErrBox for errors in ops (#4058)

To better reflect changes in error types in JS from #3662 this PR changes
default error type u...

4e1abb4f3a1fbdac25b1e7db0588572e4d5a6579 authored almost 5 years ago
feat(std/node): add os Symbol.toPrimitive methods (#4073)

Node's os module exports a number of methods that evaluate to themselves
when coerced to a prim...

45eb2f9b37c2c7498c58eb45f76667aaa4a7d731 authored almost 5 years ago
fix: [ws] sock shouldn't throw eof error when failed to read frame (#4083)

d9886a44d107de48b312ba71833709494b5ade5e authored almost 5 years ago
fetch: proper error for unsupported protocol (#4085)

e9fff02e9681f3eb2edee9f94db66b140e179899 authored almost 5 years ago
Move WebAsssembly namespace to shared_globals (#4084)

bf48f5fa5a15e01d6f8b7eb7c3e70f6ecc91fa23 authored almost 5 years ago
feat: support brotli compression for fetch API (#4082)

14129b6c8f3335b215a2d9614c4523e8e3200e82 authored almost 5 years ago
Added browser chat example (#4022)

8b646e8657309e57bd4e907f911529e33e3a05fb authored almost 5 years ago
feat(std/node): add os.loadavg() (#4075)

fb98556d56d0defa325fab1296077627cce31aab authored almost 5 years ago
Fix example (#4076)

c34d96d86557d434bdf124063e4eec4662067c1e authored almost 5 years ago
feat: Deno.fsEvents() (#3452)

bd640bc7e6a946dec4477afc64d8083e372660f6 authored almost 5 years ago
feat(std/node) : add os.platform (#4064)

754b8c65ad5adda2961c667a6b64ab59c130111d authored almost 5 years ago
feat: support UDP sockets (#3946)

08686cbc3ae63008837ee45b2c4f41d6674c57dd authored almost 5 years ago
refactor: remove unneeded ErrorKinds (#3936)

dd8a10948195f231a6a9eb652e3f208813904ad6 authored almost 5 years ago
fix: add io ops to worker to fix fetch (#4054)

d9efb8c02a0036d755c35e8e9c88d58bd45a9e2b authored almost 5 years ago
upgrade: dprint 0.6.1 (#4061)

6dd964384509e71598d08ae09c59f5f2c035a135 authored almost 5 years ago
v0.34.0

a0d3b4ebc509d9e5dfca555084fd1100e114664a authored almost 5 years ago
/std/ws: Fix args index for WS examples (#4046)

7e49d96cbcde1e8eb89d0fdd499be473822b725b authored almost 5 years ago
fix: mis-detecting imports on JavaScript when there is no checkJs (#4040)

This PR fixes an issue where we recursively analysed imports on plain JS files
in the compiler ...

6431622a6debc0443f9269fe0157571ec54701c0 authored almost 5 years ago
fix: emit when bundle contains single module (#4042)

Fixes #4031

When a bundle contains a single module, we were incorrectly determining
the modu...

0e579ee9dce917c1b783cea5506315f78b1e0a00 authored almost 5 years ago
refactor: rewrite file_fetcher to use async fns, lift blocking call (#4037)

742a16b5069b2a6dee200d908df54fab77408581 authored almost 5 years ago
Enable TS strict mode by default (#3899)

Fixes #3324

Co-authored-by: Kitson Kelly <[email protected]>

90125566bbaed8b5c6e55ca8dbc432e3433fb73c authored almost 5 years ago
refactor: rewrite HTTP cache for file fetcher (#4030)

852823fa505d75d61e70e1330bbf366aa248e650 authored almost 5 years ago
Support loading additional TS lib files (#3863)

Fixes #3726

This PR provides support for referencing other lib files (like lib.dom.d.ts that ...

046bbb26913f9da58b0d23ae331e9dab9dc19e59 authored almost 5 years ago
refactor: remove run_worker_loop (#4028)

* remove run_worker_loop, impl poll for WebWorker
* store JoinHandle to worker thread

3d5bed35e032ee20e4fe34cad925202c6f0c0d3e authored almost 5 years ago
feat: Deno.makeTempFile (#4024)

08dcf6bff73bbe579769ccd0f135ed4af919ea48 authored almost 5 years ago
upgrade: dprint 0.6.0 (#4026)

f0f807c524f76bbf91c31f13f79d60a272e1fe3f authored almost 5 years ago
refactor: cleanup cli/lib.rs (#4006)

* rename methods on Worker related to module loading
* reorganize cli/lib.rs
* remove cli/prog...

302debebb3a3b765b3d13f3244eb4625d7d610c2 authored almost 5 years ago
feat(std/io): Export readDelim(), readStringDelim() and readLines() from bufio.ts (#4019)

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

5a3292047c42b8a65d164f127fc57e57046fadf7 authored almost 5 years ago
feat: Asynchronous event iteration node polyfill (#4016)

7b9f6e9c456175fd8a6c11049a2f5f723e909d03 authored almost 5 years ago
fix(deno test): support directories as arguments (#4011)

95563476f604c33e91d66e164e7a804c356c0802 authored almost 5 years ago
Update ws client example (#4012)

19080667534954ac75caa1bcf34e3a55d5d55e4c authored almost 5 years ago
feat: add --cert flag for http client (#3972)

2e7d449623b7faee8feb0a2970e0d6bb7c66b409 authored almost 5 years ago
Fix issue with detecting AMD like imports (#4009)

98e585a284f6b8bb568cec52ca3599612b663ef3 authored almost 5 years ago
fix: skip non-UTF-8 dir entries in Deno.readDir() (#4004)

Example:

$ python2 -c 'open("\x80\x7F", "w")'

$ deno eval 'Deno.readDirSync(".")'
t...

503d8bfef208178be847cd9d80c62462e0a0d417 authored almost 5 years ago
refactor: replace Arc<Box<..>> with Rc<..> (#3996)

a0f015b1a39463ec0e98ec204ca727a5f023b200 authored almost 5 years ago
v0.33.0

87c329c45ac0e3382c115793094317df15cbe5bf authored almost 5 years ago
fix: appended CRLF to end of trailer headers (#3989)

621aeef8364fcbd2da93b208971c51a4fbf08903 authored almost 5 years ago
Clean up fmt flags and path handling (#3988)

9325744a9426241a2826a6fb5516269227e26efa authored almost 5 years ago
Improvements to bundling. (#3965)

Moves to using a minimal System loader for bundles generated by Deno.
TypeScript in 3.8 will be...

6bd846a780bec8a60d0a251ed1fb43e3add81be5 authored almost 5 years ago
fix: Correctly determine a --cached-only error (#3979)

3563ab4c53689480ac47871fe928ae7c78a2fcc3 authored almost 5 years ago
chore: share HTTP server between tests (#3966)

e6167c78134182c45689bda7bcb12af05009349c authored almost 5 years ago
dont use env vars in multiple installer tests (#3967)

63718ab305f61e7b196380f15ef2b4bba3c533fa authored almost 5 years ago
feat(node): add EventEmitter.errorMonitor (#3960)

a7056095a5c9dd000c3c9468d63d695d029969bd authored almost 5 years ago
fix(file_server): don't crash on "%" pathname (#3953)

92019498f6361c31ad24decfc14e81660959f6cb authored almost 5 years ago
update references to testing/mod.ts in manual (#3973)

b67f20be3b5234bad2565c1770fa89d49942b342 authored almost 5 years ago
refactor: rewrite tests in std/ to use Deno.test (#3930)

61273085e40fb4d992eef4b1b5601e3567c80664 authored almost 5 years ago
refactor: Remove atomics from metrics (#3968)

* replace "AtomicUsize" with "u64" for field type on "Metrics"
* move "compiler_starts" field f...

e0bcecee6042b219c6626172851af5a25362b948 authored almost 5 years ago
fix(std/node): support named import for EventEmitter (#3959)

5a143cdbd34df590a24ec756a6319a89d7656e5c authored almost 5 years ago
refactor: rewrite deno test, add Deno.test() (#3865)

* rewrite test runner in Rust
* migrate "test" and "runTests" functions from std to "Deno" name...

a3bfbcceade3d359f677106399562b461b4af01a authored almost 5 years ago
refactor: Use PathBuf for paths in flag parsing and whitelists (#3955)

* Use PathBuf for DenoSubcommand::Bundle's out_file
* Use PathBuf for DenoSubcommand::Format's ...

701ce9b3342647cf01cb23c4fc28bc99ce0aa8c1 authored almost 5 years ago
workers: basic event loop (#3828)

* establish basic event loop for workers
* make "self.close()" inside worker
* remove "runWork...

79b3bc05d6de520f1df73face1744ae3d8be0bb8 authored almost 5 years ago
feat: Event emitter node polyfill (#3944)

81905a867ea3f942619229e330840d132c57a5da authored almost 5 years ago
upgrade: dprint-plugin-typescript 0.5.0 (#3952)

e1105a159406d8b64a833fa3266fd4ac7fc47a00 authored almost 5 years ago
feat: Support HTTP trailer headers for response (#3938)

e6f204199b1a1f6c5d963da2b8cdfc5992656147 authored almost 5 years ago
Add readlink, readlinkSync for std/node/fs.ts (#3926)

e8f639ce53c5a232c84d499b0d6375a2d2ad7131 authored almost 5 years ago
No longer require aligned buffer for shared queue (#3935)

Fixes: #3925

1abd408770f6dc4205a471bb79d48b643f53074d authored almost 5 years ago
Bump required VS version (#3940)

deno builds successfully with VS2019, so no need to require VS2017.

61c5bb86db42a2d575f51e966dbc77f711c64054 authored almost 5 years ago
fmt: `deno fmt -` formats stdin and print to stdout (#3920)

506601841218fe34a744c8fce0f1011c716bdc73 authored almost 5 years ago
reenable server tests (#3928)

1c0ffa138355c7eb90fd5d3c01f799245636bcc0 authored almost 5 years ago
remove non-null assertion operator from std (part2) (#3927)

a4bb8bab44cc778e6e455f19fdae9f3e4acc809b authored almost 5 years ago
refactor: rename ThreadSafeState, use RefCell for mutable state (#3931)

* rename ThreadSafeState to State
* State stores InnerState wrapped in Rc and RefCell

cdba5ab6fc633606aaa6f95d0825832c3ac6fe5c authored almost 5 years ago
install: add --force flag and remove yes/no prompt (#3917)

619a24390ff15d5ea5e577a4d0391823f94e8592 authored almost 5 years ago
Refactor deno_core_http_bench and make it single-threaded (#3903)

f650c3edb3081ac0433b338c0c99418171656dd1 authored almost 5 years ago
Add blanket impl for the 'Resource' trait (#3903)

25467aa7c7852c3695091a547ffac4857478c037 authored almost 5 years ago
toAsyncIterable: Remove unnecessary EOF check (#3914)

In denoland/deno#2335 a conditional was added to make sure
toAsyncIterator didn't skip chunks b...

d7edf393b6f1178bc91ec9113412f23f5dbd61e1 authored almost 5 years ago
Enable thread pool for blocking ops (#3912)

724e39f13f2f144703ce00e156cacfc653d8e209 authored almost 5 years ago
Remove conditionals from installer (#3909)

99186dbaa25c5715103f6a0e0df9fae9488470b3 authored almost 5 years ago
Fix deno types | head (#3910)

98fc7db47d2ae1d817ac595d7f21138678515474 authored almost 5 years ago
remove non-null assertion operator from std (part1) (#3900)

c2986891f6aac87cec98232735945af756e6643f authored almost 5 years ago
Improve support for diagnostics from runtime compiler APIs (#3911)

- Exports diagnostic items from `diagnostics.ts` which are missing at
runtime.
- Returns an ...

ea6179f7dce89416f1586ee18c2f437e68eabd38 authored almost 5 years ago
feat: add std/signal/mod.ts (#3913)

5a8ba3b114bbacf10f03abc0335a753585861c97 authored almost 5 years ago
Rename ThreadSafeGlobalState to GlobalState (#3907)

simplify

d9c84eb91eecdf1225091e4d2bea8e4c6a076504 authored almost 5 years ago
fix(cli/flags.rs): Prevent providing --allow-env flag twice (#3906)

522e856347b27b939dac92eb592ce64d86a96c03 authored almost 5 years ago
fix 015_duplicate_parallel_import (#3904)

5e8581ff4b7bd4a58f1e7d16544ca6498952b5b1 authored almost 5 years ago
fix(std/path/globrex.ts): Use non-capturing groups in globrex() (#3898)

971391dbaf8f5273eb2f16edd22b0c6cf694be46 authored almost 5 years ago
fix: make WebSocket.send() exclusive (#3885)

699d10bd9e5f19ad2f4ffb82225c86690a092c07 authored almost 5 years ago
fix: basic web worker message passing (#3893)

Removes OP_HOST_GET_WORKER_LOADED, OP_HOST_POLL_WORKER,
OP_HOST_RESUME_WORKER and ready/messag...

ed680552a24b7d4b936b7c16a63b46e0f24c0e60 authored almost 5 years ago
Fix: jsDoc for Deno.dir() (#3888)

700f5e45ef0af01558d7619e9ca08ae130ca7263 authored almost 5 years ago
fix: Validate all tests included in unit_tests.ts (#3879)

a04e7270cdebb188ce5a1f779c5d2d56016a3f49 authored almost 5 years ago
Move create_channels into worker constructor (#3889)

55ea8546719579099a89132a5567919fd81742e9 authored almost 5 years ago
refactor: port fetch test to rust (#3887)

7d115a2a657fcfc54670e56cad3fe44fc7a59a9f authored almost 5 years ago
refactor: CLI subcommands and argv (#3886)

184be99f5b6e85a6041e72dfdd0afda46e5f8619 authored almost 5 years ago
Do not encode files loaded from network as utf8 (#3856)

2ab49a80a62f00e5540907d6d85cf15a9cce070e authored almost 5 years ago
std/http/server::serve aligned to std/http/server::serveTLS (#3881)

145188bcf73e614e2df375b9d0a64540aa70f7b3 authored almost 5 years ago
reenable some tests (#3882)

70eccff7f1b82a726e22753716faeb4bdc1d2823 authored almost 5 years ago
refactor: Use Tokio's single-threaded runtime (#3844)

This change simplifies how we execute V8. Previously V8 Isolates jumped
around threads every ti...

161cf7cdfd44ace8937fb7940727984990742d18 authored almost 5 years ago
upgrade: dprint 0.3.0-alpha.6

0471243334ac1aeb76dcaadbc3f0b8114d188fb8 authored almost 5 years ago
v0.32.0

f4cc08c4fc97f86d82b860ac11a134dad75dfdca authored almost 5 years ago
Make fetch API more standards compliant (#3667)

2b0cf74a8f6335ae4e8ef2dfe1010d2695b1c518 authored almost 5 years ago
Use tokio::test for some of cli's unit tests (#3868)

fba40d86c4cbb8ff406175820ea9a2d9eb2b40cd authored almost 5 years ago
fix: Deno.remove() to properly remove dangling symlinks (#3860)

For some reason, the unit tests for Deno.remove() were not being imported to
unit_tests.ts and...

55063dd8e8e3ae52eb90bdf42e36d979dcbb5010 authored almost 5 years ago
Remove //tests symlink (#3849)

f168597b7ab81afda3bf4749a81c360d364e7cf1 authored almost 5 years ago
std/encoding: add base32 support (#3855)

e8df66c12cbb3e51f8776aa91e6db41bbfdcae5e authored almost 5 years ago
Fixed month reference in documented output of parseDate and parseDateTime function calls (#3859)

77f4df40f3d5a9456118dc0c296ee2a465b6033a authored almost 5 years ago
feat: support crate imports in deno_typescript (#3814)

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

4f8a5c0239cd633ea3fd15a27046da3edee2b2f2 authored almost 5 years ago
Add support for multiple files in fetch command (#3845)

2cd3994902fb6a4d4d0603c839a78503d792b96a authored almost 5 years ago
Add NO_BUILD_SNAPSHOTS to speed up incremental builds (#3847)

1dc8afe3afc483703641c907075e2d8aa7396cfd authored almost 5 years ago
chore: remove std/installer, port installer tests to Rust (#3843)

e1697421e2c00508cd78976b6ec586e056530c30 authored almost 5 years ago