shapesecurity / shift-scope-js

scope analyser for the Shift AST
http://shift-ast.org/scope.html
Apache License 2.0
11 stars 6 forks source link

Allow B.3.3 hoisting through conflicting catch binding #46

Closed bakkot closed 7 years ago

bakkot commented 7 years ago

Fixes #33.

Note that hoisting is still blocked for non-simple parameters (as confirmed by the test following the test this PR changes).