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

Resolve worker specifiers relative to main module of host. (#2751)

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

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

e438ac2c74c823882dc9c9ecde2a9e9ed7bcfb4b authored over 5 years ago by Ryan Dahl <[email protected]>
manual: Edit note about V8 profiling (#2742)

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.

43d099c0275878f6c6358eb0e9a0094d076d7c29 authored over 5 years ago by Ryan Dahl <[email protected]>
Fix small execPath issues (#2744)

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

And throws without allow-env

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

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

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

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

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

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

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

ddee2dff14772ade16e282ad18eda6f5054ce94e authored over 5 years ago by Kevin (Kun) "Kassimo" Qian <[email protected]>
use BTreeMap for ResourceTable (#2721)

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

52c13fb3ed94e41d90bbe08d1bc299ca90505755 authored over 5 years ago by Kevin (Kun) "Kassimo" Qian <[email protected]>
third_party: upgrade rust crates

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

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

deec1b9b97011d1a0ef7312c0a3efde21186b82d authored over 5 years ago by Tomohito Nakayama <[email protected]>
Use system rustfmt instead of fixed binary (#2701)

3971dcfe10b94e901a224b5328a9dafd1e2ecc08 authored over 5 years ago by Ryan Dahl <[email protected]>
v0.13.0

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

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

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

421cbd39b4f0fdbdfc2eeed6da8dd3410246a044 authored over 5 years ago by Bartek Iwańczuk <[email protected]>
Makes shebang Linux compatible (#2694)

ef63ec763a142f1e96e12e21d27ffae439f84ffd authored over 5 years ago by Nayeem Rahman <[email protected]>
feat: add debug info to ModuleResolutionError (#2697)

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

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

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

b76007d25caf2cd9325813149a907c1e51728fca authored over 5 years ago by Yoshiya Hinosawa <[email protected]>
benchmarks: make latency benchmark less noisy (#2689)

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

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

ad6360edf9a072fdb393ddb59036ba8bb4dae25e authored over 5 years ago by Nayeem Rahman <[email protected]>
benchmarks: add bundle size (#2690)

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

877e5ed7844a1754080ddff9c095ed941072775f authored over 5 years ago by hashrock <[email protected]>
make importmap flag global (#2687)

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

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

3ae808986d583ab4e151a7799acee4680c66bd78 authored over 5 years ago by Bartek Iwańczuk <[email protected]>
Typo fix (#2592)

b7026816b6c45be0d68880568989698856b30b7f authored over 5 years ago by Maxim Mazurok <[email protected]>
Fix anchor link destination (#2679)

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

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

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

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

9c22961b6a06a75dad68bad87328857a9f7a55dc authored over 5 years ago by Yoshiya Hinosawa <[email protected]>
removed unnecessary implementation from SourceFileFetcher (#2670)

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

34f212f257af3ccce4a1cb8e9b75b9cb5cb1c13b authored over 5 years ago by Bartek Iwańczuk <[email protected]>
Improve example on homepage (#2667)

a00d087b39da7894276c2292335d2709a6cebd8c authored over 5 years ago by Ryan Dahl <[email protected]>
only use Locker when calling into js (#2665)

621af21e6eab9b0f736d5b6e8acc48dbad4a68d2 authored over 5 years ago by andy finch <[email protected]>
remove v8::Locker from deno_respond (#2664)

042484d45afe129f0c08d387870e4c6de019c34b authored over 5 years ago by andy finch <[email protected]>
Fix expected dyn before AnyError trait (#2663)

056c14617565291cb00df9fec6f9779a3669089f authored over 5 years ago by andy finch <[email protected]>
Remove hacky normalize_path (#2660)

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

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

bc12a3ba56b39ba8dd3f5afcccebca177361eab2 authored over 5 years ago by Ryan Dahl <[email protected]>
fix timer's params length (#2655)

ac98bd8a7ce13e6aaf35d13b8743281df24806d7 authored over 5 years ago by 迷渡 <[email protected]>
Rename powershell highlighting to shell (#2654)

a0b8f13f18b24924d050e196baf6132b27a6011f authored over 5 years ago by 迷渡 <[email protected]>
Refactor DenoDir (#2636)

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

* add `TsCo...

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

faf2cd92fc4da744d91be95fbab0bebecda0b02c authored over 5 years ago by Ryan Dahl <[email protected]>
Edits to manual (#2646)

481a82c983e40201589e105e28be4ce809e46a60 authored over 5 years ago by Ryan Dahl <[email protected]>
Adjust console constructor (#2649)

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

181cfc9fb5bd2cbb7cd0a994a845e1901d256770 authored over 5 years ago by 迷渡 <[email protected]>
v0.12.0

4e248ecda9bb31478c6db7f5e76fa12b64b516a9 authored over 5 years ago by Ryan Dahl <[email protected]>
Support window.onload (#2643)

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.

bd6ebb32df11641e148fd0adca41e7188f16afce authored over 5 years ago by Ryan Dahl <[email protected]>
Fix REPL when it receives EOF (#2638)

1fde15c0bc77e0c5cc6f7cbf27b4e072e1ad6c46 authored over 5 years ago by Ryan Dahl <[email protected]>
Upgrade rust to v1.36.0

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

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

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

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

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

d7fa8c3207751259a647c7b90aa5e2591401834a authored over 5 years ago by Ryan Dahl <[email protected]>
Adjust powershell installer commands (#2627)

953a5a31dbda1d79065d842cf312e3149d2c70a4 authored over 5 years ago by Mark Tiedemann <[email protected]>
Upgrade v8 to 7.7.200 (#2624)

52c0764e4fd56928fca0b201c9d402b25d3f2145 authored over 5 years ago by Ryan Dahl <[email protected]>
Rewrite snapshot_creator in Rust

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.

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.

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

afd66bb0105d87fd67e59b7455f77a6a4d1429e2 authored over 5 years ago by Bert Belder <[email protected]>
core: replace ModuleSpecifier::to_url() by as_url()

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

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

9b1997b8b6f82e17e42c43aae3621e2b932f5843 authored over 5 years ago by Bert Belder <[email protected]>
cli: refactor deno_dir to use Url instead of String

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

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

9a01d6455ec3cfa955967102f576cb542999321a authored over 5 years ago by Yoshiya Hinosawa <[email protected]>
v0.11.0

92ac616708cb067a1b895283913c5ecd25c6d873 authored over 5 years ago by Ryan Dahl <[email protected]>
io: change Reader interface (#2591)

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

a948f9ff541e5983bc29113d1e0f1898206f8581 authored over 5 years ago by Yoshiya Hinosawa <[email protected]>
Fix links (#2614)

33cb79d24cf03c2c771dfa499e4cc8ee7bcee800 authored over 5 years ago by Ryan Dahl <[email protected]>
add UUID module (denoland/deno_std#479)

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

6a0858bd5d9d327ac7f46bee5f5b2fab642f2a3f authored over 5 years ago by Lucas Caro <[email protected]>
core: return useful error when import path has no prefix like ./

32cde32e54a0c8c73b7bc3da9a3ade8d739cc0b5 authored over 5 years ago by Bert Belder <[email protected]>
fix: normalize Deno.execPath (#2598)

9d18f97327e94ecf6fd0ae7b75a88abfeac07d7e authored over 5 years ago by Bartek Iwańczuk <[email protected]>
prettier: support reading code from stdin (denoland/deno_std#498)

Original: https://github.com/denoland/deno_std/commit/85db520b60053db5dc9b56972bfb6bee506dc158

78a9a27e6fcecdac9a11cb01adf585feceed9e18 authored over 5 years ago by Axetroy <[email protected]>
ts_library_builder: update README (#2604)

1068b4848c4d6d9a444d2d2bca5f25d822c42ff5 authored over 5 years ago by Yoshiya Hinosawa <[email protected]>
fix: test output for completions (#2597)

5a4bebb77080d8a72a3faa594a388c6bce46e346 authored over 5 years ago by Bartek Iwańczuk <[email protected]>
feat: parse flags after script name (#2596)

38cf346d5c0f69dfb0919781fb61db7a6597ded1 authored over 5 years ago by Bartek Iwańczuk <[email protected]>
manual: adjust windows build instructions (#2601)

cde81c6a53bcb7e5e12a1f8d6003826544eff38e authored over 5 years ago by Ryan Dahl <[email protected]>
Update instructions to install file server (denoland/deno_std#526)

Original: https://github.com/denoland/deno_std/commit/9e5473a5020d3769a5bcdda497815321690e06ca

6d4473324f4fd20a2d138bb6dc264bc4d9337868 authored over 5 years ago by Phil Rukin <[email protected]>
docs(style_guide): fix typoFixes a small syntax error (#2567)

1b48d67fbba55d64372052879d26bf8e2143d9c7 authored over 5 years ago by matzkoh <[email protected]>
update rust version for ci (#2599)

83fe39701651058ae8c824621b7ef3849704fe07 authored over 5 years ago by andy finch <[email protected]>
rename shellsession to shell (#2583)

a5441003fe54dbdd93d243d2a5f3732447464e0c authored over 5 years ago by 迷渡 <[email protected]>
Fix multiple error messages for a missing file (#2587)

d7d3e9f9dea7bf3f6e0c6e15e1bb3d2326f0fdf9 authored over 5 years ago by Gurwinder Singh <[email protected]>
fix: run blocking function on a different task (#2570)

This avoids freezing the current task if the fn blocks indefinitely

fb6d57a28172aeaaa5fdb31d5775e190bdfaa1c1 authored over 5 years ago by Jimmy Cao <[email protected]>
feat: deno completions command (#2577)

6906a2f75e428221f8b9bfa28b2c6821eb3ebe30 authored over 5 years ago by Bartek Iwańczuk <[email protected]>
ci: bump deno to v0.10.0

Original: https://github.com/denoland/deno_std/commit/53949c1eb6aedb68af6a9301cd49d28db204b885

5bf765b1b4dfa68ae3c5dc9d9a5942af76d1f87a authored over 5 years ago by Ryan Dahl <[email protected]>
Add homeDir to Deno namespace (#2578)

d089f9797830a2729cbd45cb4ea6312eb43a28de authored over 5 years ago by Evgeniy Karagodin <[email protected]>