Pull Request Explorer
| 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 |
SummaryBug FixFix watch exclude filter Ensures excluded files don’t trigger restarts when watching directories, improving reliability and preventing unnecessary reloads. Health Assessment
Medium
Low
Low
AI DetailsTech 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 |
SummaryBug FixFix 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
AI DetailsTech Stack
Languages:
Rust, Javascript
|
||||||
| fix(ext/process): tolerate unlinked cwd in spawn | divybot | M | No | 188.6h | 0.1h | May 05, 2026 |
SummaryBug FixFix 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
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 |
SummaryBug FixFix 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
AI DetailsTech Stack
Languages:
Rust, Typescript
|
||||||
| perf(core): SIMD ASCII fast path for op_decode | crowlbot | S | No | 129.8h | 0.6h | May 05, 2026 |
SummaryChoreAdd 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
AI DetailsTech Stack
Languages:
Rust
|
||||||
| feat(ext/node): ESM import() support for module.registerHooks() | bartlomieju | XL | No | 93.0h | 18.5h | May 05, 2026 |
SummaryFeatureESM 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
AI DetailsTech Stack
Languages:
Rust, Javascript
|
||||||
| perf(http): directly dispatch into js request handler | nathanwhit | L | No | 8.4h | 0.3h | May 05, 2026 |
SummaryRefactorImprove HTTP request dispatch performance Significant performance improvement for Deno's HTTP server, boosting request throughput by ~18%. Health Assessment
Medium
Low
Low
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 |
SummaryFeatureConvert 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
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 |
SummaryChoreBump 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
AI DetailsTech Stack
Languages:
Javascript, Typescript
|
||||||