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

3 uses

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