start fixing shorthand comment issue
This commit is contained in:
parent
7c3ab8bc3c
commit
e708394408
@ -1,3 +1,4 @@
|
|||||||
exports.Property = function (node) {
|
exports.Property = function (node) {
|
||||||
if (node.shorthand) node.shorthand = false;
|
if (!node.shorthand) return;
|
||||||
|
node.shorthand = false;
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user