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 has been archived by the owner on Apr 6, 2021. It is now read-only.
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?
The text was updated successfully, but these errors were encountered:
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 freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
In
parse.js
there is aconsole.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?
The text was updated successfully, but these errors were encountered: