#most of the structs are resolved properly
Explore tagged Tumblr posts
Text
Currently fighting with the TypeScript compiler API so I can pull out all of the types we’ve written into a form that I can use to output in other languages, and it’s hell. For some reason it’s deciding that sometimes a type alias is actually Itself and not what it was set to, but I know the info is there it just won’t give it to me >:(
#it is mostly working tho#most of the structs are resolved properly#making them useful already#just need to implement a resolution mechanism to handle generics#which I’ll do next because I want to rip my hair out
0 notes