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

Method SourceFileMayBeEmitted

internal/compiler/program.go:1932–1934  ·  view source on GitHub ↗
(sourceFile *ast.SourceFile, forceDtsEmit bool)

Source from the content-addressed store, hash-verified

1930}
1931
1932func (p *Program) SourceFileMayBeEmitted(sourceFile *ast.SourceFile, forceDtsEmit bool) bool {
1933 return sourceFileMayBeEmitted(sourceFile, p, forceDtsEmit)
1934}
1935
1936func (p *Program) ResolvedPackageNames() *collections.Set[string] {
1937 return p.collectPackageNames().resolved

Callers 1

GetSymlinkCacheMethod · 0.95

Calls 1

sourceFileMayBeEmittedFunction · 0.85

Tested by

no test coverage detected