Skip to content
This repository has been archived by the owner on Apr 6, 2021. It is now read-only.

The "Not yet supported" message is crashing chrome #24

Open
kobalicek opened this issue Jun 19, 2016 · 1 comment
Open

The "Not yet supported" message is crashing chrome #24

kobalicek opened this issue Jun 19, 2016 · 1 comment

Comments

@kobalicek
Copy link

In parse.js there is a console.log("Not yet supported: " + nodeName) line, which feeds chrome's log buffer until it crashes. I had to comment that line to keep cloud9 usable. For me it prints these two:

  • Not yet supported: TemplateLiteral
  • Not yet supported: Super

Maybe, if you really want to keep that message, it would be nice to log each unsupported node type just once?

@kobalicek
Copy link
Author

BTW to show how severe it is - I get 10 copies of the message per every keystroke, you can imagine how many messages I get after 20-30 minutes of editing.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant