Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/tauri-apps/deno

A secure JavaScript and TypeScript runtime
https://github.com/tauri-apps/deno

fix: Update echo_server to new listen API (denoland/deno_std#625)

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

910afdb668d269109b6aec72cea28d20923f2a85 authored over 5 years ago by Bartek Iwańczuk <[email protected]>
v0.20.0

a4b27db21a10f9913460c054c98fce59f3dd157d authored over 5 years ago by Ryan Dahl <[email protected]>
use single thread runime in tokio_util::block_on (#3080)

41ed4cd34e70683e4b2b81e11b41082e7f73f47f authored over 5 years ago by Bartek Iwańczuk <[email protected]>
remove more calls to tokio_util::block_on (#3059)

towards #2960

e1d49fe0fec2f0573f38d24c47c128b78cb43498 authored over 5 years ago by Bartek Iwańczuk <[email protected]>
refactor benchmark results posting (#3076)

3e02d7ddbc04cf3bfc681a5f4cfe6b91a9860cbd authored over 5 years ago by Christian Moritz <[email protected]>
Upgrade V8 to 7.9.218 (#3067)

bed7034fc44a8d20e11a85b6092e7f0f34f43ff8 authored over 5 years ago by Ryan Dahl <[email protected]>
remove appveyor specific code paths (#3071)

33e3ff5de8e95d659c151b68a1931b5da05c5740 authored over 5 years ago by Christian Moritz <[email protected]>
Update eslint and @typescript-eslint (denoland/deno_std#621)

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

96fe2d10a4da0521b7cd72d90fd42121f9311978 authored over 5 years ago by Yoshiya Hinosawa <[email protected]>
CI: don't build while linting and publish in forks (#3070)

351d40e51cd5fc09c36df93da890d16587f29756 authored over 5 years ago by Christian Moritz <[email protected]>
merge build.yml and lint.yml (#3066)

Fixes #3063

2a02107bba27685324e62bd099ccaaac9c3b08d5 authored over 5 years ago by Ryan Riginding <[email protected]>
Merge deno_cli_snapshots into deno_cli (#3064)

b81e5db17aa8b3088d6034ddf86b79c69410f012 authored over 5 years ago by Ryan Dahl <[email protected]>
add timeout to CI (#3061)

9049213867d30f7df090a83b6baf3e0717a4d2d2 authored over 5 years ago by Bartek Iwańczuk <[email protected]>
Move deno_std to a more convenient location. (#3057)

js/deps/https/deno.land/std -> js/std

ddcad56ee9bc762171fd88585fd7ab3e3da19e1e authored over 5 years ago by Ryan Dahl <[email protected]>
Use xeval from deno_std (#3058)

eecb4fea26aa3d1cddef1bb44ed3500d2b4dd477 authored over 5 years ago by Nayeem Rahman <[email protected]>
Fix iterators on UrlSearchParams (#3044)

403bdfc3ec258a0dd3a5d03391d3dc32648f2bbe authored over 5 years ago by Kitson Kelly <[email protected]>
Remove travis and appveyor. Release with github actions (#3052)

Fixes #2979

d9acc5b17e8bc465ec88f922876eecab5a72047c authored over 5 years ago by Ryan Dahl <[email protected]>
Use github action badges (#3056)

aa34c1df6a4520c1e9f0da55289eb00434d6118f authored over 5 years ago by Ryan Dahl <[email protected]>
Update rust to 1.38.0 (#3030)

f7bbd71e219e61dd13bf4533d249150d39f4338e authored over 5 years ago by Andy Hayden <[email protected]>
Upgrade sccache binaries to 0.2.11 (#3051)

e6e79771998f2488fe9559f1f92344501a10f8f6 authored over 5 years ago by Ryan Dahl <[email protected]>
Async compiler processing (#3043)

Basically this does pre-processing of TypeScript files and gathers all the
dependencies asynchr...

d9ff4eccb50d87da9338333c90e3082bebd065c8 authored over 5 years ago by Kitson Kelly <[email protected]>
Fix deno_typescript repository url in Cargo.toml (#3053)

c878a14365efc299b52ee49d4f5e06553f6cb41c authored over 5 years ago by JaePil Jung <[email protected]>
fix typo in deno_typescript readme (#3048)

37bbd928e0c2f9de9350a099cd455d8f1d4cc367 authored over 5 years ago by Tyr Chen <[email protected]>
Run benchmarks from GH actions instead of Travis (#3049)

8727d1c4f6cb3de820343326ca08a87c978343ad authored over 5 years ago by Ryan Dahl <[email protected]>
Implement expandGlob() and expandGlobSync() (denoland/deno_std#617)

fs/glob.ts:
- Improve prototypes for expandGlob() and expandGlobSync() from denoland/deno_std#6...

2f90225c89926932a34eb40758e2af0d1742e1f8 authored over 5 years ago by Nayeem Rahman <[email protected]>
remove legacy Isolate.set_dispatch API (#3041)

* migrate deno_typescript crate to Isolate.register_op API
* remove dual-dispatch mechanism
* ...

a569be861af53860d3af89683b541a85651738e7 authored over 5 years ago by Bartek Iwańczuk <[email protected]>
feat: Add support for passing a key to Deno.env() (#2952)

This adds a new op to get a single env var.

99eec73b4b8813c6db7cae83f5415b031de0c2c7 authored over 5 years ago by Jed Fox <[email protected]>
feat: window.onunload (#3023)

c920c5f62aba7eee0f6fa70f68f701e204ac1a9c authored over 5 years ago by Bartek Iwańczuk <[email protected]>
feat: JSX Support (#3038)

d32f39f2ec271c7517bbd5113827dc43a7e40641 authored over 5 years ago by Yusuke Sakurai <[email protected]>
Implement ignoreBOM option of UTF8Decoder in text_encoding (#3040)

a646c2a88505819e07b5b967b9f8afacbac5aeef authored over 5 years ago by Tomohito Nakayama <[email protected]>
use Isolate::register_op in deno_cli (#3039)

75eeac03f31521dff1ef7db9ff2a9cb32a97b111 authored over 5 years ago by Bartek Iwańczuk <[email protected]>
feat: op registration in core (#3002)

ffbf0c20ccc4e70281958f18ed117f40bdd91397 authored over 5 years ago by Bartek Iwańczuk <[email protected]>
Support top-level-await in TypeScript (#3024)

ae26a9c7a22bf3311648a93a3171f087490c6e4d authored over 5 years ago by Ryan Dahl <[email protected]>
Use 0.0.0.0 for servers in benchmarks and tests (#3010)

5f7ab4884c4009943c1ede3343ab03750ea4a9e1 authored over 5 years ago by Ryan Dahl <[email protected]>
added type number to 'size' parameter (denoland/deno_std#618)

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

aca225330521840d63835bb1ba27ce13a7f65093 authored over 5 years ago by timonson <[email protected]>
bump deps version on homepage (#3036)

c8a5d9c585d15b783ca4d66da0044c5d75157d84 authored over 5 years ago by Bartek Iwańczuk <[email protected]>
bump deno_std deps (#3034)

3a982a014b73ae648fd53c985776bd9a980206e4 authored over 5 years ago by Bartek Iwańczuk <[email protected]>
fix(ws) mask must not be set by default for server (denoland/deno_std#616)

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

04e4f100879fa7d9a51eafd6f56935936208dc69 authored over 5 years ago by Yusuke Sakurai <[email protected]>
feat: wss support with dialTLS (denoland/deno_std#615)

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

3cba0a4f4ac601a7039b0a1e40dd42385f4a3bfb authored over 5 years ago by Yusuke Sakurai <[email protected]>
Test runner v2 (denoland/deno_std#604)

Original: https://github.com/denoland/deno_std/commit/17a214bbd5b3a058a8126e9f7210992b1b52ba11

a472b6732dd37636b7b31128f53d3e6bcf531a73 authored over 5 years ago by Nayeem Rahman <[email protected]>
Add Deno.hostname() (#3032)

6efca6d1a17638136eadf39644f392f9107a4a6c authored over 5 years ago by Kevin (Kun) "Kassimo" Qian <[email protected]>
Bump v0.19.0 (denoland/deno_std#613)

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

af18093498c3fca103bd47305e447ddeda40d9a2 authored over 5 years ago by Ryan Dahl <[email protected]>
fix: listenDefaults/dialDefaults may be overriden in some cases (#3027)

d36391ad20afe56aaa6e42fd63597221636fdfcb authored over 5 years ago by Yusuke Sakurai <[email protected]>
v0.19.0

3892cf59018acd71dd4bc1099d747bd683cd4118 authored over 5 years ago by Ryan Dahl <[email protected]>
Handle uncaught worker errors without panicking (#3019)

3d2d0ee771abe308aee9a0ab6c89fd09bac80330 authored over 5 years ago by Kitson Kelly <[email protected]>
test: add HTTP_PROXY tests (#2977)

112ce0df1f9e36a57b520aa59dc1767ba0716bb0 authored over 5 years ago by Bartek Iwańczuk <[email protected]>
Upgrade V8 for top-level-await (#3015)

a497f87b59a5271d89cf50063154c46c4e52c523 authored over 5 years ago by Ryan Dahl <[email protected]>
tools: fix cc_wrapper in setup.py (#3017)

726f08694b4d27a06dee7fbbef3a574a7c2c0053 authored over 5 years ago by Christian Moritz <[email protected]>
fix: run missing integration tests (#2997)

2201414a7a3b300484431ff223e536335cc70ea8 authored over 5 years ago by Bartek Iwańczuk <[email protected]>
feat: Add Deno.dialTLS()

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

045e74bb39d7743b774cfd2b889bc6ce1e1ad245 authored over 5 years ago by Jonathon Orsi <[email protected]>
fix TOML's key encoding (denoland/deno_std#612)

Original: https://github.com/denoland/deno_std/commit/54a5b95fefd10b41f65cf6fd3eba626577eadda7

aa21e7bc81909630bec6e3e527e89f3673b75a3c authored over 5 years ago by Yusuke Sakurai <[email protected]>
Rename class name DenoFile to DomFileImpl (#3006)

4ff04ad96f27b7073e3478630ed249eedc76af2b authored over 5 years ago by Tomohito Nakayama <[email protected]>
Implement readString (denoland/deno_std#607)

Original: https://github.com/denoland/deno_std/commit/20b6408e105f5dd1dbcd0a252d1956b3de1024ca

9739ba55df5afef922f96b107f91dbb37128bf5a authored over 5 years ago by Dmitry Sharshakov <[email protected]>
Fix types in example_client for ws module (denoland/deno_std#609)

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

f545f1d571a154c53f6bda3a30bd69a298d63846 authored over 5 years ago by Dmitry Sharshakov <[email protected]>
Update mime-db to commit c50e0d1 (denoland/deno_std#608)

Original: https://github.com/denoland/deno_std/commit/51134571c415e25230e1722517771a741d2742a5

b7dea16a379be5acb809b00816a67397491b24b8 authored over 5 years ago by Dmitry Sharshakov <[email protected]>
Remove //testing/main.ts (denoland/deno_std#605)

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

6fdf92d1ab532037ed628d5573e853bb61f5ea07 authored over 5 years ago by Nayeem Rahman <[email protected]>
dial/listen API change (#3000)

Previously: dial("tcp", "deno.land:80")
Now: dial({ hostname: "deno.land", port: 80, transport:...

97bb2bdb79cbd0a400c643e7be0029440cb15633 authored over 5 years ago by Ryan Dahl <[email protected]>
js: reschedule global timer if it fires earlier than expected (#2989)

When the global timer fires earlier than expected, which apparently
happens sometimes on server ...

93b7acf99d6456e6e194c03f024b788ce5adf20e authored over 5 years ago by Bert Belder <[email protected]>
Fix handling of config file (#2996)

560edc536c67d55001e679e6179a8959e4ac727f authored over 5 years ago by Yoshiya Hinosawa <[email protected]>
change color of chart in dark mode (#2995)

7f90b7826dbcd39514daf8240e5ec2729e67c11f authored over 5 years ago by YIPG <[email protected]>
Set RUSTC_WRAPPERf in travis and appveyor (#2978)

718a2e82813915e4c688f1e1ceaaa075b9252a78 authored over 5 years ago by Ryan Dahl <[email protected]>
Remove test.py, use cargo test as test frontend (#2967)

Fixes #2933

56ac638d93c96712d6c624e60dcfa4540d334b18 authored over 5 years ago by Ryan Dahl <[email protected]>
Make `window` compatible with ts 3.6 (#2984)

1b1ae65a4a2acd55ead86c17e388f10a0e08938d authored over 5 years ago by 迷渡 <[email protected]>
fix spaces of indented in list (#2983)

5102eec92b6150d788ece49fa906c542df63fe41 authored over 5 years ago by 迷渡 <[email protected]>
Clean up miscellaneous metafiles (#2981)

The yarn.lock file is moved from //third_party to the root of
the main repository. This is wher...

a130e8858b8890f442ec7f14d090ebef18cc867d authored over 5 years ago by Bert Belder <[email protected]>
Utilise internal names for snapshot bundles (#2973)

693a45c3fd700bb48f9dc93829416aebb4e4d343 authored over 5 years ago by Kitson Kelly <[email protected]>
Run github actions on all pull requests (#2980)

de19598d1303d5961d845bdf2b093ce934cf1058 authored over 5 years ago by Ryan Dahl <[email protected]>
First pass at github actions (#2966)

4a807f42252c79139b36a8a5d7f721474f795b4d authored over 5 years ago by Ryan Dahl <[email protected]>
v0.18.0 (denoland/deno_std#600)

Several tests were disabled in order to land this update.
Original: https://github.com/denoland/...

3e9c7918c99641171110146b52ef817497bbc9c6 authored over 5 years ago by Ryan Dahl <[email protected]>
Add includeDirs to WalkOptions (denoland/deno_std#601)

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

fd44fe34d43f0522cfd069d7f13f7326d02d89bd authored over 5 years ago by Nayeem Rahman <[email protected]>
Run tools/sync_node_modules.py (#2972)

4d3df6f73b7083c03aca174ee99216a2b0444424 authored over 5 years ago by Ryan Dahl <[email protected]>
Use shallow submodules, don't clone Typescript recursively

29b9f90d90c98d5ab10a153c557ffc011c341ea9 authored over 5 years ago by Bert Belder <[email protected]>
Update to TypeScript 3.6.3 (#2969)

60a2b5a8d07ca2ab8f7438a3951d7b4c1f96e2f4 authored over 5 years ago by Kitson Kelly <[email protected]>
Remove some non-standard web API constructors (#2970)

This removes the EventListener, EventInit and CustomEventInit constructors from the userland glo...

e55e4a2838e0f67cd0789ec4d3eec62a5b7ab238 authored over 5 years ago by Nayeem Rahman <[email protected]>
Move integration tests to //cli/tests/ (#2964)

This ensures the deno executable is properly created before running the integration tests.

Al...

9cfdc60a23e6418d4780dc3ebd6266248555bb03 authored over 5 years ago by Ryan Dahl <[email protected]>
Fix and enable linting of deno_typescript/*, tools/*, website/* (#2962)

02cb34d8ad320360c800b9af7b941990c48b9742 authored over 5 years ago by Bert Belder <[email protected]>
remove zlib from gclient_config.py (#2961)

and remove DENO_NINJA_PATH from manual

c6afe87febc92ca64e81c1d99a62daacf75dba0a authored over 5 years ago by Christian Moritz <[email protected]>
Use more ergonomic submodule names

Change submodule names to match the name of the corresponding github
repository, which is easier...

2788b5d4a1056b943ce7f7ee7d4dd7e1149d6b99 authored over 5 years ago by Bert Belder <[email protected]>
Make deno_cli installable via crates.io (#2946)

- Fixes cargo publish on deno_typescript, deno_cli_snapshots, and
deno_cli.
- Combines cli_s...

c9ef182886cc07d35a5b27fb89163d8cf21a6a47 authored over 5 years ago by Ryan Dahl <[email protected]>
third_party: remove zlib

1d305c2ac785af6b28649f2023d5008e390eeca0 authored over 5 years ago by Bert Belder <[email protected]>
Move GN root into //core/libdeno (#2943)

9c282d6a0eea8404653edb5d61adfe429b05ec18 authored over 5 years ago by Christian Moritz <[email protected]>
ci: fix Travis builds timing out because of no output (#2943)

40a6d830737d51e70e4b4290182452fb7da6e65e authored over 5 years ago by Christian Moritz <[email protected]>
ci: use Node.js v12 on Appveyor (#2943)

1a6c4b644b037eccb25b252ad23853d2924347ad authored over 5 years ago by Christian Moritz <[email protected]>
Rename ansi.rs to colors.rs (#2956)

a93b29007f1b231fc2a5904d21e1fed354ff9e21 authored over 5 years ago by Tomohito Nakayama <[email protected]>
Run format.py (#2950)

4556a38ed97c6e5fdeb1fab5ef07329d8285273c authored over 5 years ago by Bert Belder <[email protected]>
tools: remove unused function 'find_exts()' (#2950)

c8184eceb060fe61a6d52f75a0ec8ebe366ed432 authored over 5 years ago by Bert Belder <[email protected]>
tools: do not use 'find_exts()' in benchmarks.py (#2950)

63e1a4cf2b6e024fcd5b8946248d78bd2fe0513c authored over 5 years ago by Bert Belder <[email protected]>
tools: add 'shell' parameter to 'run()' (#2950)

456b75cbf9e6934a25fc77cce2afa3d33466b809 authored over 5 years ago by Bert Belder <[email protected]>
tools: refactor lint.py and format.py (#2950)

fbfd895bc7439c16d8cdbf209ed9ef28d3985703 authored over 5 years ago by Bert Belder <[email protected]>
tools: consistently use 'sys.executable' instead of 'python' (#2950)

d936c49d532eaf6c4a5b8981765066cbc0b5a829 authored over 5 years ago by Bert Belder <[email protected]>
tools: clean up third_party.py, and merge prebuilt.py into it (#2950)

* Remove reference to removed dir 'third_party/rust_crates'.
* Remove reference to unused enviro...

e7d1da367150b03456b9e0f04b6ecd2ec13d51e0 authored over 5 years ago by Bert Belder <[email protected]>
cli_snapshots: remove unused file run.py (#2950)

2d20ac831922d3b73406ac04b2bc6f75fc55036d authored over 5 years ago by Bert Belder <[email protected]>
Fix debug logging in runtime/compiler (#2953)

8ab48e7ef7278b6313e0c3fb56e9b3bb2b693c06 authored over 5 years ago by Kitson Kelly <[email protected]>
Fix type directive parsing (#2954)

c30decab77c4ebeb34ebd1d73b0f45bb26944c79 authored over 5 years ago by Kitson Kelly <[email protected]>
feat: parallelize downloads from TS compiler (#2949)

686b86edb1ee4cbac90ecb1c3931174879531207 authored over 5 years ago by Bartek Iwańczuk <[email protected]>
v0.18.0

7e3296dad92cee2e8b77baedfbeca38aa297928e authored over 5 years ago by Ryan Dahl <[email protected]>
Fix tools/cargo_package.py (#2940)

aa7a0f4bd86ca325509bd05b4eba69b369671501 authored over 5 years ago by Ryan Dahl <[email protected]>
Remove old comment about gn build (#2944)

f5afadc000b2d792eb7755a51bcf9c62066456ac authored over 5 years ago by Ryan Dahl <[email protected]>
Remove 'integer-atomics' crate

111b19b0a39903cf00ab0e6b184cc620cb06b507 authored over 5 years ago by Bert Belder <[email protected]>
Upgrade rust crates

ac68f628d26de243fed737521f6f839ccda3ec0c authored over 5 years ago by Bert Belder <[email protected]>
deno_typescript cleanup/improvements (#2901)

d231df17b071f74bbcf5b600ee1fbf5152144397 authored over 5 years ago by Kitson Kelly <[email protected]>