peggyjs / peggy

Peggy: Parser generator for JavaScript
https://peggyjs.org/
MIT License
914 stars 65 forks source link

Add support for --watch/-w #413

Closed hildjj closed 1 year ago

hildjj commented 1 year ago

Fixes #404

hildjj commented 1 year ago

Grumble. I'm going to have to get this to work on all of the different operating systems. I had this working with chokidar, but didn't want to take the massive set of dependencies for features we didn't need.

hildjj commented 1 year ago

OK, the fixes weren't OS-specific after all, just making timing crystal clear when doing a close on error.