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

Method Writer

internal/execute/tsc/compile.go:18–18  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

16
17type System interface {
18 Writer() io.Writer
19 FS() vfs.FS
20 DefaultLibraryPath() string
21 GetCurrentDirectory() string

Callers 15

createWatcherFunction · 0.65
startMethod · 0.65
doBuildMethod · 0.65
compileAndEmitMethod · 0.65
startTracingIfNeededFunction · 0.65
stopTracingFunction · 0.65
fmtMainFunction · 0.65
tscBuildCompilationFunction · 0.65
tscCompilationFunction · 0.65
getTraceFromSysFunction · 0.65
performCompilationFunction · 0.65

Implementers 2

TestSysinternal/execute/tsctests/sys.go
osSyscmd/tsgo/sys.go

Calls

no outgoing calls

Tested by

no test coverage detected