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

More b33 #67

Closed bakkot closed 4 years ago

bakkot commented 4 years ago

The logic for switch cases was broken (it needed to flatten one more time), and also we were improperly hoisting async functions and generators.