github.com/evanw/esbuild/pkg/api.BuildOptions.Watch (field)
8 uses
github.com/evanw/esbuild/pkg/api (current package)
api.go#L277: Watch *WatchMode
api_impl.go#L625: WantWatchData: buildOpts.Watch != nil,
api_impl.go#L674: WatchMode: buildOpts.Watch != nil,
api_impl.go#L839: if buildOpts.Watch != nil && !isRebuild {
api_impl.go#L840: onRebuild := buildOpts.Watch.OnRebuild
api_impl.go#L852: mode := *buildOpts.Watch
serve_other.go#L425: if buildOptions.Watch != nil {
golang.org/x/pkgsite/internal/static
static.go#L53: options.Watch = &api.WatchMode{}
![]() |
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. |