Update how REPLServer uses contexts
* Always use `this.context` or `self.context`. * Move `resetContext` to `REPLServer.createContext`. * Add `REPLServer.resetContext`, memoize `context` here. * Memoize `exports.repl` in `start`. Closes GH-851.
parent
bfa9db9d
Please register or sign in to comment