()
| 402 | func (p *Program) SourceFiles() []*ast.SourceFile { return p.files } |
| 403 | func (p *Program) DuplicateSourceFiles() []*DuplicateSourceFile { return p.duplicateSourceFiles } |
| 404 | func (p *Program) Options() *core.CompilerOptions { return p.opts.Config.CompilerOptions() } |
| 405 | func (p *Program) CommandLine() *tsoptions.ParsedCommandLine { return p.opts.Config } |
| 406 | func (p *Program) Host() CompilerHost { return p.opts.Host } |
| 407 | func (p *Program) Tracing() *tracing.Tracing { return p.opts.Tracing } |
no test coverage detected