@babel/plugin-transform-shorthand-properties

    1. var o = { a: a, b: b, c: c };
    1. var cat = {
    2. getName: function() {
    3. },
    1. {
    2. }
    1. require("@babel/core").transformSync("code", {
    2. plugins: ["@babel/plugin-transform-shorthand-properties"],