Open
Description
Version
2.6.10
Reproduction link
https://github.com/oguimbal/vuebug
Steps to reproduce
git clone [email protected]:oguimbal/vuebug.git
npm i
npm start
Wait a couple of seconds, and your compilation process will be frozen.
If you attach a debugger to the node process, you will see the infinite loop in generateCodeFrame()
method of vue-template-compiler:
What is expected?
I would expect the compiler not to freeze
What is actually happening?
The compiler is freezing