ALL STORIES

All articles

A magnifying lens distinguishes a whole token from a longer name in a dependency graph.
CODE VERIFIED

A Word-Boundary Fix Helps Vite Find TypeScript Imports

Vite now distinguishes the word “type” from longer import names such as “typescript” during dependency scanning. The correction is small, but it prevents ordinary…

Sep 25, 2026 · 4 min read
A closed gate prevents a late file from reactivating a mechanical watcher.
CODE VERIFIED

Vite Makes a Closed File Watcher Stay Closed

Vite wraps its file watcher so that adding a watched file after shutdown begins cannot reopen it. The patch targets late calls from plugins…

Sep 25, 2026 · 4 min read