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

4 uses

	github.com/evanw/esbuild/internal/cache (current package)
		cache.go#L37: 	CSSCache         CSSCache
		cache.go#L51: 		CSSCache: CSSCache{
		cache_ast.go#L29: type CSSCache struct {
		cache_ast.go#L41: func (c *CSSCache) Parse(log logger.Log, source logger.Source, options css_parser.Options) css_ast.AST {