To hook into sbt-web error reporting, we must be able to interpret the errors that psc spits out.
For example, in Play they can then be reported like this:

But the typer gives different error messages than the parser so it's fragile. Let's talk to purescript devs to see if we can get structured output from the compiler.
To hook into
sbt-weberror reporting, we must be able to interpret the errors thatpscspits out.For example, in Play they can then be reported like this:
But the typer gives different error messages than the parser so it's fragile. Let's talk to purescript devs to see if we can get structured output from the compiler.