revert parts of 07a992e
This commit is contained in:
@@ -34,12 +34,6 @@ var visitor = {
|
||||
return state.subTransform(node.argument);
|
||||
},
|
||||
|
||||
ExpressionStatement(node, parent, scope, state) {
|
||||
if (this.isCompletionRecord(true)) {
|
||||
return state.subTransform(node.expression);
|
||||
}
|
||||
},
|
||||
|
||||
Function() {
|
||||
this.skip();
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user