github.com/evanw/esbuild/pkg/api.BuildOptions.Outfile (field)
5 uses
github.com/evanw/esbuild/pkg/api (current package)
api.go#L249: Outfile string
api_impl.go#L654: AbsOutputFile: validatePath(log, realFS, buildOpts.Outfile, "outfile path"),
serve_other.go#L443: if buildOptions.Outdir == "" && buildOptions.Outfile == "" {
serve_other.go#L455: if absPath, ok := realFS.Abs(buildOptions.Outfile); ok {
serve_other.go#L458: return ServeResult{}, fmt.Errorf("Invalid outdir path: %s", buildOptions.Outfile)
![]() |
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. |