====================================================================
Published: 22 September 2022
Tags: compiler, javascript, typescript
Ezno is a JavaScript compiler featuring type checking, correctness, and performance for building full-stack websites. In this article, Ben presents the compiler, explains that it is still in its infancy, but has the potential to be very useful for preventing errors in JavaScript code. The compiler is compatible with TypeScript type annotations and can work without any type annotations at all.
Some highlights:
- Ezno's type checker is built from scratch and is somewhat of an extension of the TypeScript compiler
- Ezno has support for JSX syntax
- No VDOM