Called by ts-node to create a custom transpiler.
Registered ts-node
instance information.
Export the current version.
Create TypeScript compiler instance.
Create a ts-node REPL instance.
Usage example:
const repl = tsNode.createRepl()
const service = tsNode.create({...repl.evalAwarePartialHost})
repl.setService(service)
repl.start()
Register TypeScript compiler instance onto node.js
Generated using TypeDoc
Re-export of
Service
interface for backwards-compatibilityuse
Service
instead{Service}