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

Method Tracing

internal/compiler/program.go:407–407  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

405func (p *Program) CommandLine() *tsoptions.ParsedCommandLine { return p.opts.Config }
406func (p *Program) Host() CompilerHost { return p.opts.Host }
407func (p *Program) Tracing() *tracing.Tracing { return p.opts.Tracing }
408func (p *Program) GetConfigFileParsingDiagnostics() []*ast.Diagnostic {
409 return slices.Clip(p.opts.Config.GetConfigFileParsingDiagnostics())
410}

Callers 1

emitBuildInfoMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected