-
Notifications
You must be signed in to change notification settings - Fork 17
feat: migrate to TypeScript #150
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's looking good! Do you mind releasing a RC version and compare the file list, just to ensure we're not adding unnecessary fluff to the package?
Co-authored-by: Eduardo Bouças <mail@eduardoboucas.com>
// "disableReferencedProjectLoad": true, /* Reduce the number of projects loaded automatically by TypeScript. */ | ||
|
||
/* Language and Environment */ | ||
"target": "es5" /* Set the JavaScript language version for emitted JavaScript and include compatible library declarations. */, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should make a note to update this to es6
when we update our minimum version.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀
I checked the file list locally, everything seemed fine :) |
This PR migrates @netlify/functions to TypeScript.
Please review commit-by-commit.