Replies: 1 comment
-
Hi @tinsaeDev, apologies for the late response. Visualizing takes two steps:
This functionality is currently implemented in dolos/cli/src/cli/commands/run.ts Lines 187 to 220 in dc96168 The However, these classes are present in the package What is your use case for this? I could make these packages available or even provide some useful functions that would make this possible (for example a function |
Beta Was this translation helpful? Give feedback.
-
how to visualize the data received from analyzer ?
const report = dolos.analyzePaths(["./file1.js", "./file2.js"]);
Beta Was this translation helpful? Give feedback.
All reactions