See #111
Currently, the loader does not update require statements in associated foreign modules. However, some PureScript modules use relative imports in their associated foreign modules.
It's unclear the best approach to handling these scenarios. It may not be safe to update requires in the foreign modules. Also, those files do not pass through the purs-loader.
See #111
Currently, the loader does not update require statements in associated foreign modules. However, some PureScript modules use relative imports in their associated foreign modules.
Data.HashMapIt's unclear the best approach to handling these scenarios. It may not be safe to update requires in the foreign modules. Also, those files do not pass through the
purs-loader.