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

feat(cli): Update to TypeScript 4.4 #11678

Merged
merged 4 commits into from
Aug 27, 2021
Merged

feat(cli): Update to TypeScript 4.4 #11678

merged 4 commits into from
Aug 27, 2021

Conversation

kitsonk
Copy link
Contributor

@kitsonk kitsonk commented Aug 12, 2021

We are going to have to disable "useUnknownInCatchVariables" initially so that we can update std and other code to be safe when handling caught values. When turning it off, there is only one regression failure in the tests. We can work to enable it for Deno 1.15 (see: #11826).

@kitsonk kitsonk changed the title DRAFT: feat(cli): Update to TypeScript 4.4 feat(cli): Update to TypeScript 4.4 Aug 26, 2021
@kitsonk kitsonk marked this pull request as ready for review August 26, 2021 22:01
Copy link
Member

@dsherret dsherret left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. For full TS 4.4 support we just need swc-project/swc#2125 in swc.

@kitsonk
Copy link
Contributor Author

kitsonk commented Aug 26, 2021

LGTM. For full TS 4.4 support we just need swc-project/swc#2125 in swc.

I opened #11854 for more complete tracking of the feature.

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

Successfully merging this pull request may close these issues.

2 participants