-
Notifications
You must be signed in to change notification settings - Fork 65
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
tests fail with TypeScript 4.8+ #266
Comments
Right after I hit the submit button it "finished". Node v16.14.2 on Mac OS 13.3.1.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After upgrading to TypeScript 5, I'm having some trouble with lit-analyzer. It looks like the unit tests for lit-analyzer only go up to TypeScript 4.4, presumably because it depends on this package, which depends on TypeScript 4.4.
I was able to upgrade this package to 4.6 and run the tests. At version 4.7, I started getting errors that were resolved after updating to the latest ts-node.
At 4.8, the tests hang. I let the "spinner" run for a few minutes but it seems to be stuck.
Since I'm not familiar with the codebase I imagine progress would be very slow from this point forward. But I want to share what I've learned in the hope that it helps!
The text was updated successfully, but these errors were encountered: