MCPcopy Index your code
hub / github.com/microsoft/typescript-go / UnresolvedPackageNames

Method UnresolvedPackageNames

internal/compiler/program.go:1940–1942  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1938}
1939
1940func (p *Program) UnresolvedPackageNames() *collections.Set[string] {
1941 return p.collectPackageNames().unresolved
1942}
1943
1944func (p *Program) DeepImportPackageNames() *collections.Set[string] {
1945 return p.collectPackageNames().deepImportPackages

Callers 1

getResolvedPackageNamesFunction · 0.80

Calls 1

collectPackageNamesMethod · 0.95

Tested by

no test coverage detected