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

Add fmt modules (printf implementation) (denoland/deno_std#566)

Original: https://github.com/denoland/deno_std/commit/f7b511611ca5bc3801d6f210d82bddce9b0a61e4

github.com/denosaurs/deno_desktop - 16e134d8a88cfb7c51c92881e6e7292a6ec00f3b authored over 5 years ago by a2800276 <[email protected]>
add file:// prefix for imports in test runner (denoland/deno_std#564)

Original: https://github.com/denoland/deno_std/commit/15afc61356afe0bbf36c78cc3da8d9182d0e5b75

github.com/denosaurs/deno_desktop - 917b202354120bdb63f7762552f056d3ff7f8964 authored over 5 years ago by Bartek Iwańczuk <[email protected]>
add deno test subcommand (#2783)

github.com/denosaurs/deno_desktop - d2d3afaf2de3cc9709cdf145c2f9438d3a4fa8a1 authored over 5 years ago by Bartek Iwańczuk <[email protected]>
feat: test runner (denoland/deno_std#516)

Original: https://github.com/denoland/deno_std/commit/c44e5367bfd08d7a69adfa3434c00991509c4a67

github.com/denosaurs/deno_desktop - 4ce2a321c8da5326901316a5787f0968dbb7b3b2 authored over 5 years ago by Bartek Iwańczuk <[email protected]>
Remove dead code: legacy read/write ops (#2776)

readSync and writeSync use dispatch_minimal now.

github.com/denosaurs/deno_desktop - 498f6ad431478f655b136782093e19e29248b24d authored over 5 years ago by Ryan Dahl <[email protected]>
feat: add overloaded form of unit test declaration (denoland/deno_std#563)

Original: https://github.com/denoland/deno_std/commit/bd146e0188dbd2c4a802e0af6e6b0705675c4abb

github.com/denosaurs/deno_desktop - d928c0ca31d6ec8533d5fab5d084ad3708f63ad5 authored over 5 years ago by Bartek Iwańczuk <[email protected]>
split up ops.rs (#2753)

Note cli/dispatch_minimal.rs ops are not yet included in cli/ops.

This is part of work toward...

github.com/denosaurs/deno_desktop - e6c349af9f7260c2c4ec713bd231fe554240721e authored over 5 years ago by Bartek Iwańczuk <[email protected]>
refactor 'assertEquals' (denoland/deno_std#560)

* merge 'testing/pretty.ts' into 'testing/asserts.ts'
* throw AssertionError in assertEquals
*...

github.com/denosaurs/deno_desktop - eab0647bd1184d0ade9a54b8720eb52300d2ba5d authored over 5 years ago by Bartek Iwańczuk <[email protected]>
ci: bump to v0.15.0 (denoland/deno_std#556)

Original: https://github.com/denoland/deno_std/commit/f3ddb4f26b81b4fbed86f4b54db7b3e7e3b7fe4e

github.com/denosaurs/deno_desktop - 63bbe2a2e041388ec167d67c73f497ea7b8590c6 authored over 5 years ago by Bartek Iwańczuk <[email protected]>
Dynamic import should respect permissions (#2764)

github.com/denosaurs/deno_desktop - 1f8b1a587c397dd01e058820769580323a0f7330 authored over 5 years ago by Ryan Dahl <[email protected]>
Fix permission requirements for Deno.rename() and Deno.link() (#2737)

github.com/denosaurs/deno_desktop - 1947f572d735096c1ccd7de2c386b8289c287701 authored over 5 years ago by Nayeem Rahman <[email protected]>
Propagate Url::to_file_path() errors instead of panicking (#2771)

* Propagate Url::to_file_path() errors instead of panicking

github.com/denosaurs/deno_desktop - c3afa557515c64610b23ee460f8c6251de421f1a authored over 5 years ago by Bert Belder <[email protected]>
feat: print cache location when no arg in deno info (#2752)

github.com/denosaurs/deno_desktop - 9bd473d8ac9228e483bd26028dbe7ba88e971c08 authored over 5 years ago by Bartek Iwańczuk <[email protected]>
fix: cache paths on Windows are broken (#2760)

github.com/denosaurs/deno_desktop - 54982e948e882fbf413e06319f711d85b232026b authored over 5 years ago by Bartek Iwańczuk <[email protected]>
Fix dynamic import base path problem for REPL and eval (#2757)

github.com/denosaurs/deno_desktop - 286ee1d8b68b54d39e698f3b78e3ce9e257fa674 authored over 5 years ago by Kevin (Kun) "Kassimo" Qian <[email protected]>
Dynamic import (#2516)

github.com/denosaurs/deno_desktop - 6fbf2e96243e6b79c1fb03c17b376b028e442694 authored over 5 years ago by Bert Belder <[email protected]>
Resolve worker specifiers relative to main module of host. (#2751)

github.com/denosaurs/deno_desktop - 56a82e72d9867a9b5f8a10bc8e4b81b86cd815c9 authored over 5 years ago by andy finch <[email protected]>
Fix repl crash when deno dir doesn't exist (#2727)

github.com/denosaurs/deno_desktop - 520bdb6c31dd08b6f4e52de5116fd23d6d57fdda authored over 5 years ago by Daniel Buckmaster <[email protected]>
Add op_id throughout op API (#2734)

Removes the magic number hack to switch between flatbuffers and the
minimal dispatcher.

Adds...

github.com/denosaurs/deno_desktop - e438ac2c74c823882dc9c9ecde2a9e9ed7bcfb4b authored over 5 years ago by Ryan Dahl <[email protected]>
manual: Edit note about V8 profiling (#2742)

github.com/denosaurs/deno_desktop - 5350abbc7ffdba6d17166fa00ad89e86979a43f7 authored over 5 years ago by Bartek Iwańczuk <[email protected]>
Fix incremental 'cargo build' (#2740)

Tip: RUSTC_WRAPPER should be unset for incremental builds to work.

github.com/denosaurs/deno_desktop - 43d099c0275878f6c6358eb0e9a0094d076d7c29 authored over 5 years ago by Ryan Dahl <[email protected]>
Fix small execPath issues (#2744)

github.com/denosaurs/deno_desktop - 77d0d1e45ccfd33a8a98e2f5fa4ba618759b5dd3 authored over 5 years ago by Kevin (Kun) "Kassimo" Qian <[email protected]>
Make Deno.execPath a function (#2743)

And throws without allow-env

github.com/denosaurs/deno_desktop - 4519f9a50db8852c5b70ff47481f0fc9d0fbe2f2 authored over 5 years ago by Kevin (Kun) "Kassimo" Qian <[email protected]>
Implement Blob url support for worker (#2729)

github.com/denosaurs/deno_desktop - ccee2f01ba2f6304720ab17e99dee17bf6687bd8 authored over 5 years ago by Kevin (Kun) "Kassimo" Qian <[email protected]>
Enforce permissions on kill(), homeDir() and execPath (#2723)

github.com/denosaurs/deno_desktop - 11c850af423f07769f054c494a76cbd9efb8806c authored over 5 years ago by Nayeem Rahman <[email protected]>
Remove dispatch optimization (#2732)

Deno.core.dispatch() used to push the "control" buf onto the shared
array buffer before calling...

github.com/denosaurs/deno_desktop - 046cccfe1768837fcd5b4c1fd7d52fb2d98c0b11 authored over 5 years ago by Ryan Dahl <[email protected]>
Revert "http: delete conn parameter in readRequest" (denoland/deno_std#550)

This reverts commit 209183e24812095a40e48e60484f80a5a254b1c3.
Fixes: denoland/deno_std#441
Orig...

github.com/denosaurs/deno_desktop - 50fdccb17549eae05be2a68163f6e739cdf82b53 authored over 5 years ago by Bartek Iwańczuk <[email protected]>
Remove Deno.build.args feature (#2728)

This is a minor feature which complicates the build signifigantly.
Removing to ease refactoring...

github.com/denosaurs/deno_desktop - a517513182221aa351528cf15d28c449b49fea13 authored over 5 years ago by Ryan Dahl <[email protected]>
Fix URLs in examples/README (denoland/deno_std#551)

Original: https://github.com/denoland/deno_std/commit/6d78eec41306b98943847a5d1ec3bcaf389698fd

github.com/denosaurs/deno_desktop - 782ebfbc0f317dff32daac40c42930abd6985f50 authored over 5 years ago by Ryan Dahl <[email protected]>
Provide option to delete Deno namespace in worker (#2717)

github.com/denosaurs/deno_desktop - ddee2dff14772ade16e282ad18eda6f5054ce94e authored over 5 years ago by Kevin (Kun) "Kassimo" Qian <[email protected]>
use BTreeMap for ResourceTable (#2721)

github.com/denosaurs/deno_desktop - aaa7a3eac4df0de9a93dc8fc4717d38212a3de5b authored over 5 years ago by Bartek Iwańczuk <[email protected]>
Enforce env permission on homeDir() and execPath (#2714)

github.com/denosaurs/deno_desktop - 52c13fb3ed94e41d90bbe08d1bc299ca90505755 authored over 5 years ago by Kevin (Kun) "Kassimo" Qian <[email protected]>
third_party: upgrade rust crates

github.com/denosaurs/deno_desktop - c6861b537ead4bba21817610664d68ffbe7daad5 authored over 5 years ago by Bert Belder <[email protected]>
build: support crate imports using an alias name

A crate can assign an alternative name, different from the crate name,
when importing another cr...

github.com/denosaurs/deno_desktop - 5bca001f9703940e693d6a55944ef1ee7fc67f58 authored over 5 years ago by Bert Belder <[email protected]>
Implement function convertLineEndingsToNative in blob.ts (#2695)

based on https://w3c.github.io/FileAPI/#convert-line-endings-to-native

github.com/denosaurs/deno_desktop - deec1b9b97011d1a0ef7312c0a3efde21186b82d authored over 5 years ago by Tomohito Nakayama <[email protected]>
Use system rustfmt instead of fixed binary (#2701)

github.com/denosaurs/deno_desktop - 3971dcfe10b94e901a224b5328a9dafd1e2ecc08 authored over 5 years ago by Ryan Dahl <[email protected]>
refactor: cleanup compiler pipeline (#2686)

* remove fetch_source_file_and_maybe_compile_async and
replace it with State.fetch_compiled_...

github.com/denosaurs/deno_desktop - 2e1ab8232156a23afd22834c1e707fb3403c0db6 authored over 5 years ago by Bartek Iwańczuk <[email protected]>
Add --current-thread flag (#2702)

github.com/denosaurs/deno_desktop - e7cee29c849286f9b492eb404634a0387b9a75a0 authored over 5 years ago by Bartek Iwańczuk <[email protected]>
factor out FileFetcher to separate module (#2683)

* merge SourceFileFetcher trait and FileFetcher struct

* move logic related to source file fe...

github.com/denosaurs/deno_desktop - 421cbd39b4f0fdbdfc2eeed6da8dd3410246a044 authored over 5 years ago by Bartek Iwańczuk <[email protected]>
Makes shebang Linux compatible (#2694)

github.com/denosaurs/deno_desktop - ef63ec763a142f1e96e12e21d27ffae439f84ffd authored over 5 years ago by Nayeem Rahman <[email protected]>
feat: add debug info to ModuleResolutionError (#2697)

github.com/denosaurs/deno_desktop - ac269beabe1b16294118e64e69bf487639086941 authored over 5 years ago by Bartek Iwańczuk <[email protected]>
enable test of aborted conn on windows (denoland/deno_std#549)

Original: https://github.com/denoland/deno_std/commit/28ae08b4244cda59379e25b523c3490edbaa7ce2

github.com/denosaurs/deno_desktop - b1e5ad7eca8a1c6e38bb326daee9775b41687cf9 authored over 5 years ago by Yoshiya Hinosawa <[email protected]>
Remap stack traces of unthrown errors. (#2693)

github.com/denosaurs/deno_desktop - 5083f5fd908057cbc8649b79c13ab78a7f7ebf34 authored over 5 years ago by Kitson Kelly <[email protected]>
refactor: use Deno.execPath where possible (denoland/deno_std#548)

Original: https://github.com/denoland/deno_std/commit/287b0a9cd259952387739405152e031e9abcdb63

github.com/denosaurs/deno_desktop - b76007d25caf2cd9325813149a907c1e51728fca authored over 5 years ago by Yoshiya Hinosawa <[email protected]>
benchmarks: make latency benchmark less noisy (#2689)

github.com/denosaurs/deno_desktop - ff96e3dc637974c6f9853f3bf9565bfd63f22b17 authored over 5 years ago by Bartek Iwańczuk <[email protected]>
Ignore error of writing responses to aborted requests (denoland/deno_std#546)

Original: https://github.com/denoland/deno_std/commit/826deb1012d3595c3f6de19659e13564a15ceda1

github.com/denosaurs/deno_desktop - 44efefbda6d30edc602257c1a2501259e7ef9626 authored over 5 years ago by Yoshiya Hinosawa <[email protected]>
Make shebangs Linux compatible (denoland/deno_std#545)

Original: https://github.com/denoland/deno_std/commit/5e77e8adc70f9fffc88a86e18608283b0e10848e

github.com/denosaurs/deno_desktop - ad6360edf9a072fdb393ddb59036ba8bb4dae25e authored over 5 years ago by Nayeem Rahman <[email protected]>
benchmarks: add bundle size (#2690)

github.com/denosaurs/deno_desktop - 187310a3e151303504a1dc5830334ae7ac1fef57 authored over 5 years ago by Bartek Iwańczuk <[email protected]>
use animated-deno-logo in denolib (#2691)

github.com/denosaurs/deno_desktop - 877e5ed7844a1754080ddff9c095ed941072775f authored over 5 years ago by hashrock <[email protected]>
make importmap flag global (#2687)

github.com/denosaurs/deno_desktop - 729c4e9377c2112d51cefb6eb0c723cbaf2a1ff5 authored over 5 years ago by Bartek Iwańczuk <[email protected]>
cli: handle deno -v and deno --version (#2684)

github.com/denosaurs/deno_desktop - 89e6792203678a2ae4911e006fcf9b26f63c700d authored over 5 years ago by Bartek Iwańczuk <[email protected]>
cli: unify deno -h options (#2682)

github.com/denosaurs/deno_desktop - 3ae808986d583ab4e151a7799acee4680c66bd78 authored over 5 years ago by Bartek Iwańczuk <[email protected]>
Typo fix (#2592)

github.com/denosaurs/deno_desktop - b7026816b6c45be0d68880568989698856b30b7f authored over 5 years ago by Maxim Mazurok <[email protected]>
Fix anchor link destination (#2679)

github.com/denosaurs/deno_desktop - 589643d55768acf14c4a111b49881e7cd4b7bc7d authored over 5 years ago by Nayeem Rahman <[email protected]>
Add error handling for dynamic imports to libdeno (#2678)

github.com/denosaurs/deno_desktop - 1406961d2b32b6ff9d842e13d2add124b7e3119d authored over 5 years ago by Bert Belder <[email protected]>
feat: expose writeAll() and writeAllSync() (#2298)

Symmetric with `readAll()` and `readAllSync()`. Also used in `xeval`.
Also correct usage in `wr...

github.com/denosaurs/deno_desktop - e49d1e16ca2fca45e959c1add9b5a1d6866dbb90 authored over 5 years ago by Kevin (Kun) "Kassimo" Qian <[email protected]>
save headers for all intermediate redirects (#2677)

github.com/denosaurs/deno_desktop - 70de8dd51d465ea2016d6bb7c0728111f4493668 authored over 5 years ago by Bartek Iwańczuk <[email protected]>
feat(website/benchmark): enable zoom of charts (#2668)

github.com/denosaurs/deno_desktop - 9c22961b6a06a75dad68bad87328857a9f7a55dc authored over 5 years ago by Yoshiya Hinosawa <[email protected]>
removed unnecessary implementation from SourceFileFetcher (#2670)

github.com/denosaurs/deno_desktop - c98d9bf7097575ec9832864f0e0d076a4763717c authored over 5 years ago by andy finch <[email protected]>
fix: bring back --no-fetch flag (#2671)

github.com/denosaurs/deno_desktop - 34f212f257af3ccce4a1cb8e9b75b9cb5cb1c13b authored over 5 years ago by Bartek Iwańczuk <[email protected]>
Improve example on homepage (#2667)

github.com/denosaurs/deno_desktop - a00d087b39da7894276c2292335d2709a6cebd8c authored over 5 years ago by Ryan Dahl <[email protected]>
only use Locker when calling into js (#2665)

github.com/denosaurs/deno_desktop - 621af21e6eab9b0f736d5b6e8acc48dbad4a68d2 authored over 5 years ago by andy finch <[email protected]>
remove v8::Locker from deno_respond (#2664)

github.com/denosaurs/deno_desktop - 042484d45afe129f0c08d387870e4c6de019c34b authored over 5 years ago by andy finch <[email protected]>
Fix expected dyn before AnyError trait (#2663)

github.com/denosaurs/deno_desktop - 056c14617565291cb00df9fec6f9779a3669089f authored over 5 years ago by andy finch <[email protected]>
Remove hacky normalize_path (#2660)

github.com/denosaurs/deno_desktop - a37bc0088f9de76108fe0bd9243c794b413d73cf authored over 5 years ago by Ryan Dahl <[email protected]>
REPL shouldn't panic when it gets SIGINT (#2662)

github.com/denosaurs/deno_desktop - 55ca0f09cb50f8bc6b0590a9a88febc41f91e51b authored over 5 years ago by Ryan Dahl <[email protected]>
Reorder tools/format.py so slowest are last (#2661)

github.com/denosaurs/deno_desktop - bc12a3ba56b39ba8dd3f5afcccebca177361eab2 authored over 5 years ago by Ryan Dahl <[email protected]>
fix timer's params length (#2655)

github.com/denosaurs/deno_desktop - ac98bd8a7ce13e6aaf35d13b8743281df24806d7 authored over 5 years ago by 迷渡 <[email protected]>
Rename powershell highlighting to shell (#2654)

github.com/denosaurs/deno_desktop - a0b8f13f18b24924d050e196baf6132b27a6011f authored over 5 years ago by 迷渡 <[email protected]>
Refactor DenoDir (#2636)

* rename `ModuleMetaData` to `SourceFile` and remove TS specific
functionality

* add `TsCo...

github.com/denosaurs/deno_desktop - 8214b686cea3f6ad57d7da49a44d33185fdeb098 authored over 5 years ago by Bartek Iwańczuk <[email protected]>
Bump CI to v0.12.0 (denoland/deno_std#541)

Original: https://github.com/denoland/deno_std/commit/86675d263441f405af0981c661e838f1ec192004

github.com/denosaurs/deno_desktop - faf2cd92fc4da744d91be95fbab0bebecda0b02c authored over 5 years ago by Ryan Dahl <[email protected]>
Edits to manual (#2646)

github.com/denosaurs/deno_desktop - 481a82c983e40201589e105e28be4ce809e46a60 authored over 5 years ago by Ryan Dahl <[email protected]>
Adjust console constructor (#2649)

https://github.com/denoland/deno/pull/2073#discussion_r303401539

github.com/denosaurs/deno_desktop - 181cfc9fb5bd2cbb7cd0a994a845e1901d256770 authored over 5 years ago by 迷渡 <[email protected]>
Support window.onload (#2643)

github.com/denosaurs/deno_desktop - 9c454998646ef49f652bc919f53503ed07a1c55c authored over 5 years ago by Yoshiya Hinosawa <[email protected]>
hyper_hello should be in its own crate (#2641)

So that "cargo build" will build it when the gn frontend is eventually
removed.

github.com/denosaurs/deno_desktop - bd6ebb32df11641e148fd0adca41e7188f16afce authored over 5 years ago by Ryan Dahl <[email protected]>
Fix REPL when it receives EOF (#2638)

github.com/denosaurs/deno_desktop - 1fde15c0bc77e0c5cc6f7cbf27b4e072e1ad6c46 authored over 5 years ago by Ryan Dahl <[email protected]>
Upgrade rust to v1.36.0

github.com/denosaurs/deno_desktop - db5c66a638d399d5ebb2832bb7b52e8f76ced49d authored over 5 years ago by Bert Belder <[email protected]>
Refactor error to use dynamic dispatch and traits

This is in preperation for dynamic import (#1789), which is more easily
implemented when errors ...

github.com/denosaurs/deno_desktop - abe8a113ad8004f160eac5f3f115cb28c5072ba7 authored over 5 years ago by Bert Belder <[email protected]>
add link to uuid in README (denoland/deno_std#536)

Original: https://github.com/denoland/deno_std/commit/14fefcba1593fbcb053c9445534f8ba942f9ff9d

github.com/denosaurs/deno_desktop - 0d5d949887026a0f4ca276d66df8e5b1916565e8 authored over 5 years ago by Lucas Caro <[email protected]>
Rename catjson.ts to catj.ts (denoland/deno_std#533)

Original: https://github.com/denoland/deno_std/commit/2f4846fc3e163ed1d82845140f5d3cc8adbde26e

github.com/denosaurs/deno_desktop - f549392fb6b85266b1141733e29738da7a5d28f5 authored over 5 years ago by Bartek Iwańczuk <[email protected]>
fix for '-' arg after script name (#2631)

github.com/denosaurs/deno_desktop - 963d56fc5e5a410108dcdff083d64c0a762658c0 authored over 5 years ago by Bartek Iwańczuk <[email protected]>
Update deno.land links v0.11 (#2628)

github.com/denosaurs/deno_desktop - d7fa8c3207751259a647c7b90aa5e2591401834a authored over 5 years ago by Ryan Dahl <[email protected]>
Adjust powershell installer commands (#2627)

github.com/denosaurs/deno_desktop - 953a5a31dbda1d79065d842cf312e3149d2c70a4 authored over 5 years ago by Mark Tiedemann <[email protected]>
Upgrade v8 to 7.7.200 (#2624)

github.com/denosaurs/deno_desktop - 52c0764e4fd56928fca0b201c9d402b25d3f2145 authored over 5 years ago by Ryan Dahl <[email protected]>
Rewrite snapshot_creator in Rust

github.com/denosaurs/deno_desktop - d641782c823317a2d2f64d646a0d5b8b6c22b771 authored over 5 years ago by Bartek Iwańczuk <[email protected]>
Pass env vars through in build_extra/rust/run.py

This fixes an appveyor issue that arrises when implementing
snapshot_creator in Rust.

github.com/denosaurs/deno_desktop - 79c3439f269f1e0e24003518e363988fa4f1da33 authored over 5 years ago by Bert Belder <[email protected]>
rustfmt: disable format_macro_bodies

It doesn't work since we're not using rustfmt-nightly.

github.com/denosaurs/deno_desktop - 958a80e6db9b87985898acf2f4f33e46d4740c3b authored over 5 years ago by Bert Belder <[email protected]>
cli: generate default file name for bundle when URL ends in a slash

github.com/denosaurs/deno_desktop - afd66bb0105d87fd67e59b7455f77a6a4d1429e2 authored over 5 years ago by Bert Belder <[email protected]>
core: replace ModuleSpecifier::to_url() by as_url()

github.com/denosaurs/deno_desktop - f4c9b314056b002a01ac0bd5fc33f6503aba5ab2 authored over 5 years ago by Bert Belder <[email protected]>
fix emptydir on windows (denoland/deno_std#531)

Original: https://github.com/denoland/deno_std/commit/67641b8ea5ba869854ca042e11b200b90da5fc4b

github.com/denosaurs/deno_desktop - 1a42695bebb77cfc4a27f08a6bb323017901be26 authored over 5 years ago by Vincent LE GOFF <[email protected]>
core: clearly define when module lookup is path-based vs URL-based

The rules are now as follows:

* In `import` statements, as mandated by the WHATWG specification...

github.com/denosaurs/deno_desktop - 9b1997b8b6f82e17e42c43aae3621e2b932f5843 authored over 5 years ago by Bert Belder <[email protected]>
cli: refactor deno_dir to use Url instead of String

github.com/denosaurs/deno_desktop - 72d9045528ad69ec32d7de9707cea65fab9f405e authored over 5 years ago by Bartek Iwańczuk <[email protected]>
Remove os.userHomeDir in favor of Deno.homeDir (denoland/deno_std#523)

Original: https://github.com/denoland/deno_std/commit/88b48945799322c0bc2f34134eed538759de4174

github.com/denosaurs/deno_desktop - c08a27de9ac136d212b6510976435e1fc9694dc8 authored over 5 years ago by Evgeniy Karagodin <[email protected]>
Upgrade to v0.11.0 (update Reader interface) (denoland/deno_std#527)

Original: https://github.com/denoland/deno_std/commit/3ea90d54f6dad4bcc3d32e63601096a6c0ff3ce4

github.com/denosaurs/deno_desktop - 9a01d6455ec3cfa955967102f576cb542999321a authored over 5 years ago by Yoshiya Hinosawa <[email protected]>
io: change Reader interface (#2591)

Instead of returning { nread: number, eof: bool }, read() returns EOF | number.

github.com/denosaurs/deno_desktop - a948f9ff541e5983bc29113d1e0f1898206f8581 authored over 5 years ago by Yoshiya Hinosawa <[email protected]>