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.3k stars 42 forks source link

Removed some #[allow(...)] s #97

Closed kaleidawave closed 6 months ago

kaleidawave commented 6 months ago

This cleans up (around ~400) temporary pieces of code that were allowed when the Ezno codebase was in the early development stage.

cargo fix --lib -p ezno-checker -F ezno-parser --allow-dirty is my new best friend