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);
|
||||
|
||||
Reference in New Issue
Block a user