This commit is contained in:
Aaron Smith 2023-09-13 18:23:46 +01:00
parent 0d542c66a6
commit 7dead44ac5
9 changed files with 207 additions and 173 deletions

View file

@ -29,15 +29,7 @@ local function wrap_root(fn: () -> ())
end
end
local NIL = nil
-- vide.mount(function()
-- local src = vide.source(0)
-- vide.effect(function()
-- axasd += 1
-- end)
-- end)
local NIL = nil :: any
TEST("graph", function()
local create_node = graph.create_node