ForNeVeR / ForNeVeR/catberry-ts
http module
Open
bug
- Dominant language
- TypeScript
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Some definitions seems to use something like `http` module. For example, catberry-l10n:
``` typescript
_setLocaleToResponse(request: http.IncomingMessage, response: http.ServerResponse, locale: string): any;
```
We need to get what is it and set the typing right.
Contributor guide
No contributing guide indexed for this repository
Research direction
Search the TypeScript definitions for `http.IncomingMessage` and `http.ServerResponse`, beginning with the catberry-l10n declaration shown in the issue. Identify the intended `http` module typings, correct the declarations, and verify that the definitions type-check.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100