-
Type: Bug
-
Resolution: Gone away
-
Priority: Minor - P4
-
Affects Version/s: None
-
Component/s: Browser Module
-
None
-
Not Needed
Right now I think `{}` is treated as block scope so running {x:1} will give you a syntax error. It's probably a parsing issue since if you input `x = {x:1}` there's no problem.
Also includes the fix for reassigning functions/vars.
This ticket will likely go away when we do the unify eval.