chore(expo): TypeScript 6.0 compatibility#8200
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
wobsoriano
left a comment
There was a problem hiding this comment.
looks good here, but deferring to @chriscanin
|
@wobsoriano @dstaley , this is looking good, I have spent a little time to build and test, and verify the removal of the legacyoutput: true does not break anything. The code is looking good, and this should be safe to merge in. |
chriscanin
left a comment
There was a problem hiding this comment.
Looking good, working well. Tested and verified nothing is breaking.
Description
This PR updates
@clerk/expoto be compatible with TypeScript 6.0 by migrating to tsdown. It included updating thelibconfig toes2019fromes6to supportArray.flatandArray.includes, along with replacing instances ofglobalwithglobalThis.Checklist
pnpm testruns as expected.pnpm buildruns as expected.Type of change