Skip to content
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

Better TypeScript plugin #325

Closed
tpscrpt opened this issue May 13, 2020 · 1 comment
Closed

Better TypeScript plugin #325

tpscrpt opened this issue May 13, 2020 · 1 comment

Comments

@tpscrpt
Copy link

tpscrpt commented May 13, 2020

The current standard for using TypeScript with serverless is https://github.com/prisma-labs/serverless-plugin-typescript

Unfortunately, this package has not been updated in almost 1 year, so people actually using it probably won't be too comfortable deploying production projects with it.

Another fork exists, which patches a few of the issues present in the plugin (https://github.com/KingDarBoja/serverless-plugin-typescript), but that maintainer also mentioned that they don't have a lot of time to work on it.

I would like to propose the plugin be replaced with my version of it, which has some more features for DX and perf considerations. I've also made a very detailed template which uses to demonstrate how one could organize a TypeScript/Serverless repo in a way that makes sense.

My fork of the plugin: https://github.com/jeremigendron/sls-ts-plugin
My template using this plugin: https://github.com/jeremigendron/sls-ts-template

Thread outlining lack of activity in the original (dead) plugin: serverless/serverless-plugin-typescript#201

Discussion between me and the second maintainer (the one who forked the dead plugin): KingDarBoja/serverless-plugin-typescript#8

LMK if this is wanted

@medikoo
Copy link
Contributor

medikoo commented Nov 30, 2021

serverless-plugin-typescript is now maintained by Serverless Framework team and is ensured to work properly with latest version of a Framework. Please upgrade.

Also this is a plugin registry repository, it's better to discuss this kind of matters at https://github.com/serverless/serverless/discussions

@medikoo medikoo closed this as completed Nov 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants