Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type FileChangeHandler ¶
type FileFilter ¶
type FileFilter struct {
// contains filtered or unexported fields
}
func NewFileFilter ¶
func NewFileFilter(workspaceRoot string, supportedExts []string) *FileFilter
func (*FileFilter) ShouldIgnore ¶
func (f *FileFilter) ShouldIgnore(path string) bool
type Watcher ¶
type Watcher struct {
// contains filtered or unexported fields
}
func NewWatcher ¶
func (*Watcher) FlushPending ¶
func (w *Watcher) FlushPending()
func (*Watcher) PendingCount ¶ added in v0.2.0
Click to show internal directories.
Click to hide internal directories.