@zaeny/repl
v1.1.1
Published
Bringing Clojure Repl Like Experiences to the Javascript Node.js, add support evaluating in context, or in-ns
Downloads
401
Maintainers
Readme
@zaeny/repl
Bringing Clojure Repl Like Experiences to the Javascript Node.js, add support evaluating in context, or in-ns
{wip}
{todo: explain}
{todo: usage}
Changes
- 1.0.1 fix
require
context, and add__dirname
into global and module context evaluation - 1.0.2 add last value saved at
__value
and__error
, add support for markdown extension.md
- 1.0.3 add
defaultBeforEvalHook
inevaluate
function, fixdefaultTransformer
code - 1.0.4 add
provide
,loadCodeAt
,exposeContext
, add try catchevaluate
- 1.0.5 fix
provide
not able to loadCodeAt - 1.0.6 fix
console
not show up, and fix return value ofevaluate
- 1.0.7 add choose evaluate if context not available
evaluateIn
andevaluateGlobal
atprovide
source - 1.0.8 fix concat code content at
loadCodeAt
- 1.0.9 fix return verbose
__error
null remove the error - 1.1.0 fix concat value of code is not properly joined string at
loadCodeAt
- 1.1.1 fix repl
evaluateIn
error value