mirror of
https://github.com/leporello-js/leporello-js
synced 2026-01-13 13:04:30 -08:00
fix value explorer for destructuring
This commit is contained in:
@@ -1561,7 +1561,7 @@ const update_children_not_rec = (node, children = node.children) => {
|
||||
}
|
||||
}
|
||||
|
||||
const update_children = node => {
|
||||
export const update_children = node => {
|
||||
if(Array.isArray(node)) {
|
||||
return node.map(update_children)
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user