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

6 uses

	github.com/evanw/esbuild/internal/cache (current package)
		cache.go#L38: 	JSONCache        JSONCache
		cache.go#L54: 		JSONCache: JSONCache{

	github.com/evanw/esbuild/internal/bundler
		bundler.go#L257: 		expr, ok := args.caches.JSONCache.Parse(args.log, source, js_parser.JSONOptions{})

	github.com/evanw/esbuild/internal/resolver
		resolver.go#L696: 	result := ParseTSConfigJSON(r.log, source, &r.caches.JSONCache, func(extends string, extendsRange logger.Range) *TSConfigJSON {
		resolver.go#L911: 	json, ok := r.caches.JSONCache.Parse(r.log, jsonSource, js_parser.JSONOptions{})

	github.com/evanw/esbuild/pkg/api
		api_impl.go#L1054: 		if result := resolver.ParseTSConfigJSON(log, source, &caches.JSONCache, nil); result != nil {