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

4 uses

	github.com/evanw/esbuild/pkg/api (current package)
		api.go#L444: 	Warnings []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#L1271: 				msgs = convertMessagesToInternal(msgs, logger.Warning, response.Warnings)