peggyjs / peggy

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

Create dirs #468

Closed hildjj closed 6 months ago

hildjj commented 6 months ago

Fix for both js output as well as source map. Update tests. Moved CLI tests to mock-fs to ensure cleanup is never needed, and to make sure we don't have to check various forms of filesystem brokenness into git (e.g. file with 0 permissions).

hildjj commented 6 months ago

Removed mock-fs, since it is apparently unmaintained, and doesn't work with Jest on Windows on GHA.