api documentation for ts-node (v3.0.2)

TypeScript execution environment and REPL for node

table of contents

  1. module ts-node
    1. function ts-node.TSError (diagnostics)
    2. function ts-node.directoryExists (path)
    3. function ts-node.fileExists (fileName)
    4. function ts-node.formatDiagnostic (diagnostic, cwd, ts, lineOffset)
    5. function ts-node.formatDiagnostics (diagnostics, cwd, ts, lineOffset)
    6. function ts-node.getDirectories (path)
    7. function ts-node.getFile (fileName)
    8. function ts-node.normalizeSlashes (value)
    9. function ts-node.parse (value)
    10. function ts-node.register (options)
    11. function ts-node.split (value)
    12. object ts-node.TSError.prototype
    13. string ts-node.VERSION
  2. module ts-node.TSError
    1. function ts-node.TSError (diagnostics)
  3. module ts-node.TSError.prototype
    1. function ts-node.TSError.prototype.constructor (diagnostics)

module ts-node

function ts-node.TSError (diagnostics)

function ts-node.directoryExists (path)

function ts-node.fileExists (fileName)

function ts-node.formatDiagnostic (diagnostic, cwd, ts, lineOffset)

function ts-node.formatDiagnostics (diagnostics, cwd, ts, lineOffset)

function ts-node.getDirectories (path)

function ts-node.getFile (fileName)

function ts-node.normalizeSlashes (value)

function ts-node.parse (value)

function ts-node.register (options)

function ts-node.split (value)

module ts-node.TSError

function ts-node.TSError (diagnostics)

module ts-node.TSError.prototype

function ts-node.TSError.prototype.constructor (diagnostics)

[ this document was created with utility2 ]