binast / binjs-ref

Reference implementation for the JavaScript Binary AST format

Home Page:https://binast.github.io/binjs-ref/binjs/index.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Get rid of `Enrich::scopes`

Yoric opened this issue · comments

I introduced this option a while ago to make sure that a refactoring didn't affect the behavior of test_roundtrip. Turns out that this behavior was wrong all along and now that it has been fixed, the only reasonable value for scopes is true.

We should get rid of scopes everywhere.