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

Update Babel to add support for Typescript 4.9 #184

Closed
minht11 opened this issue Dec 11, 2022 · 2 comments
Closed

Update Babel to add support for Typescript 4.9 #184

minht11 opened this issue Dec 11, 2022 · 2 comments

Comments

@minht11
Copy link

minht11 commented Dec 11, 2022

Importing tsx files break at runtime because with the error SyntaxError: Unexpected identifier 'satisfies' because satisfies operator is not properly removed.

Babel added support for it in version 7.20 https://babeljs.io/blog/2022/10/27/7.20.0

@ryansolid
Copy link
Owner

Assuming 7.20 isn't breaking wouldn't people just update their projects. Babel is just a peer dep here.

@minht11
Copy link
Author

minht11 commented Dec 12, 2022

You are right, there are issues with npm package manager updating transitive babel dependencies, so manually updating my lock file worked. This wasn't dom-expression issue, thanks again.

@minht11 minht11 closed this as completed Dec 12, 2022
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