mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-22 06:41:45 +08:00
By default, on Mac OSX chokidar will use the native darwin FSEvents API unless polling is enabled. In which case instead of listening on `raw` events we need to listen to `all` events.