### Version 3.1.4 ### Reproduction link [sfc playground syntax error](https://sfc.vuejs.org/#eyJBcHAudnVlIjoiPHRlbXBsYXRlPlxuICA8aDE+e3sgbXNnIH19PC9oMT5cbjwvdGVtcGxhdGU+XG5cbjxzY3JpcHQgc2V0dXA+XG5jb25zdCBhL2Jcbjwvc2NyaXB0PiAifQ==) ### 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. <img src="https://user-images.githubusercontent.com/8693091/125176667-4d6f7100-e1a3-11eb-866c-2dadfd207758.png" width=400 /> regression <!-- generated by vue-issues. DO NOT REMOVE -->
Activity