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

More checker features #126

Closed kaleidawave closed 2 months ago

kaleidawave commented 3 months ago

(Could have been done here), but will do in later PRs

kaleidawave commented 2 months ago

Got to the bottom of why .github/workflows/performance-and-size.yml wasn't working. Turns out scc .\demo.ts wasn't working on Linux (Windows filepaths are borkt). Fixed now!