We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1de28d commit b887dc3Copy full SHA for b887dc3
lib/babel-espower-visitor.js
@@ -57,7 +57,7 @@ BabelEspowerVisitor.prototype.exit = function (nodePath) {
57
if (assertionVisitor.isLeavingAssertion(nodePath)) {
58
// leaving assertion
59
assertionVisitor.leave(nodePath);
60
- file.delete('espowerAssertionVisitor');
+ file.set('espowerAssertionVisitor', null);
61
return;
62
}
63
if (!assertionVisitor.isCapturingArgument()) {
0 commit comments