func github.com/evanw/esbuild/internal/config.TemplateToString

6 uses

	github.com/evanw/esbuild/internal/config (current package)
		config.go#L271: func TemplateToString(template []PathTemplate) string {

	github.com/evanw/esbuild/internal/bundler
		bundler.go#L310: 		relPath := config.TemplateToString(config.SubstituteTemplate(args.options.AssetPathTemplate, config.PathPlaceholders{
		linker.go#L402: 		generatedChunkRelDir: fs.Dir(config.TemplateToString(options.ChunkPathTemplate)),
		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{