|
|
|
|
|
by mmoskal
1197 days ago
|
|
Interestingly TypeScript compiler doesn't use types for compilation (that's why you can have esbuild that compiles Typescript without understanding the type system). That is the end result of type computation is... Nothing, always, just like in OP. Template metaprogramming is all about code generation. You would expect them to look different. |
|