I learnt about cppgc some time earlier and then an idea came to me: can I convert TypeScript code to C++ and then use cppgc to manage the lifetime of classes and functions?
I built a toy TypeScript to C++ compiler to validate the idea, and it seems to work perfectly. I'm sharing the code in case anyone is interested in it: https://github.com/compilets/compilets -- -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users --- You received this message because you are subscribed to the Google Groups "v8-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/v8-users/f18d71dc-889a-4b89-90b2-e630dc8a6502n%40googlegroups.com.
