serverless-express icon indicating copy to clipboard operation
serverless-express copied to clipboard

Converting V4 to Typescript

Open arlequins opened this issue 4 years ago • 3 comments

base PR: https://github.com/vendia/serverless-express/pull/327 https://github.com/vendia/serverless-express/pull/327#issuecomment-752816838

When I used aws-serverless-express, I developed express-js with typescript, so there were many inconveniences. If possible, I would like to switch this package to typescript and add typescript example.

The typescript prototype PR which I made as suggestion will be close. If you let me know the release branch of V4, I think I can work on it in advance.

Best wishes.

arlequins avatar Dec 31 '20 02:12 arlequins

I'm actively working on v4 again. Hopefully in a few weeks it won't be in as much flux and I'd love for you to upgrade to TS :)

brett-vendia avatar Jan 04 '21 03:01 brett-vendia

Thanks. During that period, I will check the current source code(husky, eslint and so on) and see how it can be easily converted.

Best wishes.

arlequins avatar Jan 10 '21 01:01 arlequins

Hey! Are you still interested in converting this to Typescript? We'll want to make sure we output a version that can be imported with standard Node.js without any build tools also.

brettstack avatar Jan 28 '21 06:01 brettstack