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

Check default parameter value type #132

Closed CharlesTaylor7 closed 2 months ago

CharlesTaylor7 commented 2 months ago

Part 2 of #112 Default parameter type checking.

kaleidawave commented 2 months ago

Another great PR. Specification test is great and diagnostic great 👍. Up to 202!

Just added two quick commits on top