Subscribe on changes!

sfc-playground - syntax errors shows _raise stacktrace instead of parser error message.

avatar
Jul 10th 2021

Version

3.1.4

Reproduction link

sfc playground syntax error

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