github.com/evanw/esbuild/internal/config.Options.AssetPathTemplate (field)
6 uses
github.com/evanw/esbuild/internal/config (current package)
config.go#L224: AssetPathTemplate []PathTemplate
github.com/evanw/esbuild/internal/bundler
bundler.go#L306: if config.HasPlaceholder(args.options.AssetPathTemplate, config.HashPlaceholder) {
bundler.go#L310: relPath := config.TemplateToString(config.SubstituteTemplate(args.options.AssetPathTemplate, config.PathPlaceholders{
bundler.go#L1501: if len(options.AssetPathTemplate) == 0 {
bundler.go#L1502: options.AssetPathTemplate = []config.PathTemplate{
github.com/evanw/esbuild/pkg/api
api_impl.go#L659: AssetPathTemplate: validatePathTemplate(buildOpts.AssetNames),
![]() |
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. |