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

feat: add bindings to run microtasks from Isolate (#2793)

c03cdcc939f86c9865dc7a700782bdf558fa83f5 authored over 5 years ago by Bartek Iwańczuk <[email protected]>
Update README for integration tests (#2929)

69e01c2374539e02956e643d87cd9a6afa805db9 authored over 5 years ago by Ryan Dahl <[email protected]>
appveyor: download sccache before attempting to start it

dcf2d1405fb79eb4682a33a78b06fbda470cc1d6 authored over 5 years ago by Bert Belder <[email protected]>
appveyor: do not explicitly configure GN/Ninja environment

Users shouldn't have to do this manually, so we want to configure CI
such that it fails if our b...

152de0129e6bf7108df46af6e22867dd94ce2049 authored over 5 years ago by Bert Belder <[email protected]>
appveyor: upgrade git to v2.23.0

e2421f78f30092324c5ec871649141bbc4ab10f7 authored over 5 years ago by Bert Belder <[email protected]>
Keep all deno_std URLs in sync (#2930)

93d6faacf59f962eb0cc48e10eb42cfd85bfc98b authored over 5 years ago by Ryan Dahl <[email protected]>
Clean up and remove dead code from .appveyor.yml

c7db26cfec07cafb7b45770499a18359481956a5 authored over 5 years ago by Bert Belder <[email protected]>
bump prettier revision (#2928)

a8f44213ec6fdea338b50c3cd5bc035a80fc94a1 authored over 5 years ago by Bartek Iwańczuk <[email protected]>
bump prettier to 1.18.2 (denoland/deno_std#592)

Original: https://github.com/denoland/deno_std/commit/06958a4ada960665a48ac34f919423e0d8d16951

878a9a29e77bcaedd4242618ccf57d1be7dfd7d8 authored over 5 years ago by Axetroy <[email protected]>
fix: panicking when can't create runtime for block_on (#2905)

61231912e2c4f6cc671a061468b864f371a276a2 authored over 5 years ago by Bartek Iwańczuk <[email protected]>
tools: download gn from CIPD (#2912)

19cd8deaf211fde97b9755a8cf93987a74d813b0 authored over 5 years ago by Christian Moritz <[email protected]>
fix: panic during fetch (#2925)

945dc7b84bc1a05f80b3b4e0b152be38d9f8a9bf authored over 5 years ago by Bartek Iwańczuk <[email protected]>
Upgrade pylint (#2917)

depot_tools is removing pylint from its distribution so we must maintain
our own copy.

82dc1b8e59891a7ca0f1a5e67a3db952b918561c authored over 5 years ago by Ryan Dahl <[email protected]>
Default base URL path to '/' (#2921)

ad11f2ad6aae758e67734d60f068285fb5e10655 authored over 5 years ago by Nayeem Rahman <[email protected]>
Added normalized benchmark graphs (#2919)

f38bd45bf98cf5a642e2b89b4b7369548025995d authored over 5 years ago by Luca Casonato <[email protected]>
Default 'this' to window in EventTarget (#2918)

a1976236d97c12ee2ba305d5a1cf435d16dd0c2e authored over 5 years ago by Nayeem Rahman <[email protected]>
Make uuid v4 rfc4122 compliant (denoland/deno_std#580)

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

08087e921ede553d1eaeb682d264c3d4c217a3cd authored over 5 years ago by Nimalan <[email protected]>
Add xeval (denoland/deno_std#581)

Co-authored-by: Nayeem Rahman <[email protected]>

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

8d355908ab83ddde136f07e9c1101ecfb8e07e59 authored over 5 years ago by Nayeem Rahman <[email protected]>
feat: Set user agent for http client (#2916)

85c51404aed21813df34c518a00c52a564d6fc69 authored over 5 years ago by Bartek Iwańczuk <[email protected]>
fix: type directives import (#2910)

a4e1d7d2e750831a1891b9267c8585a3e90083af authored over 5 years ago by Bartek Iwańczuk <[email protected]>
Remove error message mentioning build.py

df5b6cdd7ff6ca3ee1814e5911fdae67b8b4fc60 authored over 5 years ago by Bert Belder <[email protected]>
Don't test resolve_from_cwd_absolute() on Windows (#2911)

749ada608e23abb435e08f30667d3bd221c227a6 authored over 5 years ago by Nayeem Rahman <[email protected]>
Upgrade V8 to 7.9.8 (#2907)

//build was updated and our patch rebased:
https://github.com/denoland/chromium_build/tree/2019...

dd70d8622b8d3fb2064a6540f89a3632941cf37e authored over 5 years ago by Ryan Dahl <[email protected]>
feat: Add types to prettier (denoland/deno_std#591)

Original: https://github.com/denoland/deno_std/commit/73fe36f9da0ac2221726ad03faf89185a49431fc

4078bc711d3f096215758ffbbd1723385d323c31 authored over 5 years ago by Bartek Iwańczuk <[email protected]>
Appveyor: Add target/release to cache, like travis (#2899)

8f171c101a69f63cacd74a08e31e976f958ad0df authored over 5 years ago by Ryan Dahl <[email protected]>
Minor fixes in tools/ (#2906)

* Fix tools/docs.py

* Remove dead code: sync_rust_crates.py

49aea7abbc6260cf1974233e96933bd306ce53c0 authored over 5 years ago by Ryan Dahl <[email protected]>
feat: Make integration tests rust unit tests (#2884)

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

acee1944b9419e101f515a501b11653af8229258 authored over 5 years ago by Bartek Iwańczuk <[email protected]>
Expose the DOM Body interface globally (#2903)

0b757f37371474da63db341b831d83539df28df6 authored over 5 years ago by Nayeem Rahman <[email protected]>
fix: replace bad rid panics with errors (#2870)

2a83327a21e83180a21afd428b11aa03e3080346 authored over 5 years ago by Bartek Iwańczuk <[email protected]>
Add JSDoc to deno_typescript (#2890)

377966764636350c524b526da50c055243ab3005 authored over 5 years ago by Kitson Kelly <[email protected]>
refactor: remove Deno.platform (#2895)

46cbc6e0e96750cd2e3ba7e0d80bb9c48b66caf2 authored over 5 years ago by Yoshiya Hinosawa <[email protected]>
Revert "feat: use trust-dns-resolver in HTTP client"

It caused the final executable to grow by 1.5 mb, and is not having any
other benefit.

This ...

35e3c06aed851f65ad0d561d73a447ab5765fc13 authored over 5 years ago by Ryan Dahl <[email protected]>
Improve travis (#2892)

5e873bd0dabced71cf409fd16033fa0bc23ebcf6 authored over 5 years ago by Ryan Dahl <[email protected]>
Fix Appveyor's sccache --stop-server problem (#2896)

The problem is seen here: https://ci.appveyor.com/project/deno/deno/builds/27283032

```
scca...

08799922187d91785ce336f10b880bc775b0b9c9 authored over 5 years ago by Ryan Dahl <[email protected]>
fix: replace Deno.platform usages (denoland/deno_std#590)

Original: https://github.com/denoland/deno_std/commit/0e6f163ac6a5a03f45a90960a6f1193ee2718fe3

7b22dec0fa6c83e0bd8f6ebee38c05001b61e408 authored over 5 years ago by Yoshiya Hinosawa <[email protected]>
minor manual edits (#2883)

de418868e8ee9ce16ed69dce760327685fa8cd17 authored over 5 years ago by Andrew Hughes <[email protected]>
reenable test getMatchingUrlsLocal (denoland/deno_std#589)

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

d7f3e28eed8c75e51b90647741ec882ff8cdf814 authored over 5 years ago by Bartek Iwańczuk <[email protected]>
flags: Parse builtin properties (denoland/deno_std#579)

Original: https://github.com/denoland/deno_std/commit/03304cd2d3c1d1567f72f05708cf516795cc67af

f37df2d0d6d500f6321e23787ad0dfa267c72366 authored over 5 years ago by 迷渡 <[email protected]>
Fix path normalization in resolve_from_cwd() (#2875)

718c8c4360b5c42d1c0bcd97d7348908d915212e authored over 5 years ago by Nayeem Rahman <[email protected]>
feat: use trust-dns-resolver in HTTP client (#2847)

2b40fa065c8982482b268080e2e6c73ec1f64033 authored over 5 years ago by Bartek Iwańczuk <[email protected]>
Update @typescript-eslint/* to v2.1.0 (#2878)

f12acdb50bd6afae21d8d033548c012d23ec2791 authored over 5 years ago by Yoshiya Hinosawa <[email protected]>
fetch: implement bodyUsed (#2877)

a205e8a3c2bf5ba72fe18bd7f224303338956c62 authored over 5 years ago by Yoshiya Hinosawa <[email protected]>
Add default-run (+ clean up old references) (#2876)

8e3c879d1387d8b618904bf0bc8bc23e77a1114c authored over 5 years ago by Nayeem Rahman <[email protected]>
build: on windows, don't pass -glldb to clang (#2874)

699d2ae4bb59babdbd73144635ed4a41869253ce authored over 5 years ago by Bert Belder <[email protected]>
Remove tools/build.py (#2865)

Testing regression: ASAN build removed.

acaff6d05622ec54b37b7f378c2d2b2f723ba8d5 authored over 5 years ago by Ryan Dahl <[email protected]>
Remove replacements hack in deno_typescript (#2864)

595b4daa77771458457e178b6b590a044cd41ad0 authored over 5 years ago by Yoshiya Hinosawa <[email protected]>
Fix basing in URL constructor (#2867)

ca000392857b4c79a3609ddbc20073222498998b authored over 5 years ago by Nayeem Rahman <[email protected]>
bump ci to v0.17.0 (denoland/deno_std#585)

Original: https://github.com/denoland/deno_std/commit/539338db330e630d006f0898921635c4e10ae671

25def60c213a2ebaa943779c18bcab1e8f30cd93 authored over 5 years ago by Ryan Dahl <[email protected]>
Fix xeval chunk incorrect matching behavior (#2857)

49ea932af8b30be7da109a3c0ba879ef6e3a3c41 authored over 5 years ago by Kevin (Kun) "Kassimo" Qian <[email protected]>
Run tests after "cargo build" on travis (#2854)

9d62d77cfa98b5e741dbcf0c657b530fc2770b24 authored over 5 years ago by Ryan Dahl <[email protected]>
v0.17.0

82588ec09c199683cff88097e1b90649497239c7 authored over 5 years ago by Ryan Dahl <[email protected]>
ws: use crypto getRandomValues (denoland/deno_std#584)

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

7213d9cc7f8b802d3345c9afa6968ab2ad05fd56 authored over 5 years ago by Nimalan <[email protected]>
perf: less aggresive dyn import polling (#2858)

5c7c876a71bb15a2176b555d9d88621e26e9ab99 authored over 5 years ago by Bartek Iwańczuk <[email protected]>
Refactoring using padEnd and padStart (denoland/deno_std#583)

Original: https://github.com/denoland/deno_std/commit/4e21ace634b635ef540adc7727cd3d8eb9df99bd

eea856e341a5381c6a5744db1ee6fe590cf8ffd3 authored over 5 years ago by 迷渡 <[email protected]>
Fix boolean regexp (denoland/deno_std#582)

Original: https://github.com/denoland/deno_std/commit/0b9e28f9185d1d237be025502894fa06682240f0

be9aaa664a919d3076a6072c30a2e4fbdd8fa578 authored over 5 years ago by 迷渡 <[email protected]>
Handle typescript version in rust (#2855)

249db0f7d91d5e895906078f92b7d31c76b96121 authored over 5 years ago by Yoshiya Hinosawa <[email protected]>
do not export `isConsoleInstance` (#2850)

e9908453df970b1cdf90483892bc9e794382fccc authored over 5 years ago by 迷渡 <[email protected]>
Avoid prototype builtin `hasOwnProperty` (denoland/deno_std#577)

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

9533a030f34097d5ae91c0fd9009578b3932bbea authored over 5 years ago by 迷渡 <[email protected]>
remove `console.log` in tests (denoland/deno_std#578)

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

dd6db011e3a93f508f49ce1de84962a4ca23c587 authored over 5 years ago by 迷渡 <[email protected]>
fix list style (#2842)

91ba3410a30376dd0226380959ef76d27f42432b authored over 5 years ago by 迷渡 <[email protected]>
Refactor snapshot build (#2825)

Instead of using core/snapshot_creator.rs, instead two crates are
introduced which allow buildi...

d43b43ca781b025b9a6a54827ea3ef193972ef24 authored over 5 years ago by Ryan Dahl <[email protected]>
ops/fetch: add statusText (#2851)

56508f113d9fe61ffcce4cbbb85e3d6961888e1d authored over 5 years ago by Yoshiya Hinosawa <[email protected]>
Remove DenoSubcommand::Install (#2846)

0ce15f08c76f075948a132dd0f9f27855bd00a1d authored over 5 years ago by Nayeem Rahman <[email protected]>
Fix REPL '_' assignment, support '_error' (#2845)

df2f54b2a66fa71012c5d263009652c98085b5ed authored over 5 years ago by Nayeem Rahman <[email protected]>
Add window.queueMicrotask (#2844)

fdd4252d49ceb022761b92d953d24672ab67ab91 authored over 5 years ago by Kevin (Kun) "Kassimo" Qian <[email protected]>
Save last execution result in for REPL (#2843)

07c3c76d0d7585dc49ffde79d38c406ca9f6e7ca authored over 5 years ago by Kevin (Kun) "Kassimo" Qian <[email protected]>
Fix small typo (effects -> affects) (#2841)

54a3b54138df607585061854ca27282a6cf15c07 authored over 5 years ago by Josh Pullen <[email protected]>
Use 'reqwest' to implement HTTP client (#2822)

Closes #2720

723284fd20bb320fc1c5c1c53d0617c1d4169c25 authored over 5 years ago by Bartek Iwańczuk <[email protected]>
third_party: add 'reqwest' crate and dependencies

840c4aa2b23cad129a16b9a57eeb9dcb50083c62 authored over 5 years ago by Bert Belder <[email protected]>
fix: better paths handling in test runner (denoland/deno_std#574)

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

9382f38c7c43698e95f61e1394217480f4df46ad authored over 5 years ago by Bartek Iwańczuk <[email protected]>
link colors to fmt/colors.ts (denoland/deno_std#575)

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

fa790e8b528fa86c5e8fb621c6e06bdeaa64199b authored over 5 years ago by 迷渡 <[email protected]>
clearTimeout's params should not be bigint (#2838)

65fa2b810b9e22f6eda6c11945e27ba21dff7a1c authored over 5 years ago by 迷渡 <[email protected]>
Remove ts_library_builder, maintain lib.deno_runtime.d.ts by hand (#2827)

c370f749b2260cc1d8970b1dcdc63ff00008e26d authored over 5 years ago by Ryan Dahl <[email protected]>
Revert "Use -O3 instead of -O (#2070)"

It didn't deliver the expected performance improvements, so let's go
back and use Rust defaults ...

5401cb76304ae8d3e8896f6020ba4ef25bac0bba authored over 5 years ago by Bert Belder <[email protected]>
third_party: downgrade 'url' crate to version 1.7.2

177727d730d786c71ba3afbc02f023f4b40c27a8 authored over 5 years ago by Bert Belder <[email protected]>
third_party: upgrade 'rustls' and related crates

e939ec0f21d7af5da6186258993cebd1ee349a9e authored over 5 years ago by Bert Belder <[email protected]>
build: make it possible to pass arbitrary env vars to rustc

89794d5d347d1358ec32ed42e1f0faa6e0ac6abe authored over 5 years ago by Bert Belder <[email protected]>
setTimeout's params should not be bigint (#2834)

590463bd4a8d71330ab808774b63dd6b366bba1f authored over 5 years ago by 迷渡 <[email protected]>
add console.dirxml (#2835)

b5a5e973842fed271210ce919a309745b9bfa30a authored over 5 years ago by Bartek Iwańczuk <[email protected]>
update `deno help` output (#2832)

23215a83498d27f632b61686f64998ec48fd9943 authored over 5 years ago by 迷渡 <[email protected]>
Update 0.16 release notes

Adds note about colors module location change in deno_std

cb70397e3c207c59127127c824bbb2f29338f93c authored over 5 years ago by dev-nicolaos <[email protected]>
Remove unused GN action

45ddff14b2ce22c86c7ae499be212f3c8a7912bd authored over 5 years ago by Ryan Dahl <[email protected]>
Internalize base64-js, convert to TypeScript

2b79552dd1d3936c015e3bb07bef8fab09b62a40 authored over 5 years ago by Ryan Dahl <[email protected]>
Remove @stardazed/streams

This is a regression on several some features in the fetch API. To bring
these back @stardazed/s...

8f919465b09e0338148d22459fac70fd5d5c9089 authored over 5 years ago by Ryan Dahl <[email protected]>
doc: fix list style (#2823)

1d34f11a873d640ac2611bcabee5875a27f43a2e authored over 5 years ago by 迷渡 <[email protected]>
feat: implement Addr interface (#2821)

20739a8111658c088e291503866110117e117792 authored over 5 years ago by Bartek Iwańczuk <[email protected]>
Improve error stacks for async ops (#2820)

b6a4ec7d163810d52750f04ec2073b13f8943991 authored over 5 years ago by Nayeem Rahman <[email protected]>
ci: bump to version v0.16.0 (denoland/deno_std#573)

Original: https://github.com/denoland/deno_std/commit/59bdbe3272524de66139437f394b4a69ccecec86

49499d378b666c0a203d644169910a0c747e1034 authored over 5 years ago by Ryan Dahl <[email protected]>
Clean up various flatbuffer references (#2819)

725eb9810590e8237df68ec5580daaf0fa77e7d3 authored over 5 years ago by Ryan Dahl <[email protected]>
Remove flatbuffers (#2818)

f94900406d52a9d0a432ae9ebef65d46092afb41 authored over 5 years ago by Ryan Dahl <[email protected]>
Move TestFmt to the end of tests, because slow

7ff67017f2153eeed393da670777ff85df2801ca authored over 5 years ago by Ryan Dahl <[email protected]>
Port readSync/writeSync ops to minimal

This removes dispatch_flatbuffers as it is now unused. There are still a
few places where msg_ge...

d8ada4d3fcc5dfe7f76103399a1d765fbab2ee45 authored over 5 years ago by Ryan Dahl <[email protected]>
port fs ops to JSON (#2812)

a6f6209f5277f2737bc67efad5c91ab168aff6b5 authored over 5 years ago by Bartek Iwańczuk <[email protected]>
bring back json ops (#2815)

520f9631e09aa720fd8c03513ee8ea967f5ed4b2 authored over 5 years ago by Bartek Iwańczuk <[email protected]>
fix: shared queue requires aligned buffer (#2816)

017f88ee99b0fe40221e6af92e0b6a976fbaf2ad authored over 5 years ago by Bartek Iwańczuk <[email protected]>
Revert json ops (#2814)

* Revert "port more ops to JSON (#2809)"

This reverts commit 137f33733d365026903d40e7cde6e34a...

2235dd795d3cc6c24ff1bdd1bbdcd110b4b0bdfc authored over 5 years ago by Ryan Dahl <[email protected]>
Move colors to fmt (denoland/deno_std#571)

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

4d997d4e2239adb0d982245271e43938443e871f authored over 5 years ago by Ryan Dahl <[email protected]>
doc: add CONTRIBUTING.md (#2813)

Similar to React's CONTRIBUTING.md
https://github.com/facebook/react/blob/master/CONTRIBUTING.md

bdc0a13261deaa3748f51d9948b4e7b92864c324 authored over 5 years ago by Trivikram Kamat <[email protected]>
port more ops to JSON (#2809)

137f33733d365026903d40e7cde6e34ac6c36dcf authored over 5 years ago by Bartek Iwańczuk <[email protected]>
port ops to JSON: compiler, errors, fetch, files (#2804)

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