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
API changes:
- The `function` macro now produces function declaration statements
instead of function expressions.
- For function expressions, use `lambda` instead. Function expressions
can now be named using the optional first parameter. See docs.
0 commit comments