type github.com/evanw/esbuild/internal/fs.WatchData
11 uses
github.com/evanw/esbuild/internal/fs (current package)
fs.go#L118: WatchData() WatchData
fs.go#L121: type WatchData struct {
fs_mock.go#L146: func (fs *mockFS) WatchData() WatchData {
fs_real.go#L374: func (fs *realFS) WatchData() WatchData {
fs_real.go#L437: return WatchData{
github.com/evanw/esbuild/pkg/api
api_impl.go#L588: watchData fs.WatchData
api_impl.go#L761: var watchData fs.WatchData
api_impl.go#L844: rebuild: func() fs.WatchData {
api_impl.go#L886: data fs.WatchData
api_impl.go#L889: rebuild func() fs.WatchData
api_impl.go#L895: func (w *watcher) setWatchData(data fs.WatchData) {
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |