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
Starting to go through nodes.coffee for comprehension, noticed that in the SimpleAssignable grammar rules, Value Accessor assumes that it can call .add() on the Value, but Super (which is a Value in the grammar) doesn't have an .add() method. So things like super.x.y and super['x'].y throw compiler errors when trying to call the missing .add() method