Skip to content

Commit 0076c3c

Browse files
committed
something so tests can run
1 parent 1b4ba2d commit 0076c3c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/compiler/program.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ func (p *Program) GetPackageJsonInfo(pkgJsonPath string) modulespecifiers.Packag
102102
return nil
103103
}
104104

105+
// Iterates on all package json cache entries
105106
func (p *Program) PackageJsonCacheEntries(f func(key tspath.Path, value *packagejson.InfoCacheEntry) bool) {
106107
p.resolver.PackageJsonCacheEntries(f)
107108
}

0 commit comments

Comments
 (0)