traverse.removeProperties: remove raw property

This commit is contained in:
Sebastian McKenzie
2014-11-01 19:29:17 +11:00
parent 629cea497f
commit 43ea593677

View File

@@ -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);