purescript-deprecated / gulp-purescript

Gulp plugin providing PureScript compiler tasks
34 stars 8 forks source link

Support ffi in dotPsci #40

Closed sharkdp closed 9 years ago

sharkdp commented 9 years ago

It would be nice if the dotPsci task would also support the ffi option. It would add

:f path/to/module.js

lines to the .psci file to load the corresponding foreign code when running psci.

ethul commented 9 years ago

Agreed. I will add this in conjunction with the changes for #38

Thanks!

sharkdp commented 9 years ago

Great, thanks!