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 want to build my own TypeScript runtime, but I found that the imported TypeScript modules don't seem to automatically include their dependencies. Does this library support that? Or do I have to use a bundler myself? How should I proceed?