Remove outdated TODO

This commit is contained in:
Jeroen Engels 2020-03-24 19:07:42 +01:00
parent 8a79876f65
commit 64b2072496

View File

@ -1352,8 +1352,6 @@ computeModules (ProjectRuleSchema schema) visitors project initialContext nodeCo
visitors.visitors
|> reverseVisitors
-- TODO make it so we don't compute modules at all if there are no module visitors
-- We can probably do that by setting an initial context, and then just replacing in the call to visitModuleForProjectRule
computeModule : ProjectRuleCache projectContext -> List ProjectModule -> ProjectModule -> { source : String, errors : List Error, context : projectContext }
computeModule cache importedModules module_ =
let