babel-core
Version:
A compiler for writing next generation JavaScript
24 lines (19 loc) • 335 B
JavaScript
/**
* [Please add a description.]
*/
;
exports.__esModule = true;
var visitor = {
/**
* [Please add a description.]
*/
Property: function Property(node) {
if (node.method) {
node.method = false;
}
if (node.shorthand) {
node.shorthand = false;
}
}
};
exports.visitor = visitor;