refactor value explorer

This commit is contained in:
Dmitry Vasilev
2023-07-31 23:17:48 +03:00
parent 3a5903596b
commit c006aae380
6 changed files with 205 additions and 203 deletions

View File

@@ -1,6 +1,6 @@
import {exec} from '../index.js'
import {el, stringify, fn_link, scrollIntoViewIfNeeded} from './domutils.js'
import {stringify_for_header} from './value_explorer.js'
import {stringify_for_header} from '../value_explorer_utils.js'
import {find_node} from '../ast_utils.js'
import {is_expandable, root_calltree_node, get_deferred_calls, has_error}
from '../calltree.js'