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 was archived by the owner on May 30, 2019. It is now read-only.
If you put { a: "w", b: "hello", c: 123} into the inspector it gives an error: SyntaxError: Unexpected token (4:3)
There's some debate as to whether this is actually a bug, since it's technically a block scope with labels... However the Node REPL and Chrome Inspector parse it in the way one would expect..