Ben White

Results 3 comments of Ben White

> If case statements implicitly create a scope, I'd expect this to produce a reference error (via fallthrough): > > ```javascript > switch (true) { > case true: > let...

> > The case items themselves should be seen as they are all in one scope. > > This isn't entirely true, since if you put `{ .. }` around...

> this pull request should be fixed > > #353 It looks like he not is available to merge the pull request. You can use my fork in your project...