Add pqueue to API #691
Annotations
3 errors
packages/cli/src/codequery.ts#L22
The comment change on this line does not provide any additional information. It is recommended to keep comments concise and informative. 📝
|
packages/cli/src/parse.ts#L81
The addition of the comment on this line is unnecessary as the console.log statement that follows it is self-explanatory. Redundant comments can clutter the code. 🧹
|
packages/core/src/concurrency.ts#L20
The new class `PLimitPromiseQueue` is added but there is no documentation or comments explaining its purpose and usage. It is good practice to add comments for new classes and methods for better code readability and maintainability. 📚
|
This job succeeded
Loading