babel/lib/6to5/transformers/property-name-shorthand.js
2014-09-29 03:43:10 +10:00

4 lines
86 B
JavaScript

exports.Property = function (node) {
if (node.shorthand) node.shorthand = false;
};