Skip to content

Commit b658808

Browse files
committed
fix: update to babel 5.5.1
1 parent e9de9ce commit b658808

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

acorn-to-esprima.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ var astTransformVisitor = {
193193
}
194194

195195
if (this.isFlow()) {
196-
return this.remove();
196+
return this.dangerouslyRemove();
197197
}
198198

199199
// modules

0 commit comments

Comments
 (0)