github.com/evanw/esbuild/pkg/api.OnLoadResult.Errors (field)

4 uses

	github.com/evanw/esbuild/pkg/api (current package)
		api.go#L443: 	Errors   []Message
		api_impl.go#L1268: 			if len(response.Errors)+len(response.Warnings) > 0 {
		api_impl.go#L1269: 				msgs := make(logger.SortableMsgs, 0, len(response.Errors)+len(response.Warnings))
		api_impl.go#L1270: 				msgs = convertMessagesToInternal(msgs, logger.Error, response.Errors)