This commit is contained in:
Dmitry Vasilev
2022-12-07 05:42:33 +08:00
parent 707c34bc66
commit 3ea0bedc31
7 changed files with 84 additions and 36 deletions

View File

@@ -7,6 +7,7 @@ import {eval_frame} from './eval.js'
export const pp_calltree = tree => ({
id: tree.id,
ok: tree.ok,
value: tree.value,
is_log: tree.is_log,
has_more_children: tree.has_more_children,
string: tree.code?.string,