tweag / inline-js

Call JavaScript from Haskell, and vice versa!
https://inline-js.netlify.app
131 stars 10 forks source link

node_modules resolution #89

Open mikelpr opened 3 years ago

mikelpr commented 3 years ago

Is your feature request related to a problem? Please describe.

88 which I have worked around

Describe the solution you'd like being able to importModule jsession "module/name"

Describe alternatives you've considered I am currently using importMJS jsession "node_modules/module/name/index.js"