Skip to content
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

[studio] Remove glob usage from chokidar #3748

Open
Janpot opened this issue Jul 2, 2024 · 0 comments
Open

[studio] Remove glob usage from chokidar #3748

Janpot opened this issue Jul 2, 2024 · 0 comments
Labels
core Infrastructure work going on behind the scenes

Comments

@Janpot
Copy link
Member

Janpot commented Jul 2, 2024

Steps to reproduce

paulmillr/chokidar#1195

chokidar is removing support for watching glob patterns. We use this in a few places:

We need to replace this with:

  • a glob call that collects all affected files from the pattern we now feed to chokidar
  • from this list, recursively find all subfolders from the root up
  • combine the two and feed to chokidar

Current behavior

No response

Expected behavior

No response

Context

No response

Your environment

npx @mui/envinfo
  Don't forget to mention which browser you used.
  Output from `npx @mui/envinfo` goes here.

Search keywords: chokidar

@Janpot Janpot added the core Infrastructure work going on behind the scenes label Jul 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core Infrastructure work going on behind the scenes
Projects
None yet
Development

No branches or pull requests

1 participant