|
|
|
|
|
by MKRhere
306 days ago
|
|
Author here. We have an idea in the works to implement `typeInfo`, but it serves a more type -> value usecase (for example, generating validations from types). However, going full cycle (type -> value -> type) is not as trivial because we won't get to ride on TypeScript's existing language server support, and solutions such as needing to use our own patched tsserver, etc., are too hacky for my liking. Also not possible is generic types as parameters to comptime functions like Zig. Happy to discuss more comptime usecases though. Feel free to raise an issue if you'd like to discuss, we can look into feasibility. |
|