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

6 uses

	github.com/evanw/esbuild/internal/cache (current package)
		cache.go#L39: 	JSCache          JSCache
		cache.go#L57: 		JSCache: JSCache{

	github.com/evanw/esbuild/internal/bundler
		bundler.go#L224: 		ast, ok := args.caches.JSCache.Parse(args.log, source, js_parser.OptionsFromConfig(&args.options))
		bundler.go#L230: 		ast, ok := args.caches.JSCache.Parse(args.log, source, js_parser.OptionsFromConfig(&args.options))
		bundler.go#L236: 		ast, ok := args.caches.JSCache.Parse(args.log, source, js_parser.OptionsFromConfig(&args.options))
		bundler.go#L243: 		ast, ok := args.caches.JSCache.Parse(args.log, source, js_parser.OptionsFromConfig(&args.options))