mirror of
https://github.com/jfmengels/elm-review.git
synced 2024-11-29 01:24:35 +03:00
Add arbitraryFiles in ProjectRuleCache
This commit is contained in:
parent
47cfbd46fc
commit
0401257502
@ -1272,6 +1272,7 @@ removeUnknownModulesFromInitialCache validProject projectRuleCache =
|
||||
emptyCache : ProjectRuleCache projectContext
|
||||
emptyCache =
|
||||
{ elmJson = Nothing
|
||||
, arbitraryFiles = Nothing
|
||||
, readme = Nothing
|
||||
, dependencies = Nothing
|
||||
, moduleContexts = Dict.empty
|
||||
@ -4312,6 +4313,7 @@ errorsFromCache cache =
|
||||
|
||||
type alias ProjectRuleCache projectContext =
|
||||
{ elmJson : Maybe (ProjectFileCache projectContext)
|
||||
, arbitraryFiles : Maybe (ArbitraryFilesCache projectContext)
|
||||
, readme : Maybe (ProjectFileCache projectContext)
|
||||
, dependencies : Maybe (ProjectFileCache projectContext)
|
||||
, moduleContexts : Dict String (ModuleCacheEntry projectContext)
|
||||
|
Loading…
Reference in New Issue
Block a user