purescript-deprecated / gulp-purescript

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

How to add --json-errors flag? #59

Closed doivosevic closed 8 years ago

doivosevic commented 8 years ago

atom ide-purescript requires that we pass --json-errors flag to psc. How do we do that in our gulpfile?

ethul commented 8 years ago

Currently gulp-purescript doesn't support the --json-errors option.

We would have to add it to the Psc option type. I should be able to make this addition soon, but if you're interested in submitting a PR for the change, it would most welcome!