()
| 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 } |
| 408 | func (p *Program) GetConfigFileParsingDiagnostics() []*ast.Diagnostic { |
| 409 | return slices.Clip(p.opts.Config.GetConfigFileParsingDiagnostics()) |
no outgoing calls
no test coverage detected