5 of 6 standards met
Updates project root files when new files are opened and other cases. This allows enabling most tests. We're at 188/246 enabled with tsgo now. Changes some doc formatting logic for tsjs to match tsgo, and update fixtures. Coupled with: https://github.com/denoland/typescript-go/pull/28 https://github.com/denoland/typescript-go/pull/29
Repository: denoland/deno. Description: A modern runtime for JavaScript and TypeScript. Stars: 106309, Forks: 5911. Primary language: Rust. Languages: Rust (59.3%), TypeScript (29.5%), JavaScript (11.1%), CSS (0%), Nix (0%). License: MIT. Homepage: https://deno.com Topics: deno, javascript, rust, typescript. Latest release: v2.7.4 (5h ago). Open PRs: 100, open issues: 2428. Last activity: 46m ago. Community health: 100%. Top contributors: bartlomieju, dsherret, ry, littledivy, nayeemrmn, lucacasonato, kt3k, kitsonk, piscisaureus, crowlKats and others.
Rust
Last 12 weeks · 470 commits
Deno uses aws-lc (BoringSSL-based) but was , causing Node compat tests that gate on this flag to attempt unsupported operations (e.g., MD4/MD5 SPKAC signature verification). Set in Add to node compat config [!WARNING] Firewall rules blocked me from connecting to one or more addresses (expand for details) #### I tried to connect to the following addresses, but was blocked by firewall rules: Triggering command: (dns block) Triggering command: (dns block) Triggering command: (dns block) If you need me to access, download, or install something from one of these locations, you can either: Configure Actions setup steps to set up my environment, which run before the firewall is enabled Add the appropriate URLs or hosts to the custom allowlist in this repository's Copilot coding agent settings (admins only) 💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.
Version: Deno 2.7.4 The latest release of Deno seems to have a bug where is closed by . Noticed this when working with . In v2.7.3 it runs just fine. Though, I believe that version has an issue with how line breaks are handled if I recall correctly, so it's still a bit wonky. Script to reproduce Log output (v2.7.4) Log output (v2.7.3)
Adds a subcommand similar to Ideally, should be updated to include a default value for the field in . Right now the implementation uses the first field it finds in either or , but perhaps we would instead prefer to check both files explicitly in case there are discrepancies. TODO: Implement tests Closes #30358