-
Notifications
You must be signed in to change notification settings - Fork 505
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Code Edit issue #29
Comments
same |
same here |
'+' |
same here :| |
same |
1 similar comment
same |
The problem is almost certainly caused by trying to write "modern" JS. The parser code was all based on ES5 from 2014 so if you try to write modern JS ( Try going old-school and see if it works. |
Thnks Philip, sure ... Any plan to support them too 😜 |
Hah, half this app was rewritten at jsconf to add features before I gave the talk fueled by a large amount of coffee, 8 years ago. I don't think there's much chance I'd be able to remember how any of it works well enough to support something like that 😆 |
thinks a lot. [1, 2, 3, 4].forEach((el) => { this code can`t work. Just Because I use the arrow functions |
Correct Version |
Cannot edit code, runs only template
The text was updated successfully, but these errors were encountered: