-
-
Notifications
You must be signed in to change notification settings - Fork 760
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
Fix TypeScript error on 'next' #858
Conversation
Well golly. I guess it's time to figure out the TS |
We could also try to limit it to not test @next, but I couldn't find that in the docs |
We could do that as well, but I'm not able to find a way to test other versions of TS in a range without selecting |
Apologies for taking so long - I found a bug with TS itself that we can't work around that was impacting some type issues. I decided to edge-case that bug while I was already in the weeds of things. That said, this should work for |
This was a super quick response! Thanks for taking a look (and for helping me maintain jimp ❤️ ) |
🚀 PR was released in |
What's Changing and Why
TS tests seem to be failing in #857. I am unable to recreate this issue on my local machine, but I'm hoping this fixes it on CI (I think my local machine simply isn't getting
next
on TS properly)What else might be affected
Tasks
jimp.d.ts
Published PR with canary version:
0.9.6-canary.858.667.0