mirror of
https://github.com/centau/vide.git
synced 2026-08-20 23:01:37 +00:00
draft fix approach 2
This commit is contained in:
parent
37e8e05206
commit
121b30393c
4 changed files with 58 additions and 17 deletions
|
|
@ -11,6 +11,7 @@ local function derive<T>(source: () -> T): () -> T
|
|||
|
||||
return function()
|
||||
push_child_to_scope(node)
|
||||
evaluate_node(node)
|
||||
return node.cache
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue