kaleidawave / ezno

A JavaScript compiler and TypeScript checker written in Rust with a focus on static analysis and runtime performance
https://kaleidawave.github.io/posts/introducing-ezno/
MIT License
2.31k stars 43 forks source link

Log the error when we get an input that errored after being reprinted #172

Closed jasikpark closed 6 days ago

jasikpark commented 1 week ago

This PR updates parser/fuzz/module_roundtrip_structured and parser/fuzz/module_roundtrip_naive to log the error received when a snippet causes an error on the second parse after a reprinting

github-actions[bot] commented 1 week ago

👋 Thanks for the PR. Please add a description to the PR, so others know what has been changed :)

kaleidawave commented 6 days ago

Thanks, keep reporting any new mismatches!