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

3 uses

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