remove incorrect es6.tailCall visitor comment
This commit is contained in:
parent
83e0be3038
commit
58f1e6cbc6
@ -20,7 +20,6 @@ function returnBlock(expr) {
|
||||
return t.blockStatement([t.returnStatement(expr)]);
|
||||
}
|
||||
|
||||
// looks for and replaces tail recursion calls
|
||||
var visitor = {
|
||||
enter(node, parent, scope, state) {
|
||||
if (t.isTryStatement(parent)) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user