We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b4ba2d commit 0076c3cCopy full SHA for 0076c3c
internal/compiler/program.go
@@ -102,6 +102,7 @@ func (p *Program) GetPackageJsonInfo(pkgJsonPath string) modulespecifiers.Packag
102
return nil
103
}
104
105
+// Iterates on all package json cache entries
106
func (p *Program) PackageJsonCacheEntries(f func(key tspath.Path, value *packagejson.InfoCacheEntry) bool) {
107
p.resolver.PackageJsonCacheEntries(f)
108
0 commit comments