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{
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |