-
Notifications
You must be signed in to change notification settings - Fork 55
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
allow array of globs #114
Comments
Milly
added a commit
to Milly/electron-reload
that referenced
this issue
Apr 20, 2023
Fixes yan-foto#110 and yan-foto#114. - Fix `electronArgv` and `appArgv` types changed to array instead tuple. - Allow readonly string array in `glob`.
Milly
added a commit
to Milly/electron-reload
that referenced
this issue
Apr 21, 2023
### Changes [electron-reload v2.0.0-alpha.1][] ... [@millyc/electron-reload v3.0.0][] - Initial release of `@millyc/electron-reload` package. - Forked from [electron-reload v2.0.0-alpha.1][]. - Update dependencies. - Fix yan-foto#110: Changed `electronArgv` and `appArgv` types to array. - Fix yan-foto#114: Allow readonly string array in `glob`. - Fix #4: Add JSDoc to `electronReload()`. - Fix #9: Support webpack. [electron-reload v2.0.0-alpha.1]: https://github.com/yan-foto/electron-reload/tree/v2.0.0-alpha.1 [@millyc/electron-reload v3.0.0]: https://github.com/Milly/electron-reload/tree/v3.0.0
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What is the problem
chokidars watch() also supports an array of globs and this would be a nice feature to have here, too.
How to reproduce
N/A
Additional information
chokidar API docs
The text was updated successfully, but these errors were encountered: