Browser hangs for "yaml" validation.
I have used ace editor for syntax validation in my project and it hangs for 700 lines long yaml with invalid syntax.
I have used json validation and it works great with 100000 lines.
Looks like some problem with yaml validation.
can someone please suggest what's going wrong here ?
I have even tried the same file in example plunker : https://embed.plnkr.co/plunk/rZv2Ks
this also hangs the browser so I guess nothing wrong with my implementation.
Thanks in advance.