MCPcopy Create free account
hub / github.com/microsoft/typescript-go / NewBuildInfoReader

Function NewBuildInfoReader

internal/execute/incremental/incremental.go:38–42  ·  view source on GitHub ↗
(
	host compiler.CompilerHost,
)

Source from the content-addressed store, hash-verified

36}
37
38func NewBuildInfoReader(
39 host compiler.CompilerHost,
40) BuildInfoReader {
41 return &buildInfoReader{host: host}
42}
43
44func ReadBuildInfoProgram(config *tsoptions.ParsedCommandLine, reader BuildInfoReader, host compiler.CompilerHost) *Program {
45 // Read buildInfo file

Callers 3

startMethod · 0.92
getTestBuildInfoReaderFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected