-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Update types and jsdocs #2232
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 types and jsdocs #2232
Conversation
✅ Deploy Preview for nodemon ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Created by @zAlweNy26 PR: #2232 Modified commit to allow for squash and conventional commit
Following this change, |
By this change are you referring to this: https://github.com/remy/nodemon/pull/2232/files ? Or have you pulled down this PR directly and are testing it? |
I'm using the latest version of nodemon and am encountering the type checking issues mentioned above. |
Is there any progress on this matter? If any code is used like this after update to version 3.1.8
then you will get a typescript error "Type 'Nodemon' has no call signatures." It works perfectly fine in version 3.1.7. |
Jeez, sorry this took me so long to merge. |
🎉 This PR is included in version 3.1.10 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Was the |
I suspect that's the case, it's certainly still there in JS-land. |
Fix #2231
I hope I haven't missed (or messed up) anything :)
I didn't understand why there are execOptions both at first level of the settings object and also nested inside
execOptions
, or did I understand wrong?