github.com/evanw/esbuild/internal/bundler.Bundle.entryPoints (field)

7 uses

	github.com/evanw/esbuild/internal/bundler (current package)
		bundler.go#L125: 	entryPoints []uint32
		bundler.go#L921: 		entryPoints: entryPointIndices,
		bundler.go#L1518: 	allReachableFiles := findReachableFiles(b.files, b.entryPoints)
		bundler.go#L1529: 		c := newLinkerContext(&options, log, b.fs, b.res, b.files, b.entryPoints, allReachableFiles, dataForSourceMaps)
		bundler.go#L1534: 		resultGroups = make([][]OutputFile, len(b.entryPoints))
		bundler.go#L1535: 		for i, entryPoint := range b.entryPoints {
		bundler.go#L1685: 	for _, entryPoint := range b.entryPoints {