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

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]>
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]>
Rewrite snapshot_creator in Rust

d641782c823317a2d2f64d646a0d5b8b6c22b771 authored over 5 years ago by Bartek Iwańczuk <[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]>
v0.10.0

c56df45355c8e68eabbfa62021e7ca7484115c0b 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]>
simplify check_net test

046cbef4f0f11e37d6ffb8b01c6362c8ce0b750d 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]>