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

Method FS

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

Source from the content-addressed store, hash-verified

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

Callers 15

GetSourceFileMethod · 0.65
createWatcherFunction · 0.65
startMethod · 0.65
computeDesiredWatchesMethod · 0.65
comparePathsOptionsMethod · 0.65
isRelevantChangeMethod · 0.65
doBuildMethod · 0.65
recheckTsConfigMethod · 0.65
startTracingIfNeededFunction · 0.65
fmtMainFunction · 0.65
tscCompilationFunction · 0.65

Implementers 2

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

Calls

no outgoing calls

Tested by 1

TestBuildSampleFunction · 0.52