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

5 uses

	github.com/evanw/esbuild/internal/cache (current package)
		cache.go#L38: 	JSONCache        JSONCache
		cache.go#L54: 		JSONCache: JSONCache{
		cache_ast.go#L83: type JSONCache struct {
		cache_ast.go#L96: func (c *JSONCache) Parse(log logger.Log, source logger.Source, options js_parser.JSONOptions) (js_ast.Expr, bool) {

	github.com/evanw/esbuild/internal/resolver
		tsconfig_json.go#L42: 	jsonCache *cache.JSONCache,