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

3 uses

	github.com/evanw/esbuild/internal/cache (current package)
		cache_ast.go#L35: 	source  logger.Source
		cache_ast.go#L50: 	if entry != nil && entry.source == source && entry.options == options {
		cache_ast.go#L67: 		source:  source,