We are exploring JINT and we were able to map a runtime custom javascript with C# methods. However, I was just being curious, can this same be achieved using a .net 6 source generators ? For instance, if there is a javascript method written, can that be used and mapped with a C# method?
Is my understanding of source generators incorrect here?
Any comments or help will be appreciated.