Warn when transformation fails?
arthurvr opened this issue · 1 comments
arthurvr commented
When I make a syntax error, nothing visually happens. Thanks kinda sad as many people will be playing around with ES6 syntax, and want to know it when they do wrong things.
Instead of staying silent I'd suggest to let the user know something, preferably by also indicating the line number, or at least forwarding the error to console.error()
so they know their script didn't execute.
Really nice tool @richgilbank 👍!
richgilbank commented