Skip to content

Commit

Permalink
Remove unused imports in Reify
Browse files Browse the repository at this point in the history
  • Loading branch information
Dekkonot committed Sep 19, 2023
1 parent 6d6e0fe commit 6666e11
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions plugin/src/Reconciler/reify.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,11 @@
"Reifies" a virtual DOM, constructing a real DOM with the same shape.
]]

local Rojo = script:FindFirstAncestor("Rojo")

local invariant = require(script.Parent.Parent.invariant)
local PatchSet = require(script.Parent.Parent.PatchSet)
local setProperty = require(script.Parent.setProperty)
local decodeValue = require(script.Parent.decodeValue)

local Log = require(Rojo.Packages.Log)

local reifyInner, applyDeferredRefs

local function reify(instanceMap, virtualInstances, rootId, parentInstance)
Expand Down

0 comments on commit 6666e11

Please sign in to comment.