Closed
Description
While building the REPL for https://github.com/TypeStrong/ts-node, I'd love to be able to push people toward using node -r ts-node/register
for any advanced node.js usage and the one remaining feature to support the REPL. Would it make sense to expose the "default" REPL eval for override and createInternalRepl
in some way so projects like the babel CLI and ts-node
can hook into and replace the default eval and/or replicate createInternalRepl
?