github.com/evanw/esbuild/pkg/api.watcher.shouldStop (field)

3 uses

	github.com/evanw/esbuild/pkg/api (current package)
		api_impl.go#L888: 	shouldStop        int32
		api_impl.go#L938: 		for atomic.LoadInt32(&w.shouldStop) == 0 {
		api_impl.go#L965: 	atomic.StoreInt32(&w.shouldStop, 1)