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
{{ message }}
This repository was archived by the owner on Apr 16, 2019. It is now read-only.
Would it be possible to make js-module-formats work in the browser? It would have to remove the fs and vm dependency. It doesn't seem like fs is needed or used, and I'm being lazy right now and not tracking down why vm is needed.
Would it be possible to make js-module-formats work in the browser? It would have to remove the
fsandvmdependency. It doesn't seem likefsis needed or used, and I'm being lazy right now and not tracking down whyvmis needed.I'd like to make https://github.com/bitovi/transpile able to load in the browser with SystemJS. Let me know what you think. Thanks!