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

Method Options

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

Source from the content-addressed store, hash-verified

402func (p *Program) SourceFiles() []*ast.SourceFile { return p.files }
403func (p *Program) DuplicateSourceFiles() []*DuplicateSourceFile { return p.duplicateSourceFiles }
404func (p *Program) Options() *core.CompilerOptions { return p.opts.Config.CompilerOptions() }
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 }

Calls 1

CompilerOptionsMethod · 0.65

Tested by

no test coverage detected