You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: documentation/tooling-integration.md
+1
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,7 @@ The CLI creates a bunch of cache inside `elm-stuff/generated-code/jfmengels/elm-
17
17
18
18
-`file-cache/`: Caching of the file's ASTs.
19
19
-`review-applications/`: Caching of the project's configuration. This is the application we build by compiling the source code in the CLI's `template/` directory.
20
+
-`result-cache/`: Caching of the results of each module's analysis for every rule.
20
21
-`dependencies-cache/`: Caching of the dependencies of the project's configuration computed by `elm-json`. `elm-json` is a bit slow, and doesn't work great offline. This is done so we don't have to compute the dependencies again if the configuration changed but not `review/elm.json`.
21
22
-`elm-parser/`: Caching of the parser application. This is the application we build by compiling with the user's version of `stil4m/elm-syntax`, and the name of the file reflect the version. This is used to parallelize the parsing of the files, which is kind of slow, at startup.
0 commit comments