github.com/evanw/esbuild/internal/fs.realFS.doNotCacheEntries (field)

4 uses

	github.com/evanw/esbuild/internal/fs (current package)
		fs_real.go#L19: 	doNotCacheEntries bool
		fs_real.go#L114: 		doNotCacheEntries: options.DoNotCache,
		fs_real.go#L119: 	if !fs.doNotCacheEntries {
		fs_real.go#L175: 	if !fs.doNotCacheEntries {