|
|
|
|
|
by madeofpalk
1366 days ago
|
|
> Ezno's type checker is built from scratch. Getting the features I wanted requires a lot of different functionality and needed several new ideas that as far as I know aren't present in any type-system or existing checkers. I would disagree this is a TypeScript compiler. It's a mostly-typescript-compatible compiler/type-checker. The Typescript team iterate on it reasonably quickly. If you fall behind as the Typescript team adds new features, and you cannot check that code, is it still "Typescript"? |
|