github.com/evanw/esbuild/pkg/api.watcher.itemsToScan (field)
10 uses
github.com/evanw/esbuild/pkg/api (current package)
api_impl.go#L891: itemsToScan []string
api_impl.go#L899: w.itemsToScan = w.itemsToScan[:0] // Reuse memory
api_impl.go#L973: if len(w.itemsToScan) == 0 {
api_impl.go#L974: items := w.itemsToScan[:0] // Reuse memory
api_impl.go#L983: w.itemsToScan = items
api_impl.go#L1004: remainingCount := len(w.itemsToScan) - w.itemsPerIteration
api_impl.go#L1008: toCheck, remaining := w.itemsToScan[remainingCount:], w.itemsToScan[:remainingCount]
api_impl.go#L1009: w.itemsToScan = remaining
![]() |
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. |