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
- Use indirect eval (faster and avoid variable captures)
- Put expressions within parentheses to allow arbitrary expressions
without confusion with statements.
Add a `"use strict"` directive since this is not inherited from the
enclosing function with indirect eval.
0 commit comments