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

Port rest of os ops to JSON (#2802)

5b2baa5c990fbeae747e952c5dcd7a5369e950b1 authored over 5 years ago by Ryan Dahl <[email protected]>
introduce JSON serialization for ops (#2799)

Converts env(), exit(), execPath(), utime() and utimeSync() to use JSON
instead of flatbuffers.

bc467b265fbe06ace24f5d9536bd8eb36ae4a601 authored over 5 years ago by Ryan Dahl <[email protected]>
build: enable 'derive' feature of 'serde' crate

47c216317f8eb5bf277663a732a79f6b07ba79ef authored over 5 years ago by Bert Belder <[email protected]>
v0.16.0

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

7f9c6decc8982dc9dec762d6f2cc77c6bdd3f817 authored over 5 years ago by Bert Belder <[email protected]>
build: add 'cap_lints' flag for rust crates

Using a specialized flag rather than the generic 'args' option makes
build_extra/rust/BUILD.gn s...

7a902fed04e23c2be6133024f7ad8fdebb641c60 authored over 5 years ago by Bert Belder <[email protected]>
build: remove per-crate 'treat_warnings_as_errors' gn flag

e0c1ed96e22dc9a94cb5457c8b3eb2f2cd1af831 authored over 5 years ago by Bert Belder <[email protected]>
build: support rust crates that generate sources in their build script

31aa7c1a5d8a27c720b6255dc3eceda3707b1826 authored over 5 years ago by Bert Belder <[email protected]>
Support .d.ts files (#2746)

Fixes #1432

6c7d337960b3745a7b614a18150862279ef1c942 authored over 5 years ago by Kitson Kelly <[email protected]>
print out the failed tests after the summary (denoland/deno_std#554)

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

e933a8a0e10f46e6128b277eaadd7ae733a92eeb authored over 5 years ago by Eugen Cazacu <[email protected]>
use relative paths in test imports (denoland/deno_std#572)

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

77a20ec1196f46d971e380b90f0c688e102f0287 authored over 5 years ago by Bartek Iwańczuk <[email protected]>
test all text functions in colors module (denoland/deno_std#553)

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

f88a5979585037668d10d5b575277996fef8c1bc authored over 5 years ago by Eugen Cazacu <[email protected]>
Organize dispatch a bit (#2796)

Just some clean up reorganization around flatbuffer/minimal dispatch
code. This is prep for add...

bdc97b3976786bb744a27e59b0f4f28554a682df authored over 5 years ago by Ryan Dahl <[email protected]>
fix: dynamic import panic (#2792)

b764d1b8ffc4bf5e2ab89bdbd978d708a6da0f24 authored over 5 years ago by Bartek Iwańczuk <[email protected]>
bump test runner revision (#2800)

389763c04e3102d5b8261a10bb7514ba046fe373 authored over 5 years ago by Bartek Iwańczuk <[email protected]>
fix: add global test registry (denoland/deno_std#568)

After adding deno test command a new problem appeared.

If you try running deno test inside th...

a1a024a9f09f91aa3e7b73b4ff4407a57052b3e0 authored over 5 years ago by Bartek Iwańczuk <[email protected]>
Support custom inspection of objects (#2791)

f0a235563e1eb748f4030d19af3f9a5ac59d2550 authored over 5 years ago by Kitson Kelly <[email protected]>
fix: handle tsconfig.json with comments (#2773)

4faab6a74b0f583bba5ebcc877c6ea1407d360e3 authored over 5 years ago by Bartek Iwańczuk <[email protected]>
Implement console.trace() (#2780)

groupCollapsed alias to group, remove noTrailingNewline, move newline
out of stringifyArgs, fi...

9acb17742fc2c7ee503e6b2be8f88b97dae65dc6 authored over 5 years ago by Kevin (Kun) "Kassimo" Qian <[email protected]>
Fix typo in examples/README.md (denoland/deno_std#567)

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

122226a587536eb197366830233646c4bd4caf7a authored over 5 years ago by Xuhao <[email protected]>
Upgrade to rust 1.37.0 (#2786)

de713e42c8807e3124c9b5d418a69d2ea3460058 authored over 5 years ago by Ryan Dahl <[email protected]>
chore: bump test runner version (#2784)

1978358328e869a0e27c91dff848753437989382 authored over 5 years ago by Bartek Iwańczuk <[email protected]>
fix: set response.url (#2782)

9aa9aafbab934b483977683e1ee430abb277833f authored over 5 years ago by Yoshiya Hinosawa <[email protected]>
Revert "Remove dead code: legacy read/write ops"

This is causing a segfault for unknown reasons - see #2787.

This reverts commit 498f6ad431478f6...

81f809f2a675ff4ff7f93231ca87a18cb5b4628e authored over 5 years ago by Ryan Dahl <[email protected]>
Fix import map panics, use import map's location as its base URL (#2770)

52a66c2796f97f5a08d679389172c39c0652cb16 authored over 5 years ago by Nayeem Rahman <[email protected]>
Accept absolute root directories in the file server (denoland/deno_std#558)

Original: https://github.com/denoland/deno_std/commit/262d9572ab4078b8d886a21474a5a246cacb5def

47adc62387163806118d0041905b5a5074a598ea authored over 5 years ago by Nayeem Rahman <[email protected]>
Add fmt modules (printf implementation) (denoland/deno_std#566)

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

16e134d8a88cfb7c51c92881e6e7292a6ec00f3b authored over 5 years ago by a2800276 <[email protected]>
add file:// prefix for imports in test runner (denoland/deno_std#564)

Original: https://github.com/denoland/deno_std/commit/15afc61356afe0bbf36c78cc3da8d9182d0e5b75

917b202354120bdb63f7762552f056d3ff7f8964 authored over 5 years ago by Bartek Iwańczuk <[email protected]>
add deno test subcommand (#2783)

d2d3afaf2de3cc9709cdf145c2f9438d3a4fa8a1 authored over 5 years ago by Bartek Iwańczuk <[email protected]>
feat: test runner (denoland/deno_std#516)

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

4ce2a321c8da5326901316a5787f0968dbb7b3b2 authored over 5 years ago by Bartek Iwańczuk <[email protected]>
Remove dead code: legacy read/write ops (#2776)

readSync and writeSync use dispatch_minimal now.

498f6ad431478f655b136782093e19e29248b24d authored over 5 years ago by Ryan Dahl <[email protected]>
feat: add overloaded form of unit test declaration (denoland/deno_std#563)

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

d928c0ca31d6ec8533d5fab5d084ad3708f63ad5 authored over 5 years ago by Bartek Iwańczuk <[email protected]>
split up ops.rs (#2753)

Note cli/dispatch_minimal.rs ops are not yet included in cli/ops.

This is part of work toward...

e6c349af9f7260c2c4ec713bd231fe554240721e authored over 5 years ago by Bartek Iwańczuk <[email protected]>
refactor 'assertEquals' (denoland/deno_std#560)

* merge 'testing/pretty.ts' into 'testing/asserts.ts'
* throw AssertionError in assertEquals
*...

eab0647bd1184d0ade9a54b8720eb52300d2ba5d authored over 5 years ago by Bartek Iwańczuk <[email protected]>
ci: bump to v0.15.0 (denoland/deno_std#556)

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

63bbe2a2e041388ec167d67c73f497ea7b8590c6 authored over 5 years ago by Bartek Iwańczuk <[email protected]>
v0.15.0

58f0e9b9b1b53ca486ef38ae662b98cbde839248 authored over 5 years ago by Ryan Dahl <[email protected]>
Dynamic import should respect permissions (#2764)

1f8b1a587c397dd01e058820769580323a0f7330 authored over 5 years ago by Ryan Dahl <[email protected]>
Fix permission requirements for Deno.rename() and Deno.link() (#2737)

1947f572d735096c1ccd7de2c386b8289c287701 authored over 5 years ago by Nayeem Rahman <[email protected]>
Propagate Url::to_file_path() errors instead of panicking (#2771)

* Propagate Url::to_file_path() errors instead of panicking

c3afa557515c64610b23ee460f8c6251de421f1a authored over 5 years ago by Bert Belder <[email protected]>
feat: print cache location when no arg in deno info (#2752)

9bd473d8ac9228e483bd26028dbe7ba88e971c08 authored over 5 years ago by Bartek Iwańczuk <[email protected]>
fix: cache paths on Windows are broken (#2760)

54982e948e882fbf413e06319f711d85b232026b authored over 5 years ago by Bartek Iwańczuk <[email protected]>
Fix dynamic import base path problem for REPL and eval (#2757)

286ee1d8b68b54d39e698f3b78e3ce9e257fa674 authored over 5 years ago by Kevin (Kun) "Kassimo" Qian <[email protected]>
v0.14.0

83d5362f1d7d8589b862de57912135067a8278c7 authored over 5 years ago by Bert Belder <[email protected]>
Dynamic import (#2516)

6fbf2e96243e6b79c1fb03c17b376b028e442694 authored over 5 years ago by Bert Belder <[email protected]>
Resolve worker specifiers relative to main module of host. (#2751)

56a82e72d9867a9b5f8a10bc8e4b81b86cd815c9 authored over 5 years ago by andy finch <[email protected]>
Fix repl crash when deno dir doesn't exist (#2727)

520bdb6c31dd08b6f4e52de5116fd23d6d57fdda authored over 5 years ago by Daniel Buckmaster <[email protected]>
Add op_id throughout op API (#2734)

Removes the magic number hack to switch between flatbuffers and the
minimal dispatcher.

Adds...

e438ac2c74c823882dc9c9ecde2a9e9ed7bcfb4b authored over 5 years ago by Ryan Dahl <[email protected]>
manual: Edit note about V8 profiling (#2742)

5350abbc7ffdba6d17166fa00ad89e86979a43f7 authored over 5 years ago by Bartek Iwańczuk <[email protected]>
Fix incremental 'cargo build' (#2740)

Tip: RUSTC_WRAPPER should be unset for incremental builds to work.

43d099c0275878f6c6358eb0e9a0094d076d7c29 authored over 5 years ago by Ryan Dahl <[email protected]>
Fix small execPath issues (#2744)

77d0d1e45ccfd33a8a98e2f5fa4ba618759b5dd3 authored over 5 years ago by Kevin (Kun) "Kassimo" Qian <[email protected]>
Make Deno.execPath a function (#2743)

And throws without allow-env

4519f9a50db8852c5b70ff47481f0fc9d0fbe2f2 authored over 5 years ago by Kevin (Kun) "Kassimo" Qian <[email protected]>
Implement Blob url support for worker (#2729)

ccee2f01ba2f6304720ab17e99dee17bf6687bd8 authored over 5 years ago by Kevin (Kun) "Kassimo" Qian <[email protected]>
Enforce permissions on kill(), homeDir() and execPath (#2723)

11c850af423f07769f054c494a76cbd9efb8806c authored over 5 years ago by Nayeem Rahman <[email protected]>
Remove dispatch optimization (#2732)

Deno.core.dispatch() used to push the "control" buf onto the shared
array buffer before calling...

046cccfe1768837fcd5b4c1fd7d52fb2d98c0b11 authored over 5 years ago by Ryan Dahl <[email protected]>
Revert "http: delete conn parameter in readRequest" (denoland/deno_std#550)

This reverts commit 209183e24812095a40e48e60484f80a5a254b1c3.
Fixes: denoland/deno_std#441
Orig...

50fdccb17549eae05be2a68163f6e739cdf82b53 authored over 5 years ago by Bartek Iwańczuk <[email protected]>
Remove Deno.build.args feature (#2728)

This is a minor feature which complicates the build signifigantly.
Removing to ease refactoring...

a517513182221aa351528cf15d28c449b49fea13 authored over 5 years ago by Ryan Dahl <[email protected]>
Fix URLs in examples/README (denoland/deno_std#551)

Original: https://github.com/denoland/deno_std/commit/6d78eec41306b98943847a5d1ec3bcaf389698fd

782ebfbc0f317dff32daac40c42930abd6985f50 authored over 5 years ago by Ryan Dahl <[email protected]>
Provide option to delete Deno namespace in worker (#2717)

ddee2dff14772ade16e282ad18eda6f5054ce94e authored over 5 years ago by Kevin (Kun) "Kassimo" Qian <[email protected]>
use BTreeMap for ResourceTable (#2721)

aaa7a3eac4df0de9a93dc8fc4717d38212a3de5b authored over 5 years ago by Bartek Iwańczuk <[email protected]>
Enforce env permission on homeDir() and execPath (#2714)

52c13fb3ed94e41d90bbe08d1bc299ca90505755 authored over 5 years ago by Kevin (Kun) "Kassimo" Qian <[email protected]>
third_party: upgrade rust crates

c6861b537ead4bba21817610664d68ffbe7daad5 authored over 5 years ago by Bert Belder <[email protected]>
build: support crate imports using an alias name

A crate can assign an alternative name, different from the crate name,
when importing another cr...

5bca001f9703940e693d6a55944ef1ee7fc67f58 authored over 5 years ago by Bert Belder <[email protected]>
Implement function convertLineEndingsToNative in blob.ts (#2695)

based on https://w3c.github.io/FileAPI/#convert-line-endings-to-native

deec1b9b97011d1a0ef7312c0a3efde21186b82d authored over 5 years ago by Tomohito Nakayama <[email protected]>
Use system rustfmt instead of fixed binary (#2701)

3971dcfe10b94e901a224b5328a9dafd1e2ecc08 authored over 5 years ago by Ryan Dahl <[email protected]>
v0.13.0

b3541c38f5672ffb4a29d66dca19d88b9ecae478 authored over 5 years ago by Ryan Dahl <[email protected]>
refactor: cleanup compiler pipeline (#2686)

* remove fetch_source_file_and_maybe_compile_async and
replace it with State.fetch_compiled_...

2e1ab8232156a23afd22834c1e707fb3403c0db6 authored over 5 years ago by Bartek Iwańczuk <[email protected]>
Add --current-thread flag (#2702)

e7cee29c849286f9b492eb404634a0387b9a75a0 authored over 5 years ago by Bartek Iwańczuk <[email protected]>
factor out FileFetcher to separate module (#2683)

* merge SourceFileFetcher trait and FileFetcher struct

* move logic related to source file fe...

421cbd39b4f0fdbdfc2eeed6da8dd3410246a044 authored over 5 years ago by Bartek Iwańczuk <[email protected]>
Makes shebang Linux compatible (#2694)

ef63ec763a142f1e96e12e21d27ffae439f84ffd authored over 5 years ago by Nayeem Rahman <[email protected]>
feat: add debug info to ModuleResolutionError (#2697)

ac269beabe1b16294118e64e69bf487639086941 authored over 5 years ago by Bartek Iwańczuk <[email protected]>
enable test of aborted conn on windows (denoland/deno_std#549)

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

b1e5ad7eca8a1c6e38bb326daee9775b41687cf9 authored over 5 years ago by Yoshiya Hinosawa <[email protected]>
Remap stack traces of unthrown errors. (#2693)

5083f5fd908057cbc8649b79c13ab78a7f7ebf34 authored over 5 years ago by Kitson Kelly <[email protected]>
refactor: use Deno.execPath where possible (denoland/deno_std#548)

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

b76007d25caf2cd9325813149a907c1e51728fca authored over 5 years ago by Yoshiya Hinosawa <[email protected]>
benchmarks: make latency benchmark less noisy (#2689)

ff96e3dc637974c6f9853f3bf9565bfd63f22b17 authored over 5 years ago by Bartek Iwańczuk <[email protected]>
Ignore error of writing responses to aborted requests (denoland/deno_std#546)

Original: https://github.com/denoland/deno_std/commit/826deb1012d3595c3f6de19659e13564a15ceda1

44efefbda6d30edc602257c1a2501259e7ef9626 authored over 5 years ago by Yoshiya Hinosawa <[email protected]>
Make shebangs Linux compatible (denoland/deno_std#545)

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

ad6360edf9a072fdb393ddb59036ba8bb4dae25e authored over 5 years ago by Nayeem Rahman <[email protected]>
benchmarks: add bundle size (#2690)

187310a3e151303504a1dc5830334ae7ac1fef57 authored over 5 years ago by Bartek Iwańczuk <[email protected]>
use animated-deno-logo in denolib (#2691)

877e5ed7844a1754080ddff9c095ed941072775f authored over 5 years ago by hashrock <[email protected]>
make importmap flag global (#2687)

729c4e9377c2112d51cefb6eb0c723cbaf2a1ff5 authored over 5 years ago by Bartek Iwańczuk <[email protected]>
cli: handle deno -v and deno --version (#2684)

89e6792203678a2ae4911e006fcf9b26f63c700d authored over 5 years ago by Bartek Iwańczuk <[email protected]>
cli: unify deno -h options (#2682)

3ae808986d583ab4e151a7799acee4680c66bd78 authored over 5 years ago by Bartek Iwańczuk <[email protected]>
Typo fix (#2592)

b7026816b6c45be0d68880568989698856b30b7f authored over 5 years ago by Maxim Mazurok <[email protected]>
Fix anchor link destination (#2679)

589643d55768acf14c4a111b49881e7cd4b7bc7d authored over 5 years ago by Nayeem Rahman <[email protected]>
Add error handling for dynamic imports to libdeno (#2678)

1406961d2b32b6ff9d842e13d2add124b7e3119d authored over 5 years ago by Bert Belder <[email protected]>
feat: expose writeAll() and writeAllSync() (#2298)

Symmetric with `readAll()` and `readAllSync()`. Also used in `xeval`.
Also correct usage in `wr...

e49d1e16ca2fca45e959c1add9b5a1d6866dbb90 authored over 5 years ago by Kevin (Kun) "Kassimo" Qian <[email protected]>
save headers for all intermediate redirects (#2677)

70de8dd51d465ea2016d6bb7c0728111f4493668 authored over 5 years ago by Bartek Iwańczuk <[email protected]>
feat(website/benchmark): enable zoom of charts (#2668)

9c22961b6a06a75dad68bad87328857a9f7a55dc authored over 5 years ago by Yoshiya Hinosawa <[email protected]>
removed unnecessary implementation from SourceFileFetcher (#2670)

c98d9bf7097575ec9832864f0e0d076a4763717c authored over 5 years ago by andy finch <[email protected]>
fix: bring back --no-fetch flag (#2671)

34f212f257af3ccce4a1cb8e9b75b9cb5cb1c13b authored over 5 years ago by Bartek Iwańczuk <[email protected]>
Improve example on homepage (#2667)

a00d087b39da7894276c2292335d2709a6cebd8c authored over 5 years ago by Ryan Dahl <[email protected]>
only use Locker when calling into js (#2665)

621af21e6eab9b0f736d5b6e8acc48dbad4a68d2 authored over 5 years ago by andy finch <[email protected]>
remove v8::Locker from deno_respond (#2664)

042484d45afe129f0c08d387870e4c6de019c34b authored over 5 years ago by andy finch <[email protected]>
Fix expected dyn before AnyError trait (#2663)

056c14617565291cb00df9fec6f9779a3669089f authored over 5 years ago by andy finch <[email protected]>
Remove hacky normalize_path (#2660)

a37bc0088f9de76108fe0bd9243c794b413d73cf authored over 5 years ago by Ryan Dahl <[email protected]>
REPL shouldn't panic when it gets SIGINT (#2662)

55ca0f09cb50f8bc6b0590a9a88febc41f91e51b authored over 5 years ago by Ryan Dahl <[email protected]>
Reorder tools/format.py so slowest are last (#2661)

bc12a3ba56b39ba8dd3f5afcccebca177361eab2 authored over 5 years ago by Ryan Dahl <[email protected]>
fix timer's params length (#2655)

ac98bd8a7ce13e6aaf35d13b8743281df24806d7 authored over 5 years ago by 迷渡 <[email protected]>
Rename powershell highlighting to shell (#2654)

a0b8f13f18b24924d050e196baf6132b27a6011f authored over 5 years ago by 迷渡 <[email protected]>
Refactor DenoDir (#2636)

* rename `ModuleMetaData` to `SourceFile` and remove TS specific
functionality

* add `TsCo...

8214b686cea3f6ad57d7da49a44d33185fdeb098 authored over 5 years ago by Bartek Iwańczuk <[email protected]>
Bump CI to v0.12.0 (denoland/deno_std#541)

Original: https://github.com/denoland/deno_std/commit/86675d263441f405af0981c661e838f1ec192004

faf2cd92fc4da744d91be95fbab0bebecda0b02c authored over 5 years ago by Ryan Dahl <[email protected]>