This commit is contained in:
Aaron Smith 2023-09-11 18:20:21 +01:00
parent 52ea2e4690
commit 5b61a9df10
13 changed files with 57 additions and 39 deletions

View file

@ -14,7 +14,6 @@ local destroy = graph.destroy
local refs = {}
local function root<T>(fn: () -> T): (T, () -> ())
--assert(not get_scope())
local node = create_node(false)
open_scope(node)