sfc-playground - syntax errors shows _raise stacktrace instead of parser error message.
Version
3.1.4
Reproduction link
Steps to reproduce
edit a file to have a syntax error.
What is expected?
show actual parse error message.
"Unexpected token (5:0)"
What is actually happening?
showing internal parser stack trace without error message.
regression