You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As of recent, I have been chipping away at a TypeScript rewrite of Koa as an exercise for myself. It seems there has been interest for some time within the koa 3.0 roadmap (#1114) for potentially pursuing this. If there is interest, then I'd be happy to work through trying to contribute this back. I am really just tidying things up at this point.
There are some implementation changes I made, which were predominantly to account for introducing typing as well as removal of code for supporting lesser versions of node around the _headers attribute. Also, I ported over the tests from mocha to jest. I tried to stick as close as possible to the original implementation and test suite as possible.
As of recent, I have been chipping away at a TypeScript rewrite of Koa as an exercise for myself. It seems there has been interest for some time within the koa 3.0 roadmap (#1114) for potentially pursuing this. If there is interest, then I'd be happy to work through trying to contribute this back. I am really just tidying things up at this point.
There are some implementation changes I made, which were predominantly to account for introducing typing as well as removal of code for supporting lesser versions of node around the _headers attribute. Also, I ported over the tests from mocha to jest. I tried to stick as close as possible to the original implementation and test suite as possible.
The repository can be found here: https://github.com/kubejm/koa-ts
If there is interest to contribute this, then let me know how you would like me to proceed as this is a rather significant change.
The text was updated successfully, but these errors were encountered: