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

Support for TypeScript 4.9 #505

Closed
will-stone opened this issue Nov 25, 2022 · 5 comments
Closed

Support for TypeScript 4.9 #505

will-stone opened this issue Nov 25, 2022 · 5 comments

Comments

@will-stone
Copy link

TypeScript 4.9 includes support for a new keyword: satisfies. Any plans to update the version of TS that RunJS uses? Is there a way to find out which version is currently being used?

image

Thanks Luke, keep up the great work.

@lukehaas
Copy link
Owner

@will-stone yes, when Babel adds support for this, it will be included in the subsequent release of RunJS. This can be tracked here: babel/babel#15157

@liuxingbaoyu
Copy link

We already support satisfies, but you may need to manually update the plugin if you are using *.lock.
https://babeljs.io/blog/2022/10/27/7.20.0

@lukehaas
Copy link
Owner

Thanks, @liuxingbaoyu. Will take a look.

@lukehaas
Copy link
Owner

@will-stone TypeScript 4.9 is now supported in the latest release - 2.7.4

@will-stone
Copy link
Author

Awesome! Thank you @lukehaas 🙂

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

3 participants