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
When inside the REPL write function f() {}. The REPL will log var f = function f() {}.
This sort of preprocessing should only happen for the default eval function.
The line where the preprocessing occurs: repl.js#L503
This should probably be moved to inside the defaultEval function.