@babel/plugin-transform-property-literals

    1. const: function() {},
    2. var: function() {},
    3. [a]: 2,
    4. foo: 1,
    1. {
    2. }
    1. require("@babel/core").transformSync("code", {
    2. plugins: ["@babel/plugin-transform-property-literals"],
    3. });