You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 8, 2020. It is now read-only.
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.