github.com/evanw/esbuild/internal/cache.JSONCache.entries (field)

4 uses

	github.com/evanw/esbuild/internal/cache (current package)
		cache.go#L55: 			entries: make(map[logger.Path]*jsonCacheEntry),
		cache_ast.go#L85: 	entries map[logger.Path]*jsonCacheEntry
		cache_ast.go#L101: 		return c.entries[source.KeyPath]
		cache_ast.go#L132: 	c.entries[source.KeyPath] = entry