Versions in this module Expand all Collapse all v0 v0.0.2 Apr 25, 2026 v0.0.1 Apr 11, 2026 Changes in this version + type KnownDirectoryLink struct + Real string + RealPath tspath.Path + type KnownSymlinks struct + func NewKnownSymlink(currentDirectory string, useCaseSensitiveFileNames bool) *KnownSymlinks + func (cache *KnownSymlinks) Directories() *collections.SyncMap[tspath.Path, *KnownDirectoryLink] + func (cache *KnownSymlinks) DirectoriesByRealpath() *collections.SyncMap[tspath.Path, *collections.SyncSet[string]] + func (cache *KnownSymlinks) Files() *collections.SyncMap[tspath.Path, string] + func (cache *KnownSymlinks) FilesByRealpath() *collections.SyncMap[tspath.Path, *collections.SyncSet[string]] + func (cache *KnownSymlinks) HasDirectory(symlinkPath tspath.Path) bool + func (cache *KnownSymlinks) ProcessResolution(originalPath string, resolvedFileName string) + func (cache *KnownSymlinks) SetDirectory(symlink string, symlinkPath tspath.Path, realDirectory *KnownDirectoryLink) + func (cache *KnownSymlinks) SetFile(symlink string, symlinkPath tspath.Path, realpath string) + func (cache *KnownSymlinks) SetSymlinksFromResolutions(forEachResolvedModule func(...), ...)