You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I came to know recently about this project. I am personally thinking of building on top of typescript-go and was looking for inspiration on how to export internal packages. Now i know the go compiler supports overlays that you can "overlay" certain files on top of a repo. This would make it possible to export internal packages.
Would it make sense to use that instead ? i am personally interested in seeing if that is going to work. I thought maybe you already considered it or know why it would not work