-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: Decouple Harvesting-Utils from Broker Microservice #18
Conversation
…move feedContextMap
…_FOR_HARVEST, VALIDATE_ONLY_VERBOSE
…rk on README update
@@ -33,60 +33,9 @@ Indefinitely harvests an RPDE feed, following the ["expected consumer behaviour" | |||
|
|||
**N.B.** This function will run indefinitely, and only return if a fatal error occurs. For this reason, you will generally **not** want to run `await harvestRPDE(..)`. | |||
|
|||
#### Required Parameters |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is a hassle to keep these up-to-date alongside the type definitions and JSDocs. These should either not exist or be auto-generated.
@@ -5,7 +5,8 @@ | |||
"main": "index.js", | |||
"types": "built-types/index.d.ts", | |||
"scripts": { | |||
"test": "eslint && tsc", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ESLint wasn't doing anything before
Closes #9
QA