github.com/evanw/esbuild/pkg/api.BuildOptions.EntryPoints (field)

3 uses

	github.com/evanw/esbuild/pkg/api (current package)
		api.go#L271: 	EntryPoints []string
		api_impl.go#L686: 	entryPoints := append([]string{}, buildOpts.EntryPoints...)

	golang.org/x/pkgsite/internal/static
		static.go#L46: 		EntryPoints: entryPoints,