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

es2018 implementation #69

Closed bakkot closed 4 years ago

bakkot commented 4 years ago

NB this is against the es2018 branch which I just forked from the latest es2017 commit.

The only relevant change from es2017 is the addition of the for-await statement. The addition of object rest/spread doesn't entail any changes in this project except updating the reducer.

Includes version bump commit, so please rebase, not squash.