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