@techee yeah, you'll review, and possibly add support for implicitly scoping on this
:) Although scoping on this
might be tricky, because you still want to allow global variables and methods. Methods should be fine as the this
one would have precedence anyway, and we know which it is, but scope completion would have to consider both the this
scope and the global one in this case.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.