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 7633749 commit f63a0d6Copy full SHA for f63a0d6
lib/Parser.js
@@ -336,6 +336,7 @@ Parser.prototype.walkStatements = function walkStatements(statements) {
336
}
337
338
Parser.prototype.walkStatement = function walkStatement(statement) {
339
+ if(this.applyPluginsBailResult("statement", statement) !== undefined) return;
340
switch(statement.type) {
341
// Real Statements
342
case "BlockStatement":
0 commit comments