Skip to content

Commit

Permalink
chore: update types
Browse files Browse the repository at this point in the history
  • Loading branch information
patak-dev committed Dec 7, 2023
1 parent 2fbf00a commit 2f25f9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vite/src/node/fsUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export function getFsUtils(config: ResolvedConfig): FsUtils {
return fsUtils
}

type DirentsMap = Map<string, undefined | DirentCache>
type DirentsMap = Map<string, DirentCache>

type DirentCacheType = 'directory' | 'file' | 'symlink' | 'error'

Expand Down

0 comments on commit 2f25f9e

Please sign in to comment.