traverse.removeProperties: remove raw property
This commit is contained in:
@@ -80,6 +80,7 @@ traverse.removeProperties = function (tree) {
|
||||
delete node.start;
|
||||
delete node.end;
|
||||
delete node.loc;
|
||||
delete node.raw;
|
||||
|
||||
clearComments(node.trailingComments);
|
||||
clearComments(node.leadingComments);
|
||||
|
||||
Reference in New Issue
Block a user