Module script_executor

Source
Expand description

This module is responsible for executing a typescript script.

  1. Checks if ts-node is installed.
  2. Executes the script using the ts-node command.
  3. Returns the output and errors of the script.

Structs§

LogEntry
ScriptExecutor
ScriptResult

Enums§

LogLevel