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

4 uses

	github.com/evanw/esbuild/internal/cache (current package)
		cache.go#L39: 	JSCache          JSCache
		cache.go#L57: 		JSCache: JSCache{
		cache_ast.go#L139: type JSCache struct {
		cache_ast.go#L152: func (c *JSCache) Parse(log logger.Log, source logger.Source, options js_parser.Options) (js_ast.AST, bool) {