type github.com/evanw/esbuild/internal/cache.jsonCacheEntry

5 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#L88: type jsonCacheEntry struct {
		cache_ast.go#L98: 	entry := func() *jsonCacheEntry {
		cache_ast.go#L121: 	entry = &jsonCacheEntry{