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

14 uses

	github.com/evanw/esbuild/internal/config (current package)
		config.go#L223: 	ChunkPathTemplate []PathTemplate
		config.go#L224: 	AssetPathTemplate []PathTemplate
		config.go#L251: type PathTemplate struct {
		config.go#L271: func TemplateToString(template []PathTemplate) string {
		config.go#L289: func HasPlaceholder(template []PathTemplate, placeholder PathPlaceholder) bool {
		config.go#L298: func SubstituteTemplate(template []PathTemplate, placeholders PathPlaceholders) []PathTemplate {
		config.go#L312: 	result := make([]PathTemplate, 0, len(template))

	github.com/evanw/esbuild/internal/bundler
		bundler.go#L1496: 		options.ChunkPathTemplate = []config.PathTemplate{
		bundler.go#L1502: 		options.AssetPathTemplate = []config.PathTemplate{

	github.com/evanw/esbuild/pkg/api
		api_impl.go#L29: func validatePathTemplate(template string) []config.PathTemplate {
		api_impl.go#L35: 	parts := make([]config.PathTemplate, 0, 4)
		api_impl.go#L66: 		parts = append(parts, config.PathTemplate{
		api_impl.go#L78: 		parts = append(parts, config.PathTemplate{