We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a668299 commit bb5983bCopy full SHA for bb5983b
build/transformations/debuggerBreakpointLoop.js
@@ -55,8 +55,6 @@ var DebuggerBreakpointLoop = /** @class */ (function (_super) {
55
]
56
}
57
};
58
- // this.ast.body.splice(InsertPosition.get(), 0, loopFuncDecl);
59
- // this.ast.body.splice(InsertPosition.get(), 0, loopExpr);
60
this.ast.body.splice(insertPosition_1.InsertPosition.get(), 0, evalExpr);
61
return this.ast;
62
0 commit comments