-
-
Notifications
You must be signed in to change notification settings - Fork 37
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
Node 22 support #87
Comments
node-ios-device 3 should already support Node 22. We should update ioslib to use it. |
there is no |
Right. We could see about adding support for Node 22, or we could update ioslib to node-ios-device@3. I don't know the level of effort, but it's probably not bad. FYI, I plan to migrate node-ios-device@3 to ESM and release it as v4, so we should clean up v3, then use that. Besides, v3 has some nice features aside from being futureproofed. |
ah, now I get it 😄 I forgot that there is a v1 / v3 here. The PR above looked like a quick way to add support in a short term but since we are going to update ioslib for the new Xcode version we could go to v3/v4 too 👍 |
Bingo. So I can clean up v3 (deps, verify Node 22, etc), but no ESM. Then we can update ioslib to use v3. After all that, then I'll move node-ios-device to ESM and call it v4. |
Adding Node 22 support to the existing 1.X version was simple enough to fit into my lunch break so made #88 🙂 If I remember right, node-ios-device v3 didn't have feature parity? |
[email protected] published |
would it be possible to update #84 for Node 22?
The text was updated successfully, but these errors were encountered: