add property name shorthand support
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
exports.Property = function (node) {
|
||||
if (node.shorthand) node.shorthand = false;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user