UNPKG

execution-engine

Version:

A TypeScript library for tracing and visualizing code execution workflows.

9 lines (8 loc) 219 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DEFAULT_TRACE_CONFIG = void 0; exports.DEFAULT_TRACE_CONFIG = { traceExecution: true, parallel: false, errors: 'throw' };