You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When executing Diff-XJoules using Diff-JSJoules on jscodeshift, following the README, there is the following issue:
report /tmp/v1/diff-measurements/measurements.json sent
/home/benjamin/workspace/diff-xjoules/diff-jsjoules/src/diff-jsjoules.js:100
const tlpc_report = JSON.parse(readFileSync(`${absolute_project_path}/diff-measurements/measurements.json`))
^
SyntaxError: Unexpected token in JSON at position 813
at JSON.parse (<anonymous>)
at convert_tlpc_report_to_diff_xjoules_report (/home/benjamin/workspace/diff-xjoules/diff-jsjoules/src/diff-jsjoules.js:100:28)
at execution_task (/home/benjamin/workspace/diff-xjoules/diff-jsjoules/src/diff-jsjoules.js:131:3)
at processTicksAndRejections (node:internal/process/task_queues:94:5)
When executing
Diff-XJoules
usingDiff-JSJoules
onjscodeshift
, following the README, there is the following issue:Which must come from:
However, the execution on
jscodeshift
can be completed.The text was updated successfully, but these errors were encountered: