Requesting to add correct support for upcoming ECMAScript syntax. For example: ``` javascript var foo = { bar: function () {}, // old way, correct support baz() {} // new way, incorrect support }; ```