var github.com/evanw/esbuild/internal/config.filterCache
6 uses
github.com/evanw/esbuild/internal/config (current package)
config.go#L347: var filterCache map[string]*regexp.Regexp
config.go#L360: if filterCache != nil {
config.go#L361: result, ok = filterCache[filter]
config.go#L377: if filterCache == nil {
config.go#L378: filterCache = make(map[string]*regexp.Regexp)
config.go#L380: filterCache[filter] = result
![]() |
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. |