enhancementhelp wanted
倉庫指標
- 星標
- (1,133 顆星)
- PR 合併指標
- (30 天內沒有已合併 PR)
描述
Something that would be useful to have is a save/restore functionality, where previous entered code and state can be restored in a future session.
- User enters
trymodule lodashand repl opens with lodash installed - User enters
var something = lodash.repeat('WIN', 5) - User enters
save() - User closes repl and opens it again with
trymodule colors - User enters
restore()
And now something and lodash is available in the repl again.