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)