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

Testing add ansi color support from color module (denoland/deno_std#223)

Original: https://github.com/denoland/deno_std/commit/90871cfca6f44a8cfea19345998359d615002b05

ef30a885424fffcc20af9529265474d0203a9533 authored almost 6 years ago by Vincent LE GOFF <[email protected]>
Glob integration for the FS walker (denoland/deno_std#219)

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

c131b8f3b6664dfa69d80c2643b3261540b58fd7 authored almost 6 years ago by Vincent LE GOFF <[email protected]>
compiler_bundle should also depend on gn_args.txt (#1870)

e6c51e615020f13ca4cd2492b53966b9ebeb3946 authored almost 6 years ago by Yoshiya Hinosawa <[email protected]>
Add Deno.version.gnArgs (#1845)

To display specific build args passed to GN.

a7bb8ccce85c6e8bd619cce32d34a5d372ef85b7 authored almost 6 years ago by Yoshiya Hinosawa <[email protected]>
Permissions refactor (#1864)

Refactored permissions to be assignable on a per-isolate
basis, and added a fix for #1858 to o...

8c310d3d56c6b1bc67ee81d8c5ea9b20abee8088 authored almost 6 years ago by andy finch <[email protected]>
Add favicon.ico generated by deno_logo_3.svg and add link tag in every page (#1861)

1cc02a5d9d867f1a239ee4b69f587d8afac07b02 authored almost 6 years ago by Jon Jee <[email protected]>
Bump CI to v0.3.1 (denoland/deno_std#220)

Original: https://github.com/denoland/deno_std/commit/93e5e0cd143d329f9f8d22fe8ea2b7387c251ff4

2db147a0018b591c5039acf2b75706d960b1dec3 authored almost 6 years ago by Ryan Dahl <[email protected]>
Use deno_core::JSError in deno (#1855)

src/js_errors.rs takes care of source maps and color while
core/js_errors.rs is just the basic ...

b3b989ffdca61403cdd7ca94bd9256159864469e authored almost 6 years ago by Ryan Dahl <[email protected]>
v0.3.1

b0c7b54f692ecc866d4f70bfa384631523bbf924 authored almost 6 years ago by Ryan Dahl <[email protected]>
upgrade V8 to 7.4.238 (#1849)

2afc877935eefb33c01992f855caf65fa62aa248 authored almost 6 years ago by Ryan Dahl <[email protected]>
Upgrade Node to v10 on Travis (#1850)

19d4ba70f7623422b49e1b6396c84275a63cbf8f authored almost 6 years ago by Ryan Dahl <[email protected]>
third_party: upgrade rust crates

d4e3bf945d388ab9e8e5c1eef431332170d27e1b authored almost 6 years ago by Bert Belder <[email protected]>
Add NO_COLOR to CLI usage (#1843)

33a6409db982d4ee9012cf7eede8f2fb8519f568 authored almost 6 years ago by Ryan Dahl <[email protected]>
Use the SVG logo everywhere. Add logo links to manual. (#1841)

e7e4cb037d01bf9289e8467cb65f123e82a95c60 authored almost 6 years ago by Ryan Dahl <[email protected]>
core: add Cargo.toml

This aids development using Visual Studio Code. The http_bench can't be
built with cargo yet bec...

15831272bbda8e052760afcd8800f75e09a51a53 authored almost 6 years ago by Bert Belder <[email protected]>
deno_core (#1827)

A new low-level crate with focus on speed.
This doesn't yet hook into the existing code base.

b8a537d020f5e4495572daa4d8a59f51fa3b20d1 authored almost 6 years ago by Ryan Dahl <[email protected]>
Add import.meta.main (#1835)

5dfbbbb07a8f484dca27bbe0d7a3bafb0bdb91fd authored almost 6 years ago by Bartek Iwańczuk <[email protected]>
Add "Dino in the Rain" to manual page (#1840)

8dee6ea454deb05e69bfaed39a230950c9100c37 authored almost 6 years ago by Kevin (Kun) "Kassimo" Qian <[email protected]>
Updated some type assertions to work with other libc implementations. (#1837)

9ed413b318def875df134dddc1d0fee00a75913a authored almost 6 years ago by andy finch <[email protected]>
Fix broken link to API reference (#1838)

Add missing trailing slash https://deno.land/typedoc/

d426d78ae71dd69d77d7354b515762fc7e0b8a4b authored almost 6 years ago by William Fortin <[email protected]>
Change `import { x } from "deno"` to `const { x } = Deno` (denoland/deno_std#218)

Original: https://github.com/denoland/deno_std/commit/6063378a9284a48d42e37b4899f947c5c8bbf0b3

2ba7de2d04fb7fb5847b86d9c549f1cbf9c68d5a authored almost 6 years ago by Bert Belder <[email protected]>
Fix console.table display of Map and move tests to unit test (#1839)

c66d043ac6318da99c2aa6f4a6a11db3a33f1c99 authored almost 6 years ago by Kevin (Kun) "Kassimo" Qian <[email protected]>
Upgrade deno_std (#1833)

ce5d5c51331b49f2dd381737a8340433746276af authored almost 6 years ago by Ryan Dahl <[email protected]>
Fix copyright header (#1832)

99d3483291aa6fed14c0810a70ae6ce31df77362 authored almost 6 years ago by Ryan Dahl <[email protected]>
Fix import in http_bench.ts (denoland/deno_std#217)

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

a7bf19135352928c87b5e1068252e0490990cec3 authored almost 6 years ago by Ryan Dahl <[email protected]>
Clean up the test failure output (denoland/deno_std#209)

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

7484cf88b5ad0f15ec25e963a2d5947ff6c71463 authored almost 6 years ago by Andy Hayden <[email protected]>
Add runIfMain method (denoland/deno_std#215)

Original: https://github.com/denoland/deno_std/commit/817a0fb439ff92cd67da8d4f1dae12a2a08121e1

ad7721505205be39fdefe22a154a71033002016d authored almost 6 years ago by Bartek Iwańczuk <[email protected]>
Fixed non-standard prefix on importing (denoland/deno_std#216)

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

a4383984d1a5aa3d6b3d843a89ded8fbb1015d36 authored almost 6 years ago by EnokMan <[email protected]>
Improve readme (#1822)

e109941bd256b276ea3a68717bf519a5b3a08ff1 authored almost 6 years ago by Ryan Dahl <[email protected]>
manual: add Deno.run example (#1811)

9d025facaa9b97a27d751dbcd67d8c003c77f3c2 authored almost 6 years ago by Bartek Iwańczuk <[email protected]>
Add section explaining resources and metrics to the manual (#1819)

8c6d6b2832d9bd39c4d6edee87a7489b780b8cde authored almost 6 years ago by EnokMan <[email protected]>
Improve README (#1815)

9076592a31211c562c82fc3f3cc8556ad231955b authored almost 6 years ago by Ryan Dahl <[email protected]>
fix: revert http server example on the homepage (#1814)

36eecad14816f7f6b2acd3cc14d50bbf89ee0abd authored almost 6 years ago by Dmitry Teplov <[email protected]>
remove global_eval.ts (#1813)

c4e37285758ff4cc5d388db2d880ed91decb3d29 authored almost 6 years ago by Yoshiya Hinosawa <[email protected]>
Revert "Redesign of http server module (denoland/deno_std#188)"

We need to consider the API changes here more carefully.

This reverts commit da188a7d30cbf71317...

d63a2e02246c0eb2ee6258b8fc32bbd0f9378567 authored almost 6 years ago by Ryan Dahl <[email protected]>
Bump CI to v0.3 (denoland/deno_std#204)

Original: https://github.com/denoland/deno_std/commit/37a6bca8d04869a093ad669e0afded47f0cee0e7

a5a48ce84d255c8af57feb4b6a7f7ef607d16ee0 authored almost 6 years ago by Dmitry Sharshakov <[email protected]>
v0.3.0

a5720d9e28f7ee5868049504816405392c2821d7 authored almost 6 years ago by Ryan Dahl <[email protected]>
build: fix deps for deno_runtime_declaration

c0b87567978d32e3fd2f2d3c3daaafb7838a375e authored almost 6 years ago by Ryan Dahl <[email protected]>
Add window.location

42408febe8cdf9e30ff8d1a3bb13f4994906c53b authored almost 6 years ago by Ryan Dahl <[email protected]>
Match TypeScript & JavaScript error colors (#1793)

27afbd135162b435c8af22b18622656ccab12174 authored almost 6 years ago by Bartek Iwańczuk <[email protected]>
Add example of starting subprocess to docs (#1791)

57dee15844ceaabb2f8c74d564363f44285c5464 authored almost 6 years ago by Bartek Iwańczuk <[email protected]>
Add back typescript version number and add Deno.version object. (#1788)

55edc06218f080aa5ba83302d2642dabb599418e authored almost 6 years ago by Yoshiya Hinosawa <[email protected]>
Reenable cat.ts test (denoland/deno_std#197)

Original: https://github.com/denoland/deno_std/commit/271f7cc76db479dae6eb8dcbdc23ddf3e240f973

673bdd03529e37ffe8367b5c38a8214ff54824d5 authored almost 6 years ago by Bartek Iwańczuk <[email protected]>
fix: url match logic of http server (denoland/deno_std#199)

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

bdeb6c43afceab913cb02f00e74ebe43377c2fff authored almost 6 years ago by Yusuke Sakurai <[email protected]>
Add `seek` and implement `Seeker` on `File` (#1797)

This patch contains a special hack that circumvents the current tokio
seek problem.

tokio `s...

077af20ceb0869ddff9e08f5db1055138450fe2e authored almost 6 years ago by Kevin (Kun) "Kassimo" Qian <[email protected]>
Fix http server example in homepage (#1801)

This fixes http server example by updating the import path as well as
using respond() correctly.

97e29e3dd068c938ec5f8346183f8f523dea23c0 authored almost 6 years ago by Saad Quadri <[email protected]>
Update installation documentation (Fixes #1786) (#1802)

a1de28dbef5718ddf03ebce5c3c29f31a8631992 authored almost 6 years ago by Mark Tiedemann <[email protected]>
Rename welcome.js to welcome.ts (#1803)

55b2f0195f97a3d728690e4789fd955fedd1a5ba authored almost 6 years ago by Maxim Mazurok <[email protected]>
Rationalise compiler ops (#1740)

54094c7510042fd73bba3cb96407587c62db3166 authored almost 6 years ago by Kitson Kelly <[email protected]>
refactor: replace any in console (#1804)

9e942f30b97f1b4fc3321161724befc368ea314c authored almost 6 years ago by Yoshiya Hinosawa <[email protected]>
Add code block language decoration to StyleGuide doc (#1799)

96afb62dfb2b37ff2b5a1c3ed372aa614ebe2834 authored almost 6 years ago by EnokMan <[email protected]>
remove dead code (#1796)

9fb9048c737bbc5eb4dfa42a506bfc978316ac10 authored almost 6 years ago by Yoshiya Hinosawa <[email protected]>
Added website icon link (#1792)

a8ebb8f05a061422049363d8bed3e8e4d14d540e authored almost 6 years ago by Luke <[email protected]>
Add execPath function (#1743)

4dc4329e270f617697154ca62a828cce3b46b348 authored almost 6 years ago by Dmitry Sharshakov <[email protected]>
Add fs.walk (denoland/deno_std#192)

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

954fe83f62770257ea516396feb31ba961bc0967 authored almost 6 years ago by Andy Hayden <[email protected]>
Syntax highlighting on the website paegs (#1780)

1d7c74e9b5c416c58b66246a6bbc907399fe9083 authored almost 6 years ago by 满远荣 <[email protected]>
feat: Add pretty assert (denoland/deno_std#187)

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

0eed9b30298e1ba83d8b21bad24ee77dff59942c authored almost 6 years ago by bokuweb <[email protected]>
Module dep pretty printing in --info

061a9353ba3d359ed62b494f9f63af78aed4498b authored almost 6 years ago by Greg Altman <[email protected]>
Remove unnecessary tests/021_info_flag_setup.test

0412ab2308a220cf432b5debb7f4f706dfbc190d authored almost 6 years ago by Ryan Dahl <[email protected]>
remove unnecessary build opt (#1783)

142aedd3293a004a25b0606640a629f078679462 authored almost 6 years ago by Yoshiya Hinosawa <[email protected]>
Fix behavior for extensionless files with .mime file (#1779)

fe0ceae54373c0e12b36111b886a06c800f86c20 authored almost 6 years ago by Kevin (Kun) "Kassimo" Qian <[email protected]>
Redesign of http server module (denoland/deno_std#188)

Original: https://github.com/denoland/deno_std/commit/8569f15207bdc12c2c8ca81e9d020955be54918b

57f4e6a86448263c9f1c75934e829e048c76f572 authored almost 6 years ago by Yusuke Sakurai <[email protected]>
feat: env option in run api (#1773)

2241049c349443a971ba2558f373d62bbb7d9780 authored almost 6 years ago by Yoshiya Hinosawa <[email protected]>
Use prebuilt hyperfine (#1755)

748e456cdb18912e780b69cc90023ef37f4d0c24 authored almost 6 years ago by Ryan Dahl <[email protected]>
Turn on v8_postmortem_support (#1758)

9a6d89fc401e434b90910b18066f82dc6111cdc0 authored almost 6 years ago by Ryan Dahl <[email protected]>
Update contribution guidelines (#1771)

To make it clearer how people should indicate that are contributing to Deno.

8686f49ee4e9fff1e0eeb29af2e81a678a3f2260 authored almost 6 years ago by Kitson Kelly <[email protected]>
Upgrade V8 to 7.4.158 (#1767)

This is to have access to this fix:
https://bugs.chromium.org/p/v8/issues/detail?id=8838
neces...

8d1567fafbdac8cd76e736d203eacc578d932a94 authored almost 6 years ago by Ryan Dahl <[email protected]>
Use proper directory for cache files (#1763)

Operating systems have defined directories for cache files.
That allows them to do smart things...

e782ba1a6fd8342cddd961da9274dbd0244685d1 authored almost 6 years ago by Philipp A <[email protected]>
Cleanup Deno namespace (#1765)

c468be64ed6cc3d3d3c2a74f15ba1157082f0f5b authored almost 6 years ago by Kitson Kelly <[email protected]>
More web design work (#1759)

473d7317eafad44de4d99a3b0aa54f7e1d49ed79 authored almost 6 years ago by Ryan Dahl <[email protected]>
Drop assert!() from untrack_task() (#1757)

163c334521cd9da44f421764a08a4d4285b38ba8 authored almost 6 years ago by Kevin (Kun) "Kassimo" Qian <[email protected]>
Pretty print exceptions (denoland/deno_std#190)

Explained here:
https://github.com/denoland/deno/issues/1559#issuecomment-462811554
Original: h...

34ece9f2ede9c63af2678feb15ef5290a74c8d2f authored almost 6 years ago by Ryan Dahl <[email protected]>
Style guide has moved. (denoland/deno_std#191)

Original: https://github.com/denoland/deno_std/commit/19cccd2ebc5ef6c49f8fc941805a8d9bb2633796

0435b78e8b9b36d07bdd20714180d8099468204d authored almost 6 years ago by Ryan Dahl <[email protected]>
Decouple ts_library_builder from std/testing (#1749)

f29c40a43306ae23c848231ba71c94b12a8b06ee authored almost 6 years ago by Ryan Dahl <[email protected]>
Include deno version in source_code_hash (#1751)

Fixes #472

677a48781d566cd6645ef0df8207fc8e4d888688 authored almost 6 years ago by Ryan Dahl <[email protected]>
Revert "Rewrite tools/format.py in deno (#1528)" (#1752)

tools/format.ts is making CI flaky and it's difficult to run right now.
Reverting to tools/form...

0b0d962eb9cf6e41f840a65d3718c4d0a12eeb54 authored almost 6 years ago by Ryan Dahl <[email protected]>
third_party: upgrade rust crates

9240f9b57f464318802030033e10f7a6250d5506 authored almost 6 years ago by Bert Belder <[email protected]>
Add benching (denoland/deno_std#185)

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

967389b5df703a8896a343b99ae1e13aefc89cc2 authored almost 6 years ago by chiefbiiko <[email protected]>
Add Deno global namespace (#1748)

Resolves #1705

This PR adds the Deno APIs as a global namespace named `Deno`. For backwards
...

a21a5ad2fa4dcbad58fe63c298c69f8607705bf4 authored almost 6 years ago by Kitson Kelly <[email protected]>
Fix REPL formatting (#1744)

1e5e091cb074896c7550b1b6f802582f12629048 authored almost 6 years ago by Kevin (Kun) "Kassimo" Qian <[email protected]>
web design (#1728)

a4dec944bc821d114bfd82debb72d60bd04f836d authored almost 6 years ago by Ryan Dahl <[email protected]>
REPL multiline support with recoverable errors (#1731)

489c69f8e1c15c75461d24d91aa3e9c2a756e807 authored almost 6 years ago by Kevin (Kun) "Kassimo" Qian <[email protected]>
fix: improve formatting (#1732)

d26655371b796cf5dad762d1b7154c25251cb41d authored almost 6 years ago by Yoshiya Hinosawa <[email protected]>
Add colors to log module (denoland/deno_std#175)

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

53784dce7cb51e0713f563513479ef4101d8c111 authored almost 6 years ago by Dmitry Sharshakov <[email protected]>
Rationalise startup for compiler/main (#1737)

90c7af27d7959e94a25f635e21b8d77cb347e135 authored almost 6 years ago by Kitson Kelly <[email protected]>
feat: multipart, etc.. (denoland/deno_std#180)

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

33f62789cde407059abba0a7ac18b2145c648ea7 authored almost 6 years ago by Yusuke Sakurai <[email protected]>
refactor: make acceptWebSocket independent from ServerRequest (denoland/deno_std#178)

Original: https://github.com/denoland/deno_std/commit/88ddd5677dec9a8281c4d86ba27b0c9047189740

ed20bda6ec324b8143c6210024647d2692232c26 authored almost 6 years ago by Yusuke Sakurai <[email protected]>
Respect NO_COLOR in TypeScript output (#1736)

1e837f3281413c7a9a3a27bb37b6829e3d2a85fa authored almost 6 years ago by Bartek Iwańczuk <[email protected]>
Set globals on compiler startup (#1735)

fe8c5d358ba7765b591f4087232f16a6a60f420e authored almost 6 years ago by Bartek Iwańczuk <[email protected]>
support NO_COLOR in colors module (denoland/deno_std#182)

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

52e047138a32e8366369737dc54198f1a5baa1cb authored almost 6 years ago by Bartek Iwańczuk <[email protected]>
Support scoped variables, unblock REPL async op, and REPL error colors (#1721)

1d36eb47eb882cb9305a6338019fa2a2b375d7b1 authored almost 6 years ago by Kevin (Kun) "Kassimo" Qian <[email protected]>
Bump CI to v0.2.11 (denoland/deno_std#183)

Original: https://github.com/denoland/deno_std/commit/1abdc2efc0fbe7a7b0978fed0c37acede58a9700

fa3f8cf67b2e97087f044c2ee430a0b32e338d0b authored almost 6 years ago by Ryan Dahl <[email protected]>
Add read permission for format.ts (#1726)

1502051453bf16787a59f43004b24d553d39bd26 authored almost 6 years ago by Yoshiya Hinosawa <[email protected]>
Fix read permission message

636e234e4ca8bcafc31d65065005572b6033f649 authored almost 6 years ago by J2P <[email protected]>
Add --allow-read test code

65cafd2edffced763424e407eaf275f08f6da3b0 authored almost 6 years ago by J2P <[email protected]>
v0.2.11

- Add deps to --info output (#1720)
- Add --allow-read (#1689)
- Add deno.isTTY() (#1622)
- Add ...

b2fb8261e700c75cfb9a626ae57bbd3098e08454 authored almost 6 years ago by Ryan Dahl <[email protected]>
Shared buffer fixes (#1644)

* makes `libdeno.shared` a `SharedArrayBuffer` instead of a regular `ArrayBuffer`.
* fixes `lib...

bbe2004f5d2b434fe5942fc3c8954a297b317fd0 authored almost 6 years ago by Bert Belder <[email protected]>
Move .rustfmt.toml to the repository root

This allows rustfmt to automatically pick it up.
It's right there with similar files such as .pr...

394b81de15bb158908607a0b3740dd6dbc438417 authored almost 6 years ago by Bert Belder <[email protected]>
Make rustfmt format macro bodies also

This makes it possible to use cfg_if! conveniently.

7380b19459db3644271f1623428245e29e716f0a authored almost 6 years ago by Bert Belder <[email protected]>
Adds deno.noColor (#1716)

526497bc29faaf99354ee5d1628e8681d6604736 authored almost 6 years ago by Ryan Dahl <[email protected]>