github.com/evanw/esbuild/pkg/api.BuildResult.Errors (field)
7 uses
github.com/evanw/esbuild/pkg/api (current package)
api.go#L294: Errors []Message
api_impl.go#L606: return internalBuildResult{result: BuildResult{Errors: convertMessagesToPublic(logger.Error, log.Done())}}
api_impl.go#L871: Errors: convertMessagesToPublic(logger.Error, msgs),
serve_other.go#L124: if len(result.Errors) > 0 {
serve_other.go#L128: res.Write([]byte(errorsToString(result.Errors)))
golang.org/x/pkgsite/internal/static
static.go#L61: if len(result.Errors) > 0 {
static.go#L62: return nil, fmt.Errorf("error building static files: %v", result.Errors)
![]() |
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. |