remove unused ParenthesizedExpression
This commit is contained in:
@@ -96,10 +96,6 @@ exports.MemberExpression = function (node, print) {
|
||||
}
|
||||
};
|
||||
|
||||
exports.ParenthesizedExpression = function (node, print) {
|
||||
throw new Error("ParenthesizedExpression");
|
||||
};
|
||||
|
||||
exports.TaggedTemplateExpression = function (node, print) {
|
||||
print(node.tag);
|
||||
print(node.quasi);
|
||||
|
||||
@@ -41,7 +41,6 @@
|
||||
"NewExpression": ["callee", "arguments"],
|
||||
"ObjectExpression": ["properties"],
|
||||
"ObjectPattern": ["properties"],
|
||||
"ParenthesizedExpression": ["expression"],
|
||||
"Program": ["body"],
|
||||
"Property": ["key", "value"],
|
||||
"ReturnStatement": ["argument"],
|
||||
|
||||
Reference in New Issue
Block a user