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

v0.10.0

c56df45355c8e68eabbfa62021e7ca7484115c0b authored over 5 years ago by Ryan Dahl <[email protected]>
simplify check_net test

046cbef4f0f11e37d6ffb8b01c6362c8ce0b750d authored over 5 years ago by Ryan Dahl <[email protected]>
third_party: add rust crate 'termcolor'

89216c7baaab8ade3daf9103572647addeb404f3 authored over 5 years ago by Bert Belder <[email protected]>
Port code from Cargo and use for progress

A lot of its functionality is unused still, but the goal it to slowly
migrate logging functional...

3a4d88475b40a17f2ce17b775a3f07c78be83d79 authored over 5 years ago by Ryan Dahl <[email protected]>
Upgrade deno_std (#2565)

d1482c6b8abfdd8201f8d1845a5de75105f3cbc4 authored over 5 years ago by Ryan Dahl <[email protected]>
refactor: use Path/PathBuf in deno dir (#2559)

70a9859adce478180a15d43877fe239a44379556 authored over 5 years ago by Bartek Iwańczuk <[email protected]>
fix: prevent multiple downloads of modules (#2477)

3c81cca0374c96ff4759ec9305eb5529dd29a4d8 authored over 5 years ago by Bartek Iwańczuk <[email protected]>
Add userHomeDir (denoland/deno_std#521)

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

58bac5dc298a5ef16efd664bc9ea951856f901ee authored over 5 years ago by Evgeniy Karagodin <[email protected]>
feat: fetch() now handles redirects (#2561)

1d0d54247c0a5a69207f8e0b948d3b60287467eb authored over 5 years ago by Long(Tony) Lian <[email protected]>
typo

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

69d4d88b4f00b26112ad1d31fd551b032884f0d8 authored over 5 years ago by Rong Sen Ng <[email protected]>
Update manual.md (#2571)

d82089ca358b7fa4d5e2b7a357f651364643de7a authored over 5 years ago by JaePil Jung <[email protected]>
Minor tweaks (#2569)

1. Separate Snapshot and Script StartupData functions based on cfg "no-snapshot-init"
2. Replac...

6fa6828e5f0f7abac20ec342ee5ec57654a425d0 authored over 5 years ago by Gurwinder Singh <[email protected]>
feat: log permission access (#2518)

Replaces -D/--log-debug flag with --log-level=debug

--log-level=info displays permission access

b9fbd552149c1fe61b662c9b1a1ed1b42e5487ae authored over 5 years ago by Bartek Iwańczuk <[email protected]>
file server should order filenames (denoland/deno_std#511)

Original: https://github.com/denoland/deno_std/commit/1365d287bc97815b07f7ad298704756cb6877784

cd7ed28c36192cab035557677a3e1748bbdb0334 authored over 5 years ago by Axetroy <[email protected]>
fetch: make body async iterable (#2563)

988bcbb8842d12202f278808698a6b546718e764 authored over 5 years ago by Yoshiya Hinosawa <[email protected]>
fmt_test: resolve old absolute path issue (#2562)

201ddd29a7908d457ed43b030476707d32848868 authored over 5 years ago by Yoshiya Hinosawa <[email protected]>
feat: add catjson example (denoland/deno_std#517)

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

a7dbd39270a3070d2c253111bedd47e7b55b180f authored over 5 years ago by Bartek Iwańczuk <[email protected]>
fix: pin eslint version for CI (denoland/deno_std#518)

https://github.com/typescript-eslint/typescript-eslint/issues/637

Original: https://github.com...

b6ad0df64f17f7a75092207b96409551ebfaa013 authored over 5 years ago by Bartek Iwańczuk <[email protected]>
bundle/run handles Deno.args better. (denoland/deno_std#514)

Original: https://github.com/denoland/deno_std/commit/02262c61612fdeda1ddd9e987f04f320d17b0c89

a02c3bd38873379b045c01241f54c843bca6aff5 authored over 5 years ago by Kitson Kelly <[email protected]>
feat: redirect process stdio to file (#2554)

642eaf97c67c6070935a2977014c743ba59deff8 authored over 5 years ago by Bartek Iwańczuk <[email protected]>
add encodeInto to TextEncoder (#2558)

eb93dc58a11d9e9a295eff31f9c2c6a3a4c5170b authored over 5 years ago by andy finch <[email protected]>
typo (denoland/deno_std#515)

Original: https://github.com/denoland/deno_std/commit/4804e50b23e7a2a494bce270f18fa89eb1c20ebe

684805919aaf4b3a73c7e2a82acfa4fd19b0fa10 authored over 5 years ago by Amen <[email protected]>
Fix comment (#2555)

20f41e719d2cb5add8e9168d00f239843fd56d31 authored over 5 years ago by Matt Harrison <[email protected]>
feat: upgrade installer and add docs (#2551)

77a00aef4cef31e1e76549b3fcef25f389c0ab84 authored over 5 years ago by Bartek Iwańczuk <[email protected]>
Fix silent failure of WebAssembly.instantiate() (#2548)

By making WASM compilation synchronous. We'll have to do more work to
make it properly async.

f2c50fae844b34cf6d8488ab1fbc599eb935a919 authored over 5 years ago by Ryan Dahl <[email protected]>
improve installer (denoland/deno_std#512)

- remove uninstall command
- add --reload to deno fetch - to ensure subsequent installation
...

575bdb8451042733a8e8a03c33a57b3729fe8538 authored over 5 years ago by Bartek Iwańczuk <[email protected]>
event `isTrusted` is enumerable (#2543)

6a5177dc11936687e6da95c3c45e3e41a7856d79 authored over 5 years ago by 迷渡 <[email protected]>
Combine CLI Errors (#2487)

425df50484f315dcd63b4d93ab6911702779899e authored over 5 years ago by Kitson Kelly <[email protected]>
website: use css variables and prefers-color-scheme (#2547)

This uses `prefers-color-scheme: dark` to automatically switch
to dark mode if the user specif...

43f48386d7921612c5cbe7d39a4dfb82a3f3367e authored over 5 years ago by Jed Fox <[email protected]>
installer: quote commands correctly (denoland/deno_std#510)

Original: https://github.com/denoland/deno_std/commit/4317af11d18e67dbc79b0df9839180f8e4e55613

33ffb89f5ca4dc0f671219349a084541da9db7c5 authored over 5 years ago by Axetroy <[email protected]>
Testing: Pretty output + Silent mode (denoland/deno_std#314)

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

57edeacaa552e97525fc5aea6b38a95d28c8f21e authored over 5 years ago by Vincent LE GOFF <[email protected]>
lint: add max line length rules (denoland/deno_std#507)

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

c85b1c06a9804ad41fbccf8fe5a5689f28eb049e authored over 5 years ago by Axetroy <[email protected]>
Installer: support windows (denoland/deno_std#499)

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

d6e92582cc2267210f71e893b14672783301f87b authored over 5 years ago by Axetroy <[email protected]>
fix: use Loader::resolve in op_fetch_module_meta_data (#2519)

01858f115ae4c051a0beb5c1719c59431562f43e authored over 5 years ago by Bartek Iwańczuk <[email protected]>
Add dyn to be rust nightly compatible (#2538)

ed390a51cac08ec238b45c793a5ddd65fcae1b78 authored over 5 years ago by Kitson Kelly <[email protected]>
fix clearTimeout.name / clearInterval.name (#2540)

d5e80ad67744bbd2646af0a0abe27cc38205f990 authored over 5 years ago by 迷渡 <[email protected]>
refactor dispatch take 2 (#2533)

76d51b0f9a4bd0ff86150d0dfa78df7c8410b7ea authored over 5 years ago by andy finch <[email protected]>
clearTimeout should convert to number (#2539)

9ad5b0653e3821915d7ab7438d5ed4fe373c569a authored over 5 years ago by 迷渡 <[email protected]>
add encoding/hex module (denoland/deno_std#434)

Original: https://github.com/denoland/deno_std/commit/418cdff25d022e8abfd4423f1535173c2e7c2210

f430df56195cdb4a1bcc92062e788eec06067111 authored over 5 years ago by Axetroy <[email protected]>
fix urlSearchParams custom symbol iterator (#2537)

a95319074240a869dce088fa580e46a067a8e7d1 authored over 5 years ago by 迷渡 <[email protected]>
fix installer readme (denoland/deno_std#495)

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

ba180f346030f82ae439abc68902310a8ecf4ca4 authored over 5 years ago by Axetroy <[email protected]>
ci: bump version to v0.9.0 (denoland/deno_std#493)

Original: https://github.com/denoland/deno_std/commit/33bc3db00105e2572a7e3abd6da8591cbc5abae1

82884fecd5e06af74e0f5659c3e4381294ca928c authored over 5 years ago by Ryan Dahl <[email protected]>
Fixes benchmark page spinner on Edge #2508 (#2525)

76329cf610af1612d4e9c562a1ee3a4dd6082a37 authored over 5 years ago by David Stone <[email protected]>
v0.9.0

7b06aa37342c021f9f1fac99125847d134e67001 authored over 5 years ago by Ryan Dahl <[email protected]>
Upgrade INSTALLER_URL to include fixes (#2532)

denoland/deno_std#492

9142a7df46fd1335c9ee007edcc4e83eb589a794 authored over 5 years ago by Ryan Dahl <[email protected]>
fix deno install (#2529)

061f6dd4832320ff654ee2a7a07901852b702639 authored over 5 years ago by Bartek Iwańczuk <[email protected]>
installer: Print name of installed file (denoland/deno_std#492)

Original: https://github.com/denoland/deno_std/commit/1679ba0b57e27624b3d3fdc303dccbe69a9d798d

fccfaeea3c0e8a00f0f6be2fb204a8a57835e194 authored over 5 years ago by Ryan Dahl <[email protected]>
third_party: upgrade rust crates

77737707e4e07d7421d9a4f813d6dcd27ecf54fe authored over 5 years ago by Bert Belder <[email protected]>
Revert "Refactor dispatch handling (#2452)"

Due to performance regression:
https://github.com/denoland/deno/commit/dc60fe9f300043f191286ef80...

1361e302234b17ab8079107b134dfd0ddf288439 authored over 5 years ago by Ryan Dahl <[email protected]>
feat: add deno install command (#2522)

3dff147d0ca1a2cd8d264d20a178d71cb38b1c4e authored over 5 years ago by Bartek Iwańczuk <[email protected]>
feat: URLSearchParams should work with custom iterator (#2512)

52448f351d7b0882ac67e2974b93c1e730f5dbb3 authored over 5 years ago by 迷渡 <[email protected]>
feat: installer (denoland/deno_std#489)

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

d00a4beec40faa9d2ddb482ed152f00c36ae2f42 authored over 5 years ago by Bartek Iwańczuk <[email protected]>
fix wrong field name in example code (denoland/deno_std#490)

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

926594c53c600fd65f210806d7d6d841b02c3385 authored over 5 years ago by Sam Reghenzi <[email protected]>
Refactor dispatch handling (#2452)

Promise id is now created in core and passed back to JS.

dc60fe9f300043f191286ef804a365e16e455f87 authored over 5 years ago by andy finch <[email protected]>
expose window.Response (#2515)

fdd2eb538327ee3f50fe2869320411191830c985 authored over 5 years ago by Bartek Iwańczuk <[email protected]>
forbidden to set `this` for setTimeout (#2511)

42d1024cd98811a4ce9eaaa73c84970d271628a6 authored over 5 years ago by 迷渡 <[email protected]>
Move ModuleSpecifier to //core (#2509)

bca5cc5041172e22ad1851c8510d6521bf70ec22 authored over 5 years ago by Bartek Iwańczuk <[email protected]>
Refactor module resolving (#2493)

Adds ModuleSpecifier, which wraps a URL. This is now passed around instead of
specifier and res...

b3c4307d02d627287cd28486b208b53c3bd378f0 authored over 5 years ago by Bartek Iwańczuk <[email protected]>
Remove Config struct from core (#2502)

It's unnecessary indirection and is preventing the ability to easily
pass isolate references in...

2a5138a5166f0945d5fda68c89fa8e23c66fb681 authored over 5 years ago by Ryan Dahl <[email protected]>
Split up tools/sync_third_party

This is just encoding my actual workflow; not suggesting that this
workflow is ideal. Previously...

8693d0e0a7d7ce1e4533aef30c1a735276e3009b authored over 5 years ago by Ryan Dahl <[email protected]>
makes global request type an interface (#2503)

7bdeee8997bde0efe40bcec41c0706bdab58893b authored over 5 years ago by Kurt Mackey <[email protected]>
Revert "Work around Windows-only V8 concurrent initialization crash"

This fix is no longer necessary as the underlying V8 bug has been
fixed upstream.

This reverts ...

878d092df9cc89ad92e571e2422ffb1ed488dd0e authored over 5 years ago by Bert Belder <[email protected]>
Removed unused method and update docs (#2499)

7fc3d5ed8bef7373b96e4436dee8c68bec383184 authored over 5 years ago by Gurwinder S <[email protected]>
feat: default output filename for deno bundle (#2484)

And improve bundle docs

912e4f717785e2f5266d749c54a289227523db12 authored over 5 years ago by Ryan Dahl <[email protected]>
Move Modules to ThreadSafeState (#2498)

de8c85f8f2f4631cc4e7cba2616df94fd2c37160 authored over 5 years ago by Ryan Dahl <[email protected]>
Move TestFmt to end of tests (#2491)

508e9849ffd1491b8f3ac9aaaad507e84f57fed3 authored over 5 years ago by Ryan Dahl <[email protected]>
Add --seed for setting RNG seed (#2483)

d82c1991cf0919c312b87501bc588cf17781b32f authored over 5 years ago by Matt Harrison <[email protected]>
set setTimeout callback's this to window object

cb581620522febe618cbf084b0dc3428479e84a9 authored over 5 years ago by justjavac <[email protected]>
fix bug in URL (#2495)

0efb7c2ab7b9705a9f5f177b4dc170c1abbd97ed authored over 5 years ago by 迷渡 <[email protected]>
Upgrade V8 to 7.7.37 (#2492)

523ab6a929dacf4cdd692c1319173a1a49c642de authored over 5 years ago by Ryan Dahl <[email protected]>
Expose dynamic import in core (#2472)

e0436975211202afadb1a8ccd7d5154694162f38 authored over 5 years ago by Ryan Dahl <[email protected]>
website: use pre-wrap (#2486)

88b0c8756eef96c8adaff1005d00aae52bd2272c authored over 5 years ago by Yoshiya Hinosawa <[email protected]>
Add bundle loader (denoland/deno_std#480)

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

0ed3046a9a262f0aa2d58293e7ed0d7117eaa558 authored over 5 years ago by Kitson Kelly <[email protected]>
typo (#2489)

163d60bf16b2c62192b5bf1763ebe6ee2b8c4406 authored over 5 years ago by Neil Richter <[email protected]>
check `URLSearchParams.constructor`'s params (#2488)

5871d22d9b1f99a4735ff7b4e2dcca977795aa74 authored over 5 years ago by 迷渡 <[email protected]>
upgrade: deno to v0.8.0 (denoland/deno_std#487)

Original: https://github.com/denoland/deno_std/commit/86b7499e658a70d734e1e02fef50e1d9e26f6f56

87d3b9b5cc3695402b2e316c39384fabd7e5874a authored over 5 years ago by Ryan Dahl <[email protected]>
feat: Import maps (#2360)

a115340288d974f141cceb16faac71914402c445 authored over 5 years ago by Bartek Iwańczuk <[email protected]>
Add asserts checking that async ops return null (#2463)

8ec5276d30dac59ced0ca7e35e07e20644ee2188 authored over 5 years ago by Ryan Dahl <[email protected]>
v0.8.0

d60bdb6350f2583e35d020f6cebb6aa30262fbcc authored over 5 years ago by Ryan Dahl <[email protected]>
Add 'bundle' subcommand. (#2467)

307e0927531025dd707a0f4dc3fd549b65598eb2 authored over 5 years ago by Kitson Kelly <[email protected]>
Make print_file_info async

95eac608a6e9793307d6f19a546a2a980542b839 authored over 5 years ago by gurv-s <[email protected]>
Remove tokio_util::block_on dep in compile_async and other cleanup

35f879ad32bc7fddb1c20e9a4154f42c7b9b8350 authored over 5 years ago by gurv-s <[email protected]>
make op_create_worker async internally

564222bc104e07e17186edaeb0818bd7f6d91889 authored over 5 years ago by gurv-s <[email protected]>
Use static dispatch

c0b28dc224105ebc0d3a013478183cee8866724f authored over 5 years ago by gurv-s <[email protected]>
make tests quieter (#2468)

Don't mix every http request in with the tests output.
Don't print that the file servers are st...

5960e398ecab914effec821cc6da5f3a091fdb50 authored over 5 years ago by Andy Hayden <[email protected]>
http benchmarks with unique ports (#2471)

4ea2df6759abf3a99e07fe720987805075c8a18b authored over 5 years ago by Kurt Mackey <[email protected]>
add tcp proxy benchmarks + split out website section for proxy req/s (#2464)

9a6cfd653d74ab23d9415e6ce67da22badb8101e authored over 5 years ago by Kurt Mackey <[email protected]>
Deno.core.evalContext & Deno.core.print fix (#2465)

9bea576f3ea224ec72f371f6f0bc582171ca7890 authored over 5 years ago by Michał Sabiniarz <[email protected]>
Cleanup compiler API (#2466)

e3b2205eba2851380a9a149071cb4fb7e8218b13 authored over 5 years ago by Kitson Kelly <[email protected]>
libdeno: expose dynamic import (#2461)

cbcb78f1884c675268cbce700e7d43bfd1b78481 authored over 5 years ago by Ryan Dahl <[email protected]>
use unknown instead of any (denoland/deno_std#486)

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

2e0ab295a34229f7d858d1ef916d294779a764d7 authored over 5 years ago by Xin Du (Clark) <[email protected]>
add http proxy benchmark (#2462)

341150266eef10b005388db4210571554bb4b931 authored over 5 years ago by Kurt Mackey <[email protected]>
Remove console.error from asserts. (denoland/deno_std#483)

Original: https://github.com/denoland/deno_std/commit/2292fbe6b1935588e19bc2736b364e82b7c5d38e

8e8f936e40ec29f2d64bf05e78475ee20fe84de9 authored over 5 years ago by Kitson Kelly <[email protected]>
RecursiveLoad shouldn't own the Isolate (#2453)

This patch makes it so that RecursiveLoad doesn't own the Isolate, so
Worker::execute_mod_async...

e152dae006c941abd614cc31820981c629410d7c authored over 5 years ago by Ryan Dahl <[email protected]>
datetime: use assertThrows in test (denoland/deno_std#473)

Original: https://github.com/denoland/deno_std/commit/3041edb152e9215952c1c69522d3dedb2b345428

33b6055f5f38c8114ab8557386e66bb99174edc3 authored over 5 years ago by Xin Du (Clark) <[email protected]>
feat: bring back deno <script> (#2451)

6fa4d2e7597e2b581a95b6c503cb4c0859f1cefa authored over 5 years ago by Bartek Iwańczuk <[email protected]>
Add special hit cfix #1898 (#2455)

0b50c698ad898cd8fbdd1dc21956d584887fd87a authored over 5 years ago by Vincent LE GOFF <[email protected]>
Handle compiler diagnostics in Rust (#2445)

a71305b4febc3d8db95d3d144ae3a64c023718f0 authored over 5 years ago by Kitson Kelly <[email protected]>
Compiler exit before emit if preEmitDiagnostics found (#2441)

60d452264198adb3da4820236cf8ea35d33486cd authored over 5 years ago by Ryan Dahl <[email protected]>
Refactor test infrastructure (#2432)

* use subclass of unittest.TestCase for all test cases

* allow to run single test file (eg. p...

43c6c1a9f58a8d423a2d55092609e620f9765bcf authored over 5 years ago by Bartek Iwańczuk <[email protected]>