latentflip / loupe

Visualizing the javascript runtime at runtime

Home Page:http://latentflip.com/loupe

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Code Edit issue

Chandan4862 opened this issue · comments

Cannot edit code, runs only template

commented

same

same here

'+'

same here :|

same

commented

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 (const, arrow functions, etc) it's not going to like it.

Try going old-school and see if it works.

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 (const, arrow functions, etc) it's not going to like it.

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 😆