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

Interface extends and type parameters extends #123

Open kaleidawave opened 4 months ago

kaleidawave commented 4 months ago
kaleidawave commented 2 weeks ago

Some of this is done. Some of this requires stuff from #35. The cyclic / recursive stuff needs finishing + more tests