github.com/evanw/esbuild/internal/cache.cssCacheEntry.options (field)

3 uses

	github.com/evanw/esbuild/internal/cache (current package)
		cache_ast.go#L36: 	options css_parser.Options
		cache_ast.go#L50: 	if entry != nil && entry.source == source && entry.options == options {
		cache_ast.go#L68: 		options: options,