TypeRunner icon indicating copy to clipboard operation
TypeRunner copied to clipboard

High-performance TypeScript compiler

Results 11 TypeRunner issues
Sort by recently updated
recently updated
newest added

This seems like an interesting project, and I'd love to use some of the concepts here for my own toy compiler. Can you please clarify what license this code is...

I think the readme could use some rewording. Even if it actually *doesn't* say some things, while skimming through the page sometimes may seem to say them

Completely agree with the premise of this project, and think it's a great approach you've undertaken. One thing I noticed in your notes that you've not included support for JSDoc...

I've developed an open source library [typescript-json](https://github.com/samchon/typescript-json) based on transformer ([ttypescript](https://github.com/cevek/ttypescript)). If this C++ type checker being published, I will support it as soon as possible. Therefore, can you support...

I recognize this is out of scope and would require funding. But how much work would you be looking at to get it to tsc dropping drop in status? Is...

Fixes the tests CMakeLists filename and makes sure the git clone also downloads the submodules

Any idea when it is ready to publicize?

I came here from https://zackoverflow.dev/writing/flappy-bird-in-type-level-typescript This looks like a really worthwhile project. I love typescript's type-level power and recognise its compiler is crushingly slow compared to what's possible. I'm also...

I'm creating separate issues for the separate build errors I'm encountering. I hope that's OK. Though it seems I'm stuck on this one, so it will probably be my last...

Hi, I have read your issue on the [TypeScript repo](https://github.com/microsoft/TypeScript/issues/47658). It was inspiring. Just to educate myself I'm trying to replicate your idea in Rust. CMake code generation fails with:...