mirror of
https://github.com/centau/vide.git
synced 2026-08-20 14:41:37 +00:00
Merge reactive scope refactor
This commit is contained in:
parent
0e439f084f
commit
efc4798ddb
48 changed files with 2750 additions and 1949 deletions
|
|
@ -1,5 +1,6 @@
|
|||
local function dir(directory: string)
|
||||
return setmetatable({} :: { [string]: any }, { __index = function(_, path) return directory .. path end })
|
||||
return setmetatable({} :: { [string]: any },
|
||||
{ __index = function(_, path) return directory .. path end })
|
||||
end
|
||||
|
||||
local script = dir "src/"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue