Pauan/rollup-plugin-purs

Simple suggestion

anilanar opened this issue · 2 comments

As far as I can see, this plugin requires that the entry file must have a main function exported (by default), otherwise it doesn't have much to do with purescript. Perhaps this plugin can be simply renamed torollup-plugin-uncurry or rollup-plugin-fp?

Pauan commented

Yes, that's true, 99% of the functionality of this plugin works with JavaScript in general, it's not specific to PureScript.

I've thought about splitting it into separate plugins, but that increases the amount of configuration that the user has to do.

Maybe can split this plugin into multiple, and import them in this plugin without even breaking backward compat.?

Otherwise, if pureVars and runMain were false by default, nobody would mind some purescript-specific configs so not splitting is also fine.