You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note that Ecma262 defines all this somewhat via bindings and execution order, but not syntactically with tokens (e.g. on which token a scope starts/ends).
We might be able to derive it from the spec, where scopes actually start/end. Or we could look at what JS engines do.
For example, when encoding a scope for
function f() {}
, the start location could be placed at the beginning offunction
or at{
.The text was updated successfully, but these errors were encountered: