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
var x = { y: function () { } } and var x = { y() {} } should be equivalent through the eyes of documentation.js and the membership inference. This was revealed in #648 when we started using shorthand.