jsweet-eclipse-plugin
jsweet-eclipse-plugin copied to clipboard
jsweetconfig.json support
Does the plugin supports jsweetconfig.json and how ?
I have a transpiler extension working very well through maven plugin but no way to make it working using eclipse's one.
Is there a way for the plugin to call maven generate-sources ?
Hello. Eclipse plugin for JSweet support is pretty minimal and as far as I remember it doesn't support jsweetconfig.json or extensions. JSweet maven plugin, on the hand, provides full integration.
Anyway, contributions are more than welcome if you to give it a try and PR to this project :)
Does that PR from @renaudpawlak does that : https://github.com/cincheo/jsweet-eclipse-plugin/pull/16/files ? Seems not working for me.
My bad, it seems that it should work indeed. I am not sure that classpath is properly set with this PR though