es6-shorthands This will simply replace the new ES6 shorthand method syntax with the corresponding ES5 equivalent. So {a, b() {}} becomes {a: a, b: function b() {}}