Documentation
¶
Index ¶
- type FileMap
- type TestClock
- type TestSys
- func (s *TestSys) DefaultLibraryPath() string
- func (s *TestSys) FS() vfs.FS
- func (s *TestSys) GetCurrentDirectory() string
- func (s *TestSys) GetEnvironmentVariable(name string) string
- func (s *TestSys) GetTrace(w io.Writer) func(str string)
- func (s *TestSys) GetWidthOfTerminal() int
- func (s *TestSys) Now() time.Time
- func (s *TestSys) OnBuildStatusReportEnd(w io.Writer)
- func (s *TestSys) OnBuildStatusReportStart(w io.Writer)
- func (s *TestSys) OnEmittedFiles(result *compiler.EmitResult, ...)
- func (s *TestSys) OnListFilesEnd(w io.Writer)
- func (s *TestSys) OnListFilesStart(w io.Writer)
- func (s *TestSys) OnProgram(program *incremental.Program)
- func (s *TestSys) OnStatisticsEnd(w io.Writer)
- func (s *TestSys) OnStatisticsStart(w io.Writer)
- func (s *TestSys) OnWatchStatusReportEnd()
- func (s *TestSys) OnWatchStatusReportStart()
- func (s *TestSys) SinceStart() time.Duration
- func (s *TestSys) WriteOutputIsTTY() bool
- func (s *TestSys) Writer() io.Writer
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TestClock ¶
type TestClock struct {
// contains filtered or unexported fields
}
func (*TestClock) SinceStart ¶
type TestSys ¶
type TestSys struct {
// contains filtered or unexported fields
}
func NewTscSystem ¶
func (*TestSys) DefaultLibraryPath ¶
func (*TestSys) GetCurrentDirectory ¶
func (*TestSys) GetEnvironmentVariable ¶
func (*TestSys) GetWidthOfTerminal ¶
func (*TestSys) OnBuildStatusReportEnd ¶
func (*TestSys) OnBuildStatusReportStart ¶
func (*TestSys) OnEmittedFiles ¶
func (s *TestSys) OnEmittedFiles(result *compiler.EmitResult, mTimesCache *collections.SyncMap[tspath.Path, time.Time])
func (*TestSys) OnListFilesEnd ¶
func (*TestSys) OnListFilesStart ¶
func (*TestSys) OnProgram ¶
func (s *TestSys) OnProgram(program *incremental.Program)
func (*TestSys) OnStatisticsEnd ¶
func (*TestSys) OnStatisticsStart ¶
func (*TestSys) OnWatchStatusReportEnd ¶
func (s *TestSys) OnWatchStatusReportEnd()
func (*TestSys) OnWatchStatusReportStart ¶
func (s *TestSys) OnWatchStatusReportStart()
func (*TestSys) SinceStart ¶
func (*TestSys) WriteOutputIsTTY ¶
Click to show internal directories.
Click to hide internal directories.