-
Notifications
You must be signed in to change notification settings - Fork 245
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
feat: upgrade to typescript 3.7 #988
Conversation
Enjoy the benefits of optional chaining, a null-coalescing operator, and other fun new features and enhancements TypeScript brought in 3.7. For more information about the TypeScript features, refer to the [TypeScript release notes]. [TypeScript release notes]: https://www.typescriptlang.org/docs/handbook/release-notes/typescript-3-7.html
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
Even more importantly for ergonomics, command-clicking on an identifier will send you to the |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
8c059c0
to
771a650
Compare
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
Thank you for contributing! ❤️ I will now look into making sure the PR is up-to-date, then proceed to try and merge it! |
Enjoy the benefits of optional chaining, a null-coalescing operator, and other
fun new features and enhancements TypeScript brought in 3.7. For more
information about the TypeScript features, refer to the TypeScript release notes.
Closes #996
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.