()
| 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()) |
| 410 | } |