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

feat(doc): handle function params and type params (#4672)

491b8e1cea76753397bdeb0aeb1598bc78d22c8f authored almost 5 years ago
Remove extra copy of URLSearchParams (#4675)

fe17496831a0b3dcd252d097c82df529d665aad5 authored almost 5 years ago
Remove panic catch around dprint calls (#4676)

dprint seems to be stable enough to not panic on our own source code
now.

efff39a3ac5ccc7187bde720234222adb0fdf089 authored almost 5 years ago
Remove __io namespace (#4669)

b4836be57ef09eb44ff934fd0a6df7aabaf2e751 authored almost 5 years ago
Remove __url namespace (#4668)

f07fcfcc80310d95e5c9b6b73a5615c94805791b authored almost 5 years ago
Remove __workers namespace (#4665)

6660fb25c9f0cb8539bf0151d52d980e72d469fa authored almost 5 years ago
feat(doc): handle basic reexports (#4625)

86fd0c66a645a3dd262e57e330bb7fbe4663e468 authored almost 5 years ago
Remove __textEncoding and __performanceUtil namespaces (#4663)

51f5276e8cbce89f396458e754d8f31c11fbf1ec authored almost 5 years ago
BREAKING: Rename 'deno fetch' subcommand to 'deno cache' (#4656)

caff550b6c6edf7f26ca9e2aa57e042479c36704 authored almost 5 years ago
Remove __timers namespace (#4662)

62726430bedba7cca4d98e7714f3a8b49db3e89e authored almost 5 years ago
file_server: use text/typescript instead of application/typescript (#4620)

I just tried it and found that using application/typescript, the browser will download
the fil...

481fcfc8bd291c678d14b20c7c34a925503b8507 authored almost 5 years ago
feat(std/http/server): Respond with 400 on request parse failure (#4614)

e586d0c8b813c276cd5a1ba30582022b3c2be2eb authored almost 5 years ago
feat: add --importmap flag to deno bundle (#4651)

dd3a94933a82975b0827e1c15d2c0d37d8c9c013 authored almost 5 years ago
Add exists and existsSync to std/node (#4655)

47a580293eb5c176497264f1c3f108bf6b2c480d authored almost 5 years ago
Remove media_types from std/README.md (#4650)

f5d505332e862b21e650324e7013c8f6f27e06c4 authored almost 5 years ago
fix: fetch reference types for JS files (#4652)

Fixes #4000 and fixes #4476. Now always tries to fetch reference types
for JS files. Does not t...

f82b9ba329856b9b52c831b456e4823fad62f858 authored almost 5 years ago
remove std/testing/runner.ts (#4649)

ee126eb4a72ba757cc819dc3656f1ab89666ce81 authored almost 5 years ago
fix: test_create_cache_if_dir_not_exit (#4636)

This test doesn't remove created directory after test. It will fail on next run.

b9e5e4c7ec9e044f014f2b8a5cfd469f92091ec2 authored almost 5 years ago
Drop headers with trailing whitespace in header name (#4642)

This relates directly to [an
issue](https://github.com/denoland/deno_std/issues/620) that I ini...

1e478d73e3e031c78a170b195021aeb22fd45feb authored almost 5 years ago
feat(std/flags): pass key and value to unknown (#4637)

703c0b7c172c57353ed61b16966c4ff7072d47f3 authored almost 5 years ago
docs: add README to cli/js/web/ (#4578)

0ea9562933874526e84e39eaff675854cbe8690b authored almost 5 years ago
feat: Add File support in FormData (#4632)

6720a0dc02dc5a93472520e6d23ca033d7ec9d88 authored almost 5 years ago
Enable inspector tests (#4628)

2911fcc78de4624c0086e6458eff3b33465c8b5b authored almost 5 years ago
fix(std/testing): formatting bigint (#4626)

788a6abfd391b8899d28552a9f192d9aaee91347 authored almost 5 years ago
doc: Improve the style guide (#4627)

faa0f520cf3ad03eef51d9a236202e181fe4ea69 authored almost 5 years ago
on init create disk_cache directory if it doesn't already exists (#4617)

b017409dcdbcaa5d3522f0efb191522240a6e757 authored almost 5 years ago
clippy (#4618)

f5274072870558973f70b7fad30c078647790d6c authored almost 5 years ago
fix(#4546) Added Math.trunc to toSecondsFromEpoch to conform the result to u64 (#4575)

0db04d6a429eb498e854a5fc1ef905b87dea5e4d authored almost 5 years ago
feat: Expose ReadableStream and make Blob more standardized (#4581)

Co-authored-by: crowlkats <[email protected]>

24261744857df3cca8c9e05f07cc85c0346a6751 authored almost 5 years ago
v0.39.0

cb0acfe305a0f2f13773f41a038d8a919c3730ae authored almost 5 years ago
fix erroneous assert (#4608)

a5fc505edb0f22b987c28f19b1c621b0715897ce authored almost 5 years ago
Properly handle invalid utf8 in paths (#4609)

6f9c78979d4d7de6d96f7ae651b2c2018fec6e5f authored almost 5 years ago
adjust docs for Deno.seek (#4610)

c5c3abc517a1729c2fcc0977bb1e792e06b7eb3c authored almost 5 years ago
Make inspector more robust, add --inspect-brk support (#4552)

c0cb198114ccc2dc4fa2764d307ad985c456882a authored almost 5 years ago
fix: async ops sanitizer false positives in timers (#4602)

3f489ae1aeff6f27b2214dc8201ed068abd5f973 authored almost 5 years ago
upgrade dprint to 0.9.10 (#4601)

efb022a50c8fd4ab598c0bdc6ff0c1978779260a authored almost 5 years ago
Remove /std/media_types (#4594)

13db64fbc6a8da68e5f6c1da59e058a1a3146054 authored almost 5 years ago
make Worker.poll private (#4603)

e99374a0a304bc3bd11ee55274fb7f4bcf902da6 authored almost 5 years ago
Improve tests and docs for Deno.rename (#4597)

ce02167c75c42e2e2f85a98128d70504e88da02b authored almost 5 years ago
remove `Send` trait requirement from the `Resource` trait (#4585)

d8f32c7eff02fb62250e06c1bb1eda95b86a52a7 authored almost 5 years ago
"deno doc" parses the "implements" clause of a class def (#4604)

6204555be3feaf5171dfb1bba15203ef2bb33265 authored almost 5 years ago
`deno doc` parses super-class names (#4595)

Co-Authored-By: Luca Casonato <[email protected]>

b57d075c07c30000d46b09062cd9e7328bcff1bc authored almost 5 years ago
Revert "Respond with 400 on request parse failure" (#4593)

readRequest should not write a response.

This reverts commit 017a611131a35ccf5dbfce6a2a665fa5...

c8fc29fcca0171166b7093d278bfbe03d970f1a5 authored almost 5 years ago
Refactor and expand mkdir tests (#4579)

7a9273d9cfa8736575317bb3cc9465e07ed4ed18 authored almost 5 years ago
Publish deno types on release (#4583)

470681cd3c9857e803d02884199fd680e14a1bd2 authored almost 5 years ago
feat: deno test --filter (#4570)

c738797944bc7e373b51a04e4332c98010135545 authored almost 5 years ago
upgrade: rusty_v8 v0.3.10 (#4576)

ff0b32f81d4cdbae9fe868a16a8b19227d79c8b1 authored almost 5 years ago
Added 'declare' handling to 'deno doc' (#4573)

3d56f3afcadf04cc082a77fa0ec2fcd9d76e039f authored almost 5 years ago
Support dynamic import in bundles. (#4561)

2e24385c487d5471aceae7d7e7de9da4c7d87064 authored almost 5 years ago
Expose global state publicly (#4572)

2ff8012dccf648916212918c69f6b5d7b6dedc56 authored almost 5 years ago
Move encode, decode helpers to /std/encoding/utf8.ts, delete /std/strings/ (#4565)

also removes std/encoding/mod.ts and std/archive/mod.ts which are useless.

12c6b2395be2bd1371284adf03e4826ba5edc761 authored almost 5 years ago
std(media_types): change .ts content type to application/typescript (#4563)

3a0b617503f4c81fb9773bd99c898270b98b9b5a authored almost 5 years ago
Remove std/strings/pad.ts because String.prototype.padStart exists (#4564)

578138a930b70057de61d257afad3011db15b1b1 authored almost 5 years ago
better parameter names for a couple functions (#4559)

1c30d755bf5600b4abda8c24564b2003c74ccee4 authored almost 5 years ago
fix(file_server): use media_types for Content-Type header (#4555)

fa7929ad2c05c5d04106800adbe944c54bd443d7 authored almost 5 years ago
fix(#4550): setCookie should append cookies (#4558)

5ac2c4aa2e3018b9b997af432e6fb4803383b4d8 authored almost 5 years ago
fix(#4554): use --inspect in repl & eval (#4562)

6291ac82ee75481f04cf6ce3da782e5dd20cf693 authored almost 5 years ago
refactor(cli/js/testing): Reduce testing interfaces (#4451)

* Reduce "testing" interfaces
* Use a callback instead of a generator for Deno.runTests()
* De...

270e87d9db48e983671848257eb360b4c7405d31 authored almost 5 years ago
feat(std/http/server): Respond with 400 on request parse failure (#4551)

017a611131a35ccf5dbfce6a2a665fa569e32ec1 authored almost 5 years ago
doc: Improve API documentation and add examples (#4548)

857d96001d63c1cb847f3f228124d69c40d267e7 authored almost 5 years ago
Remove old release files (#4545)

deno_install scripts were updated in
https://github.com/denoland/deno_install/commit/b635b52584...

8a6b8faeb57767f456818b61cf5bed738fbcdf75 authored almost 5 years ago
fix: invalid blob type (#4536)

7b675a332ca606e6192057da5635170c3dc7eb9a authored almost 5 years ago
Properly track isFile, isSymlink, isDirectory (#4541)

* Properly track isFile, isSymlink, isDirectory

These don't exhaust all the possibilities, so...

d4d0b5d90c8abc5867a389129ee185b2c1cf0f0f authored almost 5 years ago
used native padStart/End where possible (#4537)

a86b07f2df20b6436291d77d9636061ede0b6c8e authored almost 5 years ago
Fix umask test (#4533)

bdcb926b37d9ac79b58c66b418a9c37fa746eeb7 authored almost 5 years ago
console: print promise details (#4524)

30fdf6dc83d3a9d44436528959c39d3eab14cbbb authored almost 5 years ago
fix: Add check to fail the benchmark test on server error (#4519)

3892d49165f00b2ce078825c204ba8ceaa21f386 authored almost 5 years ago
console: iterable printing improvements (#4472)

1. Array elements are now grouped the same as in Node.js
2. Limit to 100 (Node.js default) elem...

4b71ac550ea964e9c647dbb6bd9879bc06357255 authored almost 5 years ago
fix(std/encoding/csv): enable skipped tests (#4520)

a98512af9a123b77332f0e7a75cfce753b7189bc authored almost 5 years ago
feat: Add common to std/path (#4527)

7670a13f8a036589f200296693957e4e24ef769a authored almost 5 years ago
fix(doc): Safely deal with optional type (#4526)

d795d3436246b609c572921ea4511fbde37f0ff3 authored almost 5 years ago
doc: Fix some typos and improve a few sentences in the std manual (#4522)

92f1c71a6fde3701224f213f48e14776f9f8adee authored almost 5 years ago
API doc improvments (#4525)

e88dcdc5e15fe4bc20b45e59d22fe993a6073da7 authored almost 5 years ago
Ignore flaky test cafile_info (#4517)

Ref #4512

6ae47449ec68b3353ef74fa232b1c1ff5b608773 authored almost 5 years ago
fix(inspector): proper error message on port collision (#4514)

2f7842246ecce1d69e13144931fd3b6417f4fdb0 authored almost 5 years ago
feat: Added colors to doc output (#4518)

ad198b1cf175a1b88a6f698510bb0122e569f3ac authored almost 5 years ago
v0.38.0

d6cb3892d48209fdb9c5196bb444e33a82bd3724 authored almost 5 years ago
feat: Add "deno doc" subcommand (#4500)

3fac487461abf055165fe0e2bb962573950277b8 authored almost 5 years ago
Update to Prettier 2 and use ES Private Fields (#4498)

bced52505f32d6cca4f944bb610a8a26767908a8 authored almost 5 years ago
upgrade: dprint 0.9.6 (#4509)

1397b8e0e7c85762e19d88fde103342bfa563360 authored almost 5 years ago
upgrade: rusty_v8 to v0.3.9 (#4505)

5837ce464c3283dc13f7bec237902b8c637f462d authored almost 5 years ago
feat: Support Inspector / Chrome Devtools (#4484)

This is a first pass implementation which is still missing several important
features:
- suppo...

2874664e9131616b71dd0d7d23750245b023833f authored almost 5 years ago
Improve isatty and kill API docs; Deno.kill() - throw on Windows (#4497)

8bcdb422e387a88075126d80e1612a30f5a7d89e authored almost 5 years ago
refactor: rename ConsoleOptions to InspectOptions (#4493)

a053462566874f699fa7f27961143e5f6ff070d3 authored almost 5 years ago
upgrade: dprint 0.9.5 (#4491)

fd432e234691cfc660028f4873eef9c3bf70acee authored almost 5 years ago
feat: window.close() (#4474)

5d7bcf86fdb2bfcee0bfac24aeb7aeecb8b3faca authored almost 5 years ago
errors: replace .lines with explicit .split newline (#4483)

3938071e91e7c3dcf7b4e727601e1e99005aceab authored almost 5 years ago
doc: improve various API docs and include examples (#4486)

eeedb416c098c50a05292cbbd8135b7050a5ce0e authored almost 5 years ago
hide source line if error message longer than 150 chars (#4487)

3d228f5f9ec729d1b027588ccf36987c82f53516 authored almost 5 years ago
fix: add fsEvent notify::Error casts (#4488)

addfdc4cd0ffa0e0f6b284379c8873a202af7d5b authored almost 5 years ago
feat: add queueMicrotask to d.ts (#4477)

07fc95aceee950316500cf2d770317b6e993356e authored almost 5 years ago
Revert "avoid using same port number for test (#4147)"

Ref #4467

This reverts commit 60cee4f045778777a16b6fffd6d5b9a1400d7246.

30bcf6a2ea620aa989a7362e7f4a62fc11743bb4 authored almost 5 years ago
docs: update manual about how to run tests for std (#4462)

b2478f3a217d5decbb638bf46e169ee58f17adad authored almost 5 years ago
console: replace object abbreviation with line breaking (#4425)

2e5e5fe393059091ed3b69a484c89aa144046a4a authored almost 5 years ago
remove extra dot in Permission request output (#4471)

c61a231ff40c027af2df9b303b834535c6407a38 authored almost 5 years ago
feat: Support Unix Domain Sockets (#4176)

70a50344315a4c3361fc321e78e076fb09a502b3 authored almost 5 years ago
v0.37.1

b924e5ab7e69eab4d3b6d9a863a8fc2974f33b5d authored almost 5 years ago
Statically link the C runtime library on Windows (#4469)

449dbe5272aef429067abe3226d30f640fd3bac3 authored almost 5 years ago
v0.37.0

d143fe61bc61030c0874c091aa0dd8bf5141b5fa authored almost 5 years ago
feat: first pass at "deno upgrade" (#4328)

ec0738606753b34525988fd9f58a23cb300b7bc0 authored almost 5 years ago