type github.com/evanw/esbuild/internal/config.PathPlaceholders

7 uses

	github.com/evanw/esbuild/internal/config (current package)
		config.go#L256: type PathPlaceholders struct {
		config.go#L261: func (placeholders PathPlaceholders) Get(placeholder PathPlaceholder) *string {
		config.go#L298: func SubstituteTemplate(template []PathTemplate, placeholders PathPlaceholders) []PathTemplate {

	github.com/evanw/esbuild/internal/bundler
		bundler.go#L310: 		relPath := config.TemplateToString(config.SubstituteTemplate(args.options.AssetPathTemplate, config.PathPlaceholders{
		linker.go#L4019: 					relPath := config.TemplateToString(config.SubstituteTemplate(c.options.ChunkPathTemplate, config.PathPlaceholders{
		linker.go#L4055: 			relPath := config.TemplateToString(config.SubstituteTemplate(c.options.ChunkPathTemplate, config.PathPlaceholders{
		linker.go#L4300: 			relPath := config.TemplateToString(config.SubstituteTemplate(c.options.ChunkPathTemplate, config.PathPlaceholders{