When rmdir({ recursive: true }) deleted a directory tree, child file paths
remained in contentCache and statCache, causing readFile() to return stale
data for deleted files. Adds recursive flag to invalidateCaches() that
evicts all descendant keys by prefix.
|
||
|---|---|---|
| .. | ||
| importers | ||
| semantic | ||
| streams | ||
| FSCompat.ts | ||
| index.ts | ||
| MimeTypeDetector.ts | ||
| PathResolver.ts | ||
| TreeUtils.ts | ||
| types.ts | ||
| VirtualFileSystem.ts | ||