Esprima demo interface seems to be broken
Steps to reproduce
- Go to https://esprima.org/demo/parse.html#
- The cursor location seems to be incorrect while editing the live source code area.
@goelayu Any information on the web browser and operating system used to reproduce this issue?
@ariya I made a gif to preview this issue:

Chrome: 83.0.4103.116(64) MacOS: 10.15.5
The editor in the demo is github.com/Microsoft/monaco-editor, so likely it's related to that. Can you try with the online Monaco demo? Does it behave differently with another browser?
The editor in the demo is github.com/Microsoft/monaco-editor, so likely it's related to that. Can you try with the online Monaco demo? Does it behave differently with another browser?
Yes, I have tried again to make sure I only see the problem in the Esprima demo. And I use Monaco Editor a lot in my work, maybe I can help you? But I don't actually see the original code for the demo in this repository, could you point me to it?
And I use Monaco Editor a lot in my work, maybe I can help you? But I don't actually see the original code for the demo in this repository, could you point me to it?
Check the gh-branches. Maybe we just need an updated Monaco editor, and if you can help with that, it'll be fantastic!