Make plugin connection much more robust, with better errors

This commit is contained in:
Lucien Greathouse
2018-04-07 22:24:21 -07:00
parent c2f7e268ff
commit 52eea667a7
7 changed files with 170 additions and 86 deletions

View File

@@ -124,6 +124,13 @@ function Reconciler:_reify(item)
return rbx
end
--[[
Clears any state that the Reconciler has, effectively restarting it.
]]
function Reconciler:clear()
self._routeMap:clear()
end
--[[
Apply the changes represented by the given item to a Roblox object that's a
child of the given instance.