enhance join_vars & sequences (#2697)
- nudge declarations without assignments - within `AST_BlockStatement` - across `AST_If`
This commit is contained in:
@@ -800,12 +800,12 @@ issue_2601_1: {
|
||||
expect: {
|
||||
var a = "FAIL";
|
||||
(function() {
|
||||
var b;
|
||||
b = "foo",
|
||||
function(b) {
|
||||
b && b();
|
||||
}(),
|
||||
b && (a = "PASS");
|
||||
var b;
|
||||
})(),
|
||||
console.log(a);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user