const github.com/evanw/esbuild/internal/cache.SourceIndexNormal

3 uses

	github.com/evanw/esbuild/internal/cache (current package)
		cache.go#L72: 	SourceIndexNormal SourceIndexKind = iota

	github.com/evanw/esbuild/internal/bundler
		bundler.go#L955: 	sourceIndex = s.allocateSourceIndex(visitedKey, cache.SourceIndexNormal)
		bundler.go#L1056: 		sourceIndex := s.allocateSourceIndex(visitedKey, cache.SourceIndexNormal)