Pull Request Explorer

Exploring 509 PRs. Want this for your team? Start Free Trial
Title Author Size AI Cycle Time Review Merged
fix(watch): apply `--watch-exclude` filter to file change events bartlomieju M No 2.7h 1.0h May 05, 2026

Summary

Bug Fix

Fix watch exclude filter

Ensures excluded files don’t trigger restarts when watching directories, improving reliability and preventing unnecessary reloads.

Health Assessment

Medium
Low
Low
  • Quick fix with minimal changes, resolved within a few hours, indicating efficient review and low complexity.

AI Details

Tech Stack

Languages: Rust
fix(ext/node): support node:fs APIs on VFS files in deno compile bartlomieju M No 48.7h 1.4h May 05, 2026

Summary

Bug Fix

Fix node:fs API support for VFS files

This fix restores node:fs API functionality for VFS-embedded files in compiled binaries, eliminating errors like 'Failed to get OS file descriptor' and 'EACCES'. It improves reliability for developers compiling Deno applications, ensuring seamless file system interactions.

Health Assessment

Medium
Medium
Low
  • The PR resolved critical runtime bugs with moderate iteration, requiring a few rework commits but was merged within two days, indicating efficient review and testing.

AI Details

Tech Stack

Languages: Rust, Javascript
fix(ext/process): tolerate unlinked cwd in spawn divybot M No 188.6h 0.1h May 05, 2026

Summary

Bug Fix

Fix unlinked cwd handling in process spawn

This change resolves a failure in Node compatibility tests by allowing unlinked current working directories during process spawn, improving CI stability and ensuring Node compatibility features work correctly.

Health Assessment

Medium
High
High
  • The PR required multiple iterations and CI retriggers, indicating a complex bug fix with significant rework, but the review cycle was quick.

AI Details

Confidence: 0.95

Tech Stack

Languages: Rust
fix(npm): resolve catalog: overrides from workspaces object form bartlomieju M No 26.2h 0.5h May 05, 2026

Summary

Bug Fix

Fix catalog overrides in workspaces object form

Ensures Deno's package.json parser correctly handles catalog overrides when workspaces are defined as an object, improving npm compatibility and preventing resolution errors.

Health Assessment

Medium
Low
Low
  • Fast review and merge, minimal changes, quick fix to a parsing bug.

AI Details

Tech Stack

Languages: Rust, Typescript
perf(core): SIMD ASCII fast path for op_decode crowlbot S No 129.8h 0.6h May 05, 2026

Summary

Chore

Add SIMD ASCII fast path for op_decode

Improves performance of Response.text() and related APIs by using SIMD to skip UTF-8 validation for pure-ASCII inputs, reducing latency by up to 15%.

Health Assessment

Small
Low
Low
  • Fast review and single commit indicate a straightforward performance tweak; the long cycle time reflects scheduling rather than complexity.

AI Details

Tech Stack

Languages: Rust
feat(ext/node): ESM import() support for module.registerHooks() bartlomieju XL No 93.0h 18.5h May 05, 2026

Summary

Feature

ESM import() support for module.registerHooks()

Adds support for intercepting dynamic ESM import calls in Deno’s Node compatibility layer, enabling async module resolution via JavaScript hooks.

Health Assessment

Large
Medium
Low
  • PR added ESM import support, required multiple approvals but no rework, cycle time 93h indicates moderate delay, overall low friction.

AI Details

Tech Stack

Languages: Rust, Javascript
perf(http): directly dispatch into js request handler nathanwhit L No 8.4h 0.3h May 05, 2026

Summary

Refactor

Improve HTTP request dispatch performance

Significant performance improvement for Deno's HTTP server, boosting request throughput by ~18%.

Health Assessment

Medium
Low
Low
  • Fast cycle time and single review round indicate efficient process; performance win delivered quickly.

AI Details

Confidence: 0.15

Tech Stack

Languages: Javascript, Rust
perf(ext/node): convert 62 more polyfill files to lazy-loaded scripts bartlomieju XL No 14.2h - May 05, 2026

Summary

Feature

Convert 62 Node polyfills to lazy‑loaded scripts

This change converts 62 Node polyfill modules to lazy‑loaded IIFE scripts, reducing startup time and memory usage for the Deno runtime and improving overall performance.

Health Assessment

Large
Medium
Medium
  • The PR was merged in just 14 hours, indicating a fast review cycle, but the need for multiple commits after the initial review suggests moderate rework. The change touches 20 files and over 1,000 lines, representing a sizable backend refactor that improves runtime performance.

AI Details

Confidence: 0.75

Tech Stack

Languages: Rust, Javascript, Typescript
chore: bump dprint-plugin-typescript to 0.96.0, remove deno-fmt-ignore-file bartlomieju XL No 11.3h 0.8h May 05, 2026

Summary

Chore

Bump dprint-plugin-typescript and remove ignore directives

Updates the Dprint TypeScript plugin to the latest version, enabling flat IIFE formatting and eliminating unnecessary ignore directives, improving code formatting consistency.

Health Assessment

X-Large
Low
Low
  • Quick approval with minimal changes; the PR was a straightforward dependency bump and cleanup, resulting in a fast review cycle.

AI Details

Tech Stack

Languages: Javascript, Typescript
« Page 11 of 11

Get this analytics stack for your team

Connect GitHub and see cycle time, review bottlenecks, PR flow, and trend changes in minutes.

Connect Repos