|
|
|
|
|
by ZitchDog
426 days ago
|
|
The problem is that TypeScript is terrible at codegen, there are no standard extension points like we have with javac and others. So we are forced to do these crazy hacks at the type level rather than just generating types as you would in other languages. |
|