Skip to content

Commit

Permalink
feat: mirror deno (#736)
Browse files Browse the repository at this point in the history
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

- **New Features**
- Introduced support for the Deno runtime, providing users with a modern
runtime for JavaScript and TypeScript.
- **Documentation**
- Updated configuration to include Deno, ensuring users can easily
access and utilize this new option.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
  • Loading branch information
fengmk2 authored Nov 30, 2024
1 parent 63a8473 commit 6de0876
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions config/binaries.ts
Original file line number Diff line number Diff line change
Expand Up @@ -916,6 +916,13 @@ const binaries = {
repo: 'oven-sh/bun',
distUrl: 'https://github.com/oven-sh/bun/releases',
},
deno: {
category: 'deno',
description: 'A modern runtime for JavaScript and TypeScript.',
type: BinaryType.GitHub,
repo: 'denoland/deno',
distUrl: 'https://github.com/denoland/deno/releases',
},
edgedriver: {
category: 'edgedriver',
description: 'Microsofts\' EdgeDriver',
Expand Down

0 comments on commit 6de0876

Please sign in to comment.