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

4 uses

	github.com/evanw/esbuild/internal/cache (current package)
		cache.go#L45: 			entries:         make(map[sourceIndexKey]uint32),
		cache.go#L65: 	entries         map[sourceIndexKey]uint32
		cache.go#L76: type sourceIndexKey struct {
		cache.go#L91: 	key := sourceIndexKey{path: path, kind: kind}